> Hi, it happened to me some day ago,
> there is what I did to fix it.
> # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3.8
> # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3
> # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3
> # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so
>
>
> And just be aware that my system is 64
> Bits.
>
> By the way, I agree with Ron. I my case Gambas 3
> compiles fine, but suddenly it crash in the make process telling me
> the problem about qt-mt, I try to fin the lib with kfind and realize
> that libqt-mt was unaccessible, could be Gambas involved?
>

I don't change anything to the libraries. Everything is done by the "libtool" 
tool.

libtool works by using the contents of the *.la files to know what flags 
should be sent to the linker. Sometimes, the *.la files provided by the 
distribution are false (it happened once on an old Mandriva, and it happens 
recently on Ubuntu).

Can you (David & Ron) post the contents of your libqt-mt.la files?

-- 
Benoît

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to