[Gambas-user] 1755 build failed! (Solved sort of)

richard terry rterry at ...1946...
Sun Jan 4 06:23:42 CET 2009


On Thu, 1 Jan 2009 10:33:02 am richard terry wrote:
> On Tue, 30 Dec 2008 07:43:04 pm David Paleino wrote:
> > On Tue, 30 Dec 2008 17:33:54 +1100, richard terry wrote:
> > > /usr/bin/ld: cannot find -lqt-mt
> >
> > Do you have qt3 headers installed?
> >
> > On Debian (and -like) systems it would be "libqt3-mt-dev".
> >
> > Just my two cents,
> > David
>
> I'll look at that - I've really had gambas build failing before and I've
> done it probably hundreds of times now.
>
> These files seem to be there:
> /opt/qt/lib/libqt-mt.prl
> /opt/qt/lib/libqt-mt.so
> /opt/qt/lib/libqt-mt.so.3
> /opt/qt/lib/libqt-mt.so.3.3
> /opt/qt/lib/libqt-mt.so.3.3.8
>
> Benoit suggested doing :
>
> First, do a "./reconf && ./configure -C". Then check that the qt 3 library
> is installed on your system.
>
> As I don't understand scripting etc, I wonder if anyone could look at my
> package build file and tell me what to insert where, or which directory to
> go to to type what.
>
>
>
>
> Regard
>
> Richard

Seem have solved this by adding LDFLAGS+="-L/opt/qt/lib" after my make 
statement in my PKGBUILD file, and finally it worked. Love to know why, but I 
guess thats what comes of being computer illiterate.

Regards

Richard

 




More information about the User mailing list