Dynamic modules always get glue-files too now.
/ Per Hedbor ()
Previous text:
2003-11-11 00:37: Subject: Re: pike external module documentation
The core modules are either built with a pike glue file, or if one isn't provided, a two line glue file is automatically generated. /.../
Sorry, but that's not correct. You must be looking at a pike built with static modules. They get a glue file to appear in the right spot in the namespace, but dynamic ones don't need that.
True, and something that I shouldn't have let slip. It was copied from somewhere within the pike tree, so somewhere there's a testsuite that has behavior that might not be so good test-wise. /.../
Some of the standard modules, e.g. Gmp, do that because they are optional, so the main testsuite still works when they are disabled. But that doesn't apply to third party modules.
/ Martin Stjernholm, Roxen IS