Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2003 11:53:05 -0500
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        =?ISO-8859-1?Q?ren=E9?= <renef@freesurf.fr>
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: how_to_start_compiler_C
Message-ID:  <20030405115305.5b5553a0.trhodes@FreeBSD.org>
In-Reply-To: <3E8EFF63.4030405@freesurf.fr>
References:  <3E8EFF63.4030405@freesurf.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 05 Apr 2003 18:08:03 +0200
ren=E9 <renef@freesurf.fr> wrote:

> I have gcc  ....(/usr/bin/gcc)
> I wrote (with ee ) my first C program: "essai.c"
> ("essai.c"  with  "rwx" )
> I hit: "/usr/bin/gcc essai.c "....
> I had no error message  but  i don't find: "essai.o" or "essai.ex"
> please, say_me  where is  my  error   ;=3D((
> thank you
> ren=E9
>=20

You should be asking this question on FreeBSD-questions.

Try:

gcc -s essai.c -o essai.[extention-of-choice]

to get an output.

--
Tom Rhodes



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