On Thu, 25 Sep 2003, Guido Draheim wrote: > [EMAIL PROTECTED] wrote: > > *** Warning: This system can not link to static lib archive > > c:/libpath/lib/libfoo.la. > ^^^^^^^^^^^^^^^^^^^^^^^^^ > > How did you do that? -- guido
Since libtool on cygwin usually generates unix/cygwin-style paths (starting with /cygdrive/[...]), MinGW-gcc was not able to link some of the newly generated libraries (.a). That's why I modified the respective .la file of the library and set 'libdir' to the correct path of the library file (and installed to 'yes'). Otherwise I was not able to proceed. Bernhard _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool