From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: law@cygnus.com Cc: robertl@dgii.com, egcs@cygnus.com Subject: Re: would a gcc by any other name still smell? Date: Mon, 24 Nov 1997 10:12:00 -0000 Message-id: <199711241739.JAA20497@atrus.synopsys.com> References: <3852.880346610@cygnus.com> X-SW-Source: 1997-11/msg00774.html > > If we do this, we're damned because it's not the FSF release and > > it would make it difficult to have both EGCS and GCC installed at > > the same time. Use different paths for the two compilers. e.g. configure the egcs compiler as --prefix=/usr/local/egcs , and then if you like, say ln -s /usr/local/egcs/bin/gcc /usr/local/bin/egcs-gcc > You can install them both, the version #s are different (on purpose) and > select them via -V switches -- similarl to using gcc -V 2.6.3 or gcc -V 2.7.2 > to select gcc-2.6.3 or gcc-2.7.2. Beware -- the -V switch isn't going to work if you're also trying to switch between two different versions of the C++ library.