Skip to main content

Thread: Where is a.out?


hello.
first off, running ubuntu 11.04 on acer aspire 1 alongside windows 7. compiled "hello world" program in c using gcc, helloworld.o. compilation successful, can't find helloworld.o. ran search of files , folders, couldn't find it. please help?

hm...

usual procedure following one:

code:
gcc -o myapp myapp.c -wall
the -o option allows choose name executable, in example, myapp. executable created in same directory.

then, run way:
code:
./myapp


Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Where is a.out?


Ubuntu

Comments