autoconf
[Top][All Lists]
Advanced

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

Re: help with Failed dependencies


From: Gary V . Vaughan
Subject: Re: help with Failed dependencies
Date: Sun, 5 Sep 2004 22:46:50 +0100

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On 5 Sep 2004, at 19:32, r43233 wrote:
I frequently have to install software in a non standard place (I can't be root), which causes other packages not to find the installed ones.
I add the path to the installed package to my path as well as to
LD_LIBRARY_PATH. I am running RH9 on a pc.

You also need to tell the preprocessor where the include files are, and the linker where the libraries are:

  ./configure --prefix=$HOME/sw CPPFLAGS="-I$HOME/sw/include" \
      LDFLAGS="-L$HOME/sw/lib"

If you are using libtool to link, then don't mess with the LD_LIBRARY_PATH, that is for finding libraries when a program starts up, not when it is being compiled.

HTH,
        Gary.
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBO4lNFRMICSmD1gYRAv3WAJ9WN3lB2aDVYVqivbkGt6eOJU4f0gCgi/rq
eQzWNg2McNJ1oNr2NTE9crY=
=+9Mp
-----END PGP SIGNATURE-----





reply via email to

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