This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: Using 2.90.60 as standard C++ lib with gcc 2.95
- To: Gerald Gutierrez <gutier@intergate.bc.ca>
- Subject: Re: Using 2.90.60 as standard C++ lib with gcc 2.95
- From: Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
- Date: 12 Aug 1999 16:09:06 +0200
- Cc: libstdc++@sourceware.cygnus.com
- Organization: CMLA, ENS Cachan -- CNRS URA 1611 (France)
- References: <14258.23074.407139.850816@gargle.gargle.HOWL>
- Reply-To: libstdc++@sourceware.cygnus.com
Gerald Gutierrez <gutier@intergate.bc.ca> writes:
| I'd like to recompile a bunch of existing packages with the new gcc
| compiler and libstdc++ library. The release notes indicate that this
| is not a "drop in" replacement and that I have to supply -I and -L
| parameters to get it to link properly.
|
| Writing new code to do this is okay .. changing lots of makefiles to
| do this is a problem.
|
| I can use CPLUS_INCLUDE_PATH to get gcc to find the proper headers, is
| there any way at all that I can get the linker to link the correct
| library without me having to change all my makefiles?
gcc-2.95 comes with a working libstdc++ and you don't an extra work to
install it or use it.
Do you really want to use v-3? Note that v-3 is not yet finished and
vairous parts are missing. Most of what is already implemented is not
tested.
-- Gaby