trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2010

Re: [trinity-devel] tqtinterface compilation problem

From: "Timothy Pearson" <kb9vqf@...>
Date: Wed, 1 Sep 2010 10:49:20 -0500
> On Wednesday 01 September 2010 04:01:02 Timothy Pearson wrote:
>> <snip>
>>
>> > /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../crtn.o    -Wl,-soname
>> > -Wl,libtqt.so.4 -o .libs/libtqt.so.4.2.0
>> > /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../../i686-pc-linux-gnu/bin/ld
>> >: cannot find -lqt-mt
>> >
>> > I guess this happens because QT library path are not passed to the
>> > linker. I
>> > cannot figure out how to fix this.
>>
>> That should not be happening at all; what flags (if any) are you passing
>> to the configure script?  Also, can you send me the location of the
>> libqt-mt.so file on your system?
>
> I run plain configure, without parameters. On gentoo, Qt3 shared libraries
> are
> located in /usr/qt/3/lib/
Which is not in the Trinity autoconf list of directories to search, hence
the failure.   This point may be moot anyway as you are porting the build
system to CMake.  I will be glad to be rid of Autoconf once and for all.
;-)

Tim