This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc command syntax
- From: "rahul bapat" <rahul at cbl01 dot keiwa dot ne dot jp>
- To: <gcc at gcc dot gnu dot org>
- Date: Wed, 19 Mar 2003 16:01:57 +0900
- Subject: gcc command syntax
I need the correct syntax for gcc command.
I wish to compile 2 programs and run them simultaneously.
For that when I write the gcc command for eg.
$gcc c1.c
then it creates a make file a.exe
but in my case i wish to make an exe of my choice. I wish to make to exes.
with different names. How is it possible ?
Please help me.
thanking you
gcc learner