[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GCC 3.0 status?



On Wed, Jun 27, 2001 at 09:43:50PM -0400, Jimmy Kaplowitz wrote:
> > Wichert Akkerman wrote:
> > > In all sources I have here I can simply
> > > switch using either of:
> > > 
> > > * CC=gcc-3.0 CXX=g++-3.0 ./configure --your-usual-options
> > > or
> > > * edit a toplevel makefile that defines CC and CXX which all submakefiels
> > >   inherit.
> > > 
> 
> - This doesn't work in Makefiles where the compiler is hard-coded in each
> compilation rule. I agree this is not good practice, but it is frequently seen.
> For example, "g++" is hard-coded in the Makefile for my package, althea. Now,
> this can be changed using shell tricks, as you or someone else said.


It can also be fixed by search and replace and a patch send upstream.




dave...



Reply to: