This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: command line help


tinettim@gdls.com wrote:

At the command line I can type help to get a list of topics but they scroll
of the screen so I can't see them all and I can't find their explanations
on your web site. What command do I use to get it to compile? Source? What
directory should I be in when I compile and what subdirectories should I
have.


gcc --help | more



Simple C program in hello.c would be compiled into an executable called 'program' like this....


gcc -o program hello.c




--


Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]