"Pier Fumagalli" <[EMAIL PROTECTED]> wrote:
> Anyone seen this before? Libtool 1.4.2 doesn't work on OS/X and the modules
> produced with Apache 2.0 are actually DYLIB(s) and not MH_BUNDLE(s), thus
> preventing the APR routines to read them...
>
> There seems to be a screwup with glibtool's -module parameter...
Gotcha... Do a search for "xyes" and you will see something like
archive_cmds="\$nonopt \$(test \\"x\$module\\" = xyes && echo -bundle...
This has to be exchanged into
archive_cmds="\$nonopt \$(test \"x\$module\" = xyes && echo -bundle...
To make it work... Any chance we can do something with it? :)
Pier