Le 25/04/2012 21:44, Darrell Anderson a écrit :
The output shows that /opt/trinity/lib is being used rather than /opt/trinity/lib64.
I can run this process manually and manually edit Makefile to /opt/trinity/lib64. Then make runs without error.
The trick is to force tqca to look in /opt/trinity/lib64 and not in /opt/trinity/lib.
Darrell
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
did you try to set variable QTLIB before running qmake ? export QTLIB=$PREFIX/lib64