On 22 Nov 2008, at 15:31, Quentin Mathé wrote: > Won't LD_LIBRARY_PATH uses in this way harcode the library path from > Build directory at link time unlike -rpath-link, at least on some > platforms?
It shouldn't do. The linker should only include the name, not the full path, of the library, and rely on the loader to find the correct version. Currently, I don't believe we support any platforms that don't use the GNU loader (possibly Solaris? Not sure what happens there...) so setting LD_LIBRARY_PATH should have the correct behaviour. David _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
