Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2003 08:08:43 -0700
From:      Wes Peters <wes@softweyr.com>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        Julian Elischer <julian@elischer.org>
Subject:   Re: gcc bug? Openoffice port impossibel to compile on 4.8
Message-ID:  <200305280808.43444.wes@softweyr.com>
In-Reply-To: <xzphe7fe0ct.fsf@flood.ping.uio.no>
References:  <Pine.BSF.4.21.0305221020170.82473-100000@InterJet.elischer.org> <200305232040.30367.wes@softweyr.com> <xzphe7fe0ct.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 28 May 2003 05:12 am, Dag-Erling Smorgrav wrote:
> Wes Peters <wes@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@softweyr.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305280808.43444.wes>