rbutcher has asked for the wisdom of the Perl Monks concerning the following question:
Venerable sirs, this humble acolyte is being driven mad by this problem trying to install Perl-Qt from CPAN :-
LD_RUN_PATH="/usr/lib/qt3//lib:/usr/local/kde/lib" g++ -shared -L/usr/local/lib Qt.o handlers.o -Wl,--rpath -Wl,/usr/local/kde/lib -Wl,--rpath -Wl,/usr/lib/qt3//lib -o blib/arch/auto/Qt/Qt.so -L/usr/X11R6/lib -L/usr/lib/qt3//lib -lsmokeqt -lcrypt -lqt-mt -ldl -lresolv -lpng -lz -lm -lSM -lICE -lXext -lX11 -lSM -lICE -lpthread
/usr/bin/ld: cannot find -lsmokeqt
collect2: ld returned 1 exit status
I'm using ActiveState Perl5.8.4, Mandrake Linux 10, Gnome.
I'm a newbie to Linux & the C compiler, my previous Perl experience was with Win32, so I also need a little help understanding these messages.
The smoke libs are in fact installed in /usr/local/lib and /usr/lib/qt3/lib but it seems to ignore them. ??? I thought it is supposed to build its own if they aren't there anyway. ????
thanks for your patience reading this far... I want to get starting building some kickass GUIs !
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cannot find -lsmokeqt compiling Perl-Qt
by tachyon (Chancellor) on Aug 08, 2004 at 07:50 UTC | |
|
Re: Solved : cannot find -lsmokeqt compiling Perl-Qt
by tachyon (Chancellor) on Aug 08, 2004 at 09:07 UTC | |
by rbutcher (Beadle) on Aug 08, 2004 at 15:40 UTC | |
by Anonymous Monk on Aug 08, 2004 at 15:51 UTC |