*** Warning: Trying to link with static lib archive
/usr/i486-mingw32/lib/libboost_filesystem-mt-s.a.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because the file extensions .a of this argument makes me believe
*** that it is just a static archive that I should not use here.
when statically linking, order is significant
-mike
I just tried putting the .a files first, before any of the object files, as
well as before and after the object file where the undefined references
appear, but in every case I get the libtool warnings that it's not linking the
library and then of course the resulting undefined references.
Where should I be placing the libraries on the command line so that libtool
will not ignore them?
Thanks,
Adam.
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool