trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Re: [trinity-devel] Howto prevent LDFLAGS --sort-common,--as-needed,<snip>,--hash-style=gnu

From: Calvin Morrison <mutantturkey@...>
Date: Tue, 28 Feb 2012 13:46:39 -0500
On 28 February 2012 13:10, David C. Rankin
<drankinatty@...> wrote:
> On 02/28/2012 12:00 PM, Calvin Morrison wrote:
>> Have you replaced the admin/ folder btw with the one in the trinity
>> submodule admin? I'd also do that ( over time there have been changes
>> to autotools for trinity, so you should probably use the up to date
>> one).
>>
>> Calvin
>
> I think you have hit the nail on the head -- see my post which I sent 2 minutes
> ago...
>
> --
> David C. Rankin, J.D.,P.E.
>

Ok, have you tried using the admin folder from Trinity

I've used these steps to get stuff from kdelook to trinity

rm admin -Rvf
cp /my/tde/source/main/common/admin ./ -R
make -f admin/Makefile.common
autoreconf
./configure
make

should make sure it works :-)

Cal