-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Dec 01, 2005 at 08:59:08PM -0600, David Carr wrote: > I'm trying the build a development libgeda/gschem pair for testing > purposes without interfering with my existing "production" > installation. I built and installed the new libgeda into > prefix=/tmp/test. However I have problems getting the new gschem to > link against the development libgeda in /tmp/test/usr/lib. I tried > configuring with --prefix=/tmp/test but that didn't work. What's the > right way to do this?
Things to consider: AFAIK gaf encodes rpath into executables, so think about using - --disable-rpath, and then checking the new build with LD_LIBRARY_PATH=/tmp/test/usr/lib. That's at *runtime*. As for *link* time, I wonder if CFLAGS=-L/tmp/test/usr/lib can help. Or even -rpath-link /tmp/test/usr/lib, and IIRC there might be a LIBRARY_PATH environment variable that can help. HTH - -- Your Mom is so dumb that she tried to minimize a 12 variable function to a minimal sum of products expression using a karnaugh map instead of the Quine-McCluskey Algorithm. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Please fetch my new key 804177F8 from hkp://wwwkeys.eu.pgp.net/ iD8DBQFDkAPQwyMv24BBd/gRAs53AJ9hcZm/CGUf7tTkyNeUuMxtf5z2AwCfR3bD lNsqaLLPZdntSgA9jTmaeFg= =CPGt -----END PGP SIGNATURE-----
