This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc 2.96 and 3.2.1 on the same machine
- From: "Ajay Bansal" <Ajay_Bansal at infosys dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Mon, 27 Jan 2003 12:23:20 +0530
- Subject: gcc 2.96 and 3.2.1 on the same machine
Hi All
Another question in this regard
If a machine has both the compiler installed, one in /usr/bin & another
in /usr/local/bin, then can there be some issues like one compiler
picking up headers/libraries of another compiler?
Actually my Linux machine has this issue. I have RH73. one is default
gcc (2.96) which came with RH, another which I installed myself.. 3.2.1.
Should I be worried about mix of two compilers?
-Ajay