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

Germain Garand kde-perl@mail.kde.org
Sun, 15 Dec 2002 23:32:15 +0000


Le Dimanche 15 D=E9cembre 2002 22:30, Seth Raphael a =E9crit :
> Hello,
> I a trying to compile PerlQt on a Mac running OSX 10.2.2.  I successful=
ly
> 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 fo=
r
> over an hour, then the following error ocurred:
>

Hello Seth,

first, if you want to preserve what's been compiled, just do=20
cd smoke && make install && cd ..

then run your ./configure again (or rather the Makefile.PL proxy)
with one more option : --disable-rpath

I think that should do it...

Germain



> 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=3D"/sw/lib:/usr/X11R6/lib:/usr/lib:/lib" cc  -flat_namespac=
e
> -bundle -undefined suppress -L/usr/local/lib Qt.o handlers.o -Wl,--rpat=
h
> -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=
=2E=20
> Is there an alternative to --rpath?
> Thanks
> -Seth Raphael
> _______________________________________________
> Kde-perl mailing list
> Kde-perl@mail.kde.org
> http://mail.kde.org/mailman/listinfo/kde-perl