rpath on mac
David Faure
faure at kde.org
Tue Jan 3 13:43:59 CET 2006
FYI: the current status of bksys on Mac OS X is that it configures ok, dcop and kdecore get compiled ok,
but then kconfig_compiler wants to run, and it can't because it doesn't find libkdecore.dylib:
/Users/dfaure/kde/trunk/KDE/kdelibs/build/kdecore/kconfig_compiler/kconfig_compiler -dbuild dnssd/kcm_kdnssd.kcfg dnssd/settings.kcfgc
dyld: /Users/dfaure/kde/trunk/KDE/kdelibs/build/kdecore/kconfig_compiler/kconfig_compiler can't open library: /usr/lib/libkdecore.6.dylib (No such file or directory, errno = 2)
It exists, of course, but not in a path where it can be found:
-rwxr-xr-x 1 dfaure dfaure 37082432 3 Jan 12:44 build/kdecore/libkdecore.6.0.2.dylib
lrwxr-xr-x 1 dfaure dfaure 22 3 Jan 12:44 build/kdecore/libkdecore.dylib -> libkdecore.6.0.2.dylib
I guess other platforms don't have this problem because they use rpath?
--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
More information about the Kde-buildsystem
mailing list