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:
the -o option allows choose name executable, in example, myapp. executable created in same directory.code:gcc -o myapp myapp.c -wall
then, run way:
code:./myapp
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Where is a.out?
Ubuntu
Comments
Post a Comment