Wes Peters <[EMAIL PROTECTED]> 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?

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to