Sujet : Re: Compiler utility
De : NoEMail (at) *nospam* home.org (root)
Groupes : comp.os.linux.miscDate : 07. Feb 2025, 18:35:43
Autres entêtes
Organisation : Linux Advocacy
Message-ID : <vo5g9e$3jith$1@dont-email.me>
References : 1 2
User-Agent : slrn/1.0.2 (Linux)
vallor <
vallor@cultnix.org> wrote:
>
You can probably get the code to compile with the
proper "--std=" directive to gcc.
>
I tried std=gnu89, but that didn't fix the problem.
A really strange thing: one of my old programs
had a list of routines at the front, with entries
like:
int main ();
void this();
etc.
when the compiler encountered the line
int main(argc,argv)
it threw up an error.