Mailinglist Archive: opensuse (3983 mails)

< Previous Next >
C Programming in SuSE
  • From: KPP52@xxxxxxx
  • Date: Tue, 16 Dec 2003 15:32:10 EST
  • Message-id: <15d.29f18c55.2d10c5ca@xxxxxxx>
I have Personal 9.0
I wrote the basic C program first.c
then I did: gcc -o first first.c
then I tried to run it by typing: first
and it gives me a message: bash first no such command.
so I tried: gcc first.c
there was an a.out file in the directory
then I typed: a.out
and it gives me the same error message.
Is there something I'm missing with the C compiler here?
I'm new to SuSE and new to linux in general. I have done some C programming
in Unix and this is confusing me tremendously. Any help would be greatly
appreciated.
< Previous Next >