[Qt] QT/Embedded for FPC/Lazarus
Den Jean
Den.Jean at telenet.be
Thu Oct 22 23:01:22 CEST 2009
On Thursday 22 October 2009 11:51:45 Laz Arus wrote:
> /usr/bin/ld: cannot find -lqt4intf
:-) because it cannot find the lib libqt4intf.so
copy it in a directory where the other libraries like libQtCore.so.4* are.
Note that since the versioning, for linking a libqt4intf.so needs to be found.
But to run a program linked to libqt4intf, a libqt4intf.so.5 needs to be found.
so create 2 links of these names to the file libqt4intf.so.5.1.XY.
This is the way library versioning is supposed to work
http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
More information about the Qt
mailing list