trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

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

From: François ANDRIOT <francois.andriot@...>
Date: Wed, 25 Apr 2012 21:55:42 +0200
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