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

Benjamin Reed kde-perl@mail.kde.org
Sun, 15 Dec 2002 22:13:08 -0500


On Sunday, December 15, 2002, at 05:30 PM, Seth Raphael wrote:

> -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?

Ahh, crap!  I lied.  I didn't build it out of the box, I forgot that I 
had turned off the rpath bit.

When you run configure, you need to be sure to pass --disable-rpath.  =)