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

Re: GCC 3.0 status?



Previously Harald Dunkel wrote:
> Of course I _have_ gcc 3.0 installed. But I can't use it without redefining
> a lot of variables in all Makefiles, cause the compiler names are mixed up.

Then your makefiles are wrong. 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.

Wichert.

-- 
  _________________________________________________________________
 /       Nothing is fool-proof to a sufficiently talented fool     \
| wichert@wiggy.net                   http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |



Reply to: