AC_SEARCH_LIBS and the LIBS variable - cross platform?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Using AC_CHECK_LIB or AC_SEARCH_LIBS will possibly append -lname to
LIBS where name is the name of the library.  If make is nmake on a
windows platform, is this ok?  Does nmake require libraries listed in
that variable to be in the form of "name.lib" instead of "-lname"?
Does autoconf support this kind of cross-platform library checking?


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux