Alexander Neundorf wrote: >"install" - (not on OS X) >Compile with RPATH set to the installation directory, the kde library >directory and the Qt library directory. >To run the executables during the build, simple wrapper shell scripts > are created which set (DY)LD_LIBRARY_PATH accordingly.
Do you pass the -Wl,--enable-new-dtags linker option to g++ during
linking? If you don't, you know by now that setting LD_LIBRARY_PATH has
no effect if you used RPATH, on most distros anyways.
Anyways, why isn't this option the default and why can't OS X deal with
it?
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
thiago.macieira (AT) trolltech.com Trolltech AS
GPG: 0x6EF45358 | Sandakerveien 116,
E067 918B B660 DBD1 105C | NO-0402
966C 33F5 F005 6EF4 5358 | Oslo, Norway
pgpzJzBkl9xfP.pgp
Description: PGP signature
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
