Max Horn wrote:
>OK, I think I just found out that this is the reason modules are
>not built right on darwin:
>
># Commands used to build and install a shared archive.
>archive_cmds="\$CC \$(test \\"x\$module\\" = xyes && echo -bundle ||
>echo -dynamiclib) \$allow_undefined_flag -o \$lib \$libo
This fixes a problem on Cygwin (with the Mingw gcc, even if I doubt it
matters here) where invoking libtool --mode=install fails to install
exes. The libtool command line refers to progname.exe, while the
wrapper script that libtool produced is named without the .exe.
(Line number are a bit off,
In current CVS libtool.m4, the code that outputs the included ltdll.c
and impgen.c is indented four spaces. Including the lines with
_LT_AC_FILE_LTDLL_C and _LT_AC_FILE_IMPGEN_C. Thus the start marker
lines also get indented in the resulting libtool script. However, when
libtool goes looking for t