gcc bug? Openoffice port impossibel to compile on 4.8

Wes Peters wes at softweyr.com
Wed May 28 08:08:47 PDT 2003


On Wednesday 28 May 2003 05:12 am, Dag-Erling Smorgrav wrote:
> Wes Peters <wes at softweyr.com> writes:
> > GCC 3.2 is broken by design.  It insists, amongst other stupidities,
> > on type-checking arguments using old style declarations like:
> >
> > 	int foo(bar)
> > 	char *bar;
> > 	{}
> >
> > rendering most UNIX software from before 1996 uncompilable.
>
> have you tried -traditional?

Yup:

	cc1: warning: -traditional is deprecated and may be removed

Didn't help a bit.

-- 

        Where am I, and what am I doing in this handbasket?

Wes Peters                                               wes at softweyr.com



More information about the freebsd-hackers mailing list