autoconf
[Top][All Lists]
Advanced

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

AC_SEARCH_LIBS and the LIBS variable - cross platform?


From: NightStrike
Subject: AC_SEARCH_LIBS and the LIBS variable - cross platform?
Date: Mon, 10 Mar 2008 21:30:10 -0400

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]