Hi, here is mine. It is located in /usr/lib/qt3/lib64/ Regards
-- David ----- Original Message ---- From: Benoît Minisini <[email protected]> To: mailing list for gambas users <[email protected]> Sent: Wednesday, February 18, 2009 1:00:22 PM Subject: Re: [Gambas-user] Gambas 2 -> Gambas 3 > 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
libqt-mt.la
Description: Binary data
------------------------------------------------------------------------------ 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
