trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

Re: [trinity-devel] Can't build tqca on 64-bit

From: Darrell Anderson <humanreadable@...>
Date: Wed, 25 Apr 2012 11:45:34 -0700 (PDT)
> Sorry, I forgot to attach the patch to my previous mail.
> Here is the patch for tqca-tls, working on fedora 16 x86_64
> (tde r14 + tqt3) .
> 
> >> Problems occur when the "configure" script is not
> >> autogenerated but is a static shell script, it
> often lacks the "lib64" directories
> >> in path ...
> > Yes, that is the case. I need to learn how to fix only
> one of each (tqca or tqca-tls and python-tqt or
> python-trinity). After I learn to fix one of each I should
> be able to do likewise for the other. The challenge with the
> two python packages is the configuration scripts are written
> in python, which I don't know.

I appreciate the patches but they did not help. :(

The problem is not detecting $QTDIR but $LIBDIR when $LIBDR=$PREFIX/lib64 rather than $LIBDR=$PREFIX/lib.

The configuration process always fails because libtqt-mt.so.3 is located in $LIBDR=$PREFIX/lib64 rather than $LIBDR=$PREFIX/lib.

The whole problem is telling the configure process where to find libtqt-mt.so.3.

Darrell