* 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
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
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
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