This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Two gcc Installations: conflict in library?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: "Janvier D. Anonical" <janvier_anonical at yahoo dot com>, gcc-help at gcc dot gnu dot org
- Date: Tue, 24 Aug 2004 03:08:35 -0500
- Subject: Re: Two gcc Installations: conflict in library?
- References: <20040824052329.32638.qmail@web52104.mail.yahoo.com>
Hi Janvier,
When you compile, put in the -v switch.
g++ -v test.cpp
The verbose output will state which header file locations and libraries are
being used.
HTH,
--Eljay