Deutsch   English   Français   Italiano  
<vo5g9e$3jith$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: root <NoEMail@home.org>
Newsgroups: comp.os.linux.misc
Subject: Re: Compiler utility
Date: Fri, 7 Feb 2025 17:35:43 -0000 (UTC)
Organization: Linux Advocacy
Lines: 21
Message-ID: <vo5g9e$3jith$1@dont-email.me>
References: <vo3u4t$37omt$1@dont-email.me> <m0lfelFquhsU4@mid.individual.net>
Injection-Date: Fri, 07 Feb 2025 18:35:43 +0100 (CET)
Injection-Info: dont-email.me; posting-host="406fed010e5a74510570832ad5841128";
	logging-data="3787697"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+GRHkK8prN3nFbmUvyZF3orphIxa1bnBM="
User-Agent: slrn/1.0.2 (Linux)
Cancel-Lock: sha1:1Ml0hmDSB9EKxrXCX1w8K7H1ayc=
Bytes: 1256

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.