On Wednesday 18 February 2009, Benoît Minisini wrote:
> > 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?
> 


kubuntu-8.04

/usr/lib/libqt-mt.la
/usr/lib/libqt-mt.prl
/usr/lib/libqt-mt.so     -> libqt-mt.so.3.3.8
/usr/lib/libqt-mt.so.3   -> libqt-mt.so.3.3.8
/usr/lib/libqt-mt.so.3.3 -> libqt-mt.so.3.3.8
/usr/lib/libqt-mt.so.3.3.8

/usr/share/qt3/lib/libqt-mt.la     -> ../../../lib/libqt-mt.la
/usr/share/qt3/lib/libqt-mt.prl    -> ../../../lib/libqt-mt.prl
/usr/share/qt3/lib/libqt-mt.so     -> ../../../lib/libqt-mt.so.3.3.8
/usr/share/qt3/lib/libqt-mt.so.3   -> ../../../lib/libqt-mt.so.3.3.8
/usr/share/qt3/lib/libqt-mt.so.3.3 -> ../../../lib/libqt-mt.so.3.3.8





Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
---
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
---
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 
# libqt-mt.la - a libtool library file
# Generated by qmake/libtool (1.07a) (Qt 3.3.8b) on: Wed Apr  9 16:10:10 2008

# The name that we can dlopen(3).
dlname='libqt-mt.so.3'

# Names of this library.
library_names='libqt-mt.so.3.3.8 libqt-mt.so.3 libqt-mt.so'

# The name of the static archive.
old_library='libqt-mt.a'

# Libraries that this one depends upon.
dependency_libs='-L/usr/X11R6/lib -lfontconfig -laudio -lXt -ljpeg -lpng -lz 
-lXi -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig 
-lXext -lX11 -lm -lSM -lICE -ldl -lpthread '

# Version information for libqt-mt.la
current=33
age=0
revision=8

# Is this an already installed library.
installed=yes

# Files to dlopen/dlpreopen.
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/lib'
# libqtmcop.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 
2005/12/18 22:14:06)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libqtmcop.so.1'

# Names of this library.
library_names='libqtmcop.so.1.0.0 libqtmcop.so.1 libqtmcop.so'

# The name of the static archive.
old_library='libqtmcop.a'

# Libraries that this one depends upon.
dependency_libs=' -L/usr/share/qt3/lib /usr/lib/libmcop.la -L/usr/lib 
/usr/lib/libgmodule-2.0.la /usr/lib/libgthread-2.0.la -lrt 
/usr/lib/libglib-2.0.la /usr/lib/libqt-mt.la -L/usr/X11R6/lib -laudio -lXt 
-ljpeg -lXi -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype 
-lfontconfig -ldl -lpng -lz -lXext -lX11 -lSM -lICE -lpthread'

# Version information for libqtmcop.
current=1
age=0
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/lib'
------------------------------------------------------------------------------
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
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to