Re: trouble searching for libs

2004-09-06 Thread Ralf Wildenhues
* Scott Hawley wrote on Mon, Sep 06, 2004 at 10:41:35PM CEST: > >>Hi, is there a way I can tell autoconf/configure WHERE to look for > >>files, e.g. via a LIB_PATHS environment variable? I've been reading > >>documentation and haven't found this info. > > > >Read the file "INSTALL" for just abou

Re: trouble searching for libs

2004-09-06 Thread Andre Caldas
P.S. - When I set, in configure.in, AC_CHECK_LIB(mylib,main) (since AC_HAVE_LIBRARY is now deprecated...), then when I run ./configure, it says, e.g configure: checking for main in -lmylibno ...I'm confused as to what this is telling me. I don't see why I should be looking for "main" in

Re: trouble searching for libs

2004-09-06 Thread Scott Hawley
Hi, is there a way I can tell autoconf/configure WHERE to look for files, e.g. via a LIB_PATHS environment variable? I've been reading documentation and haven't found this info. Read the file "INSTALL" for just about any GNU package (e.g. the package known as "Autoconf") and you will find the i

Re: trouble searching for libs

2004-09-06 Thread Bob Friesenhahn
On Mon, 6 Sep 2004, Scott Hawley wrote: Hi, is there a way I can tell autoconf/configure WHERE to look for files, e.g. via a LIB_PATHS environment variable? I've been reading documentation and haven't found this info. Read the file "INSTALL" for just about any GNU package (e.g. the package know