help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can i compile c++ files in Linux?


From: Jeffrey Holle
Subject: Re: How can i compile c++ files in Linux?
Date: Wed, 12 Mar 2003 15:26:31 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212

Use "g++", which is the cpp front-end of gcc.
One can use gcc, but it requires extra command line options for cpp code.

Plus, one should use a make utility to avoid command line complexity.
The hands-down simplest way to go that I've found is:
http://www.perforce.com/jam/jam.html


mehdy wrote:
Hi All
I want to know how can i compile c++ files via gcc in linux?
I do not know anything about gcc.
Please help me.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]