Compiler flags

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
ferar
New poster
Posts: 1
Joined: Mon Jun 13, 2005 5:26 pm

Compiler flags

Post by ferar »

Anyone knows which are the flags and gcc version that they use to compile c++ code?
I'm getting a CE, but could not reproduce locally.

thanks.
Fernando.
Moha
Experienced poster
Posts: 216
Joined: Tue Aug 31, 2004 1:02 am
Location: Tehran
Contact:

Post by Moha »

gcc is not a name of a single program.
Use g++ instead of gcc for compiling c++ source code. gcc and g++ both of them execute some program for compiling. these are not a single program.
Post Reply

Return to “C++”