how_to_start_compiler_C
Tom Rhodes
trhodes at FreeBSD.org
Sat Apr 5 16:54:30 UTC 2003
On Sat, 05 Apr 2003 18:08:03 +0200
rené <renef at 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 ;=((
> thank you
> rené
>
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
More information about the freebsd-doc
mailing list