RE: Cranky compilers

2001-12-03 Thread Andy Dougherty
On Sun, 2 Dec 2001, Brent Dax wrote: > It looks like $Config{gccversion} is empty unless we're using gcc. > However, I can't confirm this--I have access to one system using cl and > another system using gcc, and it's consistent across those two, but I > can't check others. Is it? Yes. Accordin

RE: Cranky compilers

2001-12-02 Thread Brent Dax
Dan Sugalski: # As has been pointed out to me, GCC is excessively permissive by # default. So... # # We need a probe in configure.pl for GCC as the C compiler, # and we need to # have -Wall as a default switch on GCC builds. All builds # should go without # complaint to be considered passing. It

Cranky compilers

2001-12-02 Thread Dan Sugalski
As has been pointed out to me, GCC is excessively permissive by default. So... We need a probe in configure.pl for GCC as the C compiler, and we need to have -Wall as a default switch on GCC builds. All builds should go without complaint to be considered passing. Jarkko's got some truly fascist