This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

setting $prefix in /usr/local/share/config.site


Hi,

the abovementioned file is used by some configure scripts bundled with 
gcc (2.95), but not all of them. This induces major breakage if - for
example - $prefix is set there.

For illustration: I set prefix to "/usr" in this file. configuring gcc
with no further arguments results in the symlink
/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95/libstdc++.a pointing to
/usr/lib/libstdc++-libc6.1-2.a.3. But it's not there because
libstdc++'s configure ignored my setting and put this file in
/usr/local/lib.

        Robbe

-- 
Robert Bihlmeyer       reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>    <http://stud2.tuwien.ac.at/~e9426626/sig.html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]