disable-rpath disables the hard coding of library paths within built
libraries and binaries, instead relying on standard library search paths
to locate needed library files.
I do not know what enable-final does.
Tim
Is there any documentation notes we can add to the
wiki about
"--enable-final"? How about "--disable-rpath"?
Darrell
--- On Sat, 10/2/10, Nicolas Kalkhof <nkalkhof(a)web.de> wrote:
From: Nicolas Kalkhof <nkalkhof(a)web.de>
Subject: Re: [trinity-devel] question about building trinity from
scratch
To: trinity-devel(a)lists.pearsoncomputing.net
Date: Saturday, October 2, 2010, 6:35 AM
Hi Timothy,
thanks for the hint. Explicitly adding --enable-final did
the job.
My complete configuration:
./configure --disable-dnssd --without-arts --without-ssl
--without-xinerama --disable-rpath --enable-final
--prefix=/opt/kde-3.5.12