This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: More than one lib file
- To: gregzh at yahoo dot com
- Subject: Re: More than one lib file
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 10 Mar 2000 09:32:11 +0100
- CC: gcc-help at gcc dot gnu dot org
- References: <20000309214539.15348.qmail@web1601.mail.yahoo.com>
> So, could give me a advice how and where to begin
> this?
Are they using two different gcc installations as well? If so, you can
put libstdc++ into the directory where cc1plus lives; gcc will pick it
up from there. After you've made the change, you should verify with
gcc -v that it does the right thing.
Regards,
Martin