[plug] Re: configuring Mandrake for dial-up modem
Pabs
pabs at perthimc.asn.au
Sun Sep 28 22:58:36 WST 2003
> Getting back to the gcc compiler. I've compiled my program (now called hi.c)
> but what command do I use to run the program?
Depends on what you called the output of gcc (the -o parameter). "./"
followed directly by the name of the output file should do it.
For eg
gcc -o helloworld hi.c
./helloworld
Bye,
Pabs
_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug
More information about the plug
mailing list