[Kde-perl] PerlQt on a Mac (Oh No!!)

Seth Raphael kde-perl@mail.kde.org
Sun, 15 Dec 2002 17:30:50 -0500


Hello,
I a trying to compile PerlQt on a Mac running OSX 10.2.2.  I successfully
installed Qt using Fink (ver 3.0.5)  and then ran configure on the cvs version
of PerlQt.  That went fine, then, compiling perlQt went well for over an hour,
then the following error ocurred:

make  all-recursive
Making all in smoke
Making all in qt
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in PerlQt
rm -f blib/arch/auto/Qt/Qt.bundle
LD_RUN_PATH="/sw/lib:/usr/X11R6/lib:/usr/lib:/lib" cc  -flat_namespace -bundle
-undefined suppress -L/usr/local/lib Qt.o handlers.o -Wl,--rpath -Wl,/lib -o
blib/arch/auto/Qt/Qt.bundle   -L/usr/X11R6/lib -L/sw/lib -lqt-mt -lXext -lX11
-lSM -lICE -lpthread
-L/Users/raphael/QT/PerlQt-3.002/PerlQt-3/PerlQt/../smoke/qt/.libs -lsmokeqt  
ld: unknown flag: --rpath
make[2]: *** [blib/arch/auto/Qt/Qt.bundle] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

(I re-ran make to get these errors).  The error is ld:unknown flag: --rpath.  Is
this a symptom of some other problem, or is this really it.  Is there an
alternative to --rpath?
Thanks 
-Seth Raphael