Note to self:
When compiling software written to C99 standards, call the compiler so it actually knows it's SUPPOSED to be parsing ANSI code, not K&R.
That is all.
When compiling software written to C99 standards, call the compiler so it actually knows it's SUPPOSED to be parsing ANSI code, not K&R.
That is all.
From:
no subject
I'd think that if you were trying to compile a lot of Gnu code you would want to set your compile defaults to something that compiles everything correctly, especially if you're doing custom programming on the workstation and want to use ANSI anyway.
From:
no subject