[newbie] compiling in c

2000-04-08 Thread stathis gotsis
when i compile a real simple program in c ,ie hello.c i write :cc hello.c but then i get an error message stdio:no such file or directory,i find this strange because i have that library.can you help?thanks in advance. __ Get Your Private, Free

Re: [newbie] compiling in c

2000-04-08 Thread jero
ummm when compiling c programs.i remember you need an output and input file for example "cc -o hello hello.c" i forgot what the -o stood for...but i did that in all my linux programming classes. Does that help any? Jero stathis gotsis wrote: when i compile a real simple program in

Re: [newbie] compiling in c

2000-04-08 Thread Alex V Flinsch
On Sat, 08 Apr 2000, you wrote: ummm when compiling c programs.i remember you need an output and input file Actually, you don't need the name of the output file, if not given, the output will be a.out for example "cc -o hello hello.c" i forgot what the -o stood for...but i did

Re: [newbie] compiling in c

2000-04-08 Thread Alex V Flinsch
On Sat, 08 Apr 2000, you wrote: when i compile a real simple program in c ,ie hello.c i write :cc hello.c but then i get an error message stdio:no such file or directory,i find this strange because i have that library.can you help?thanks in advance. if you look at your source, you will