whither specs?
Jason R Thorpe
thorpej@wasabisystems.com
Sun Nov 24 06:52:00 GMT 2002
...jumping back to an old conversation (because Gerald's recent
LD_LIBRARY_PATH mail reminded me of it...)
On Wed, Jun 12, 2002 at 04:49:15PM -0700, H . J . Lu wrote:
> DT_RPATH is tricky with cross compiling. I don't want it in gcc.
It's not that tricky ... you just need to use -rpath-link in addition
to -rpath if the compiler is a cross-compiler, right? Okay, maybe it's
a little tricky because of the $prefix/$target/lib/... stuff that is
the GNU toolchain's convention...
But it seems like this would no longer be a problem because of the
--with-sysroot stuff on 3.4-b-i-b.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>
More information about the Gcc
mailing list