Page 1 of 1

Compiler flags

Posted: Fri Apr 21, 2006 4:45 pm
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.

Posted: Sat Apr 22, 2006 3:45 pm
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.