From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: gregzh@yahoo.com Cc: gcc-help@gcc.gnu.org Subject: Re: More than one lib file Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200003100832.JAA01061@loewis.home.cs.tu-berlin.de> References: <20000309214539.15348.qmail@web1601.mail.yahoo.com> X-SW-Source: 2000-q1/msg00367.html Message-ID: <20000401000000.ONglFSPCa2cdgaNf47AaEP2aZKwyzON-E8V4zuRwxoM@z> > 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