[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gcc
On Thu, Jan 11, 2001 at 12:31:35AM -0800, Travis Davies wrote:
> is this correct for compiling a simple C++ program in
> Linux?
>
> cc -o program program.C
CC -o program program.C or
g++ -o program program.C both should work.
--
Jordan Bettis <http://www.hafd.org/~jordanb/>
Ninety percent of the time things turn out worse than you thought they would.
The other ten percent of the time you had no right to expect that much.
-- Augustine
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.
- References:
- gcc
- From: Travis Davies <tddavies@yahoo.com>