Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6404 - Useful ? /etc/env.d/XXgcc
Summary: Useful ? /etc/env.d/XXgcc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-13 06:20 UTC by Ingo Krabbe
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingo Krabbe 2002-08-13 06:20:19 UTC
Is it really useful to add the LDPATH in ld.so.conf ?

I don't think so.  The
LDPATH=/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3
is a somewhat private path to gcc and shouldn't be exported
this way.  Any library that needs to be shared with other
binaries will be installed in ${prefix}/lib.

If this path is really needed I recommend to honour that by
changing the compilers spec file.

BYE INGO
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-29 12:26:15 UTC
This does not really hold for a gcc3 system.  Also putting libstdc++ in /usr/lib
cause problems with multiple installs of gcc.