From mboxrd@z Thu Jan 1 00:00:00 1970 From: deberryr@hotmail.com (Richard De Berry) To: help-gcc@gnu.org Subject: Newbie - gcc apparently not building obj file Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: X-SW-Source: 2000-q1/msg00043.html Message-ID: <20000401000000.Cgn16xqpIG9n5lUfYxVNRRy0EfANPXrIPWWyFKY8szQ@z> I have Red Hat Linux 5.2 installed, gcc version 2.7.2.3, ELF 32-bit LSB executable. Trying to execute the simple Hello World program as a test on how the compiler works, but it doesn't appear to be building an executable. If I enter gcc -o hello hello.c , then hello , I get a command not found message. I would really like to know what I'm doing wrong. I've read all the documentation I can find, but to no avail. A little help, please. Thanx. Richard De Berry