On Jan 5, 2011, at 16:37, Bartlomiej Zimon uzi18@o2.pl wrote:
Hi all!
My name is Bartlomiej i'm from PLD Linux distro. I have problems with tqt compilation/instalation.
Here is log configure/compile log: http://pld.pastebin.com/ja58wz3c
Problem is because there is no tqt.so.x.y.z files only symlinks
[cactus@carme-pld qtinterface]$ ls -l .libs/libtqt.* lrwxrwxrwx 1 cactus users 12 01-03 11:05 .libs/libtqt.la -> ../libtqt.la -rw-r--r-- 1 cactus users 1515 01-03 11:05 .libs/libtqt.lai lrwxrwxrwx 1 cactus users 15 01-03 11:05 .libs/libtqt.so -> libtqt.so.4.2.0 lrwxrwxrwx 1 cactus users 15 01-03 11:05 .libs/libtqt.so.4 -> libtqt.so.4.2.0 [cactus@carme-pld qtinterface]$
when building --with-static it produces libtqt.a archive.
any hint?
Best regards Bartlomiej Zimon
Hi,
This is a known problem when configure is generated with an autoconf newer than 2.63. :(
-- later, Robert Xu