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