Code::Blocks Forums

User forums => Help => Topic started by: emanahmed on August 27, 2010, 08:32:29 am

Title: HELP me to fix -Wfatal-error
Post by: emanahmed on August 27, 2010, 08:32:29 am
when I run any program in code::blocks 10.05 I saw this message

cc1plus.exe: error: unrecognized command line option "-Wfatal-errors"
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings

How can I fix this?
Title: Re: HELP me to fix -Wfatal-error
Post by: MortenMacFly on August 27, 2010, 08:50:39 am
cc1plus.exe: error: unrecognized command line option "-Wfatal-errors"
Enable full compiler logging (see my sig), re-compile the program and post the full compiler log here, please.

In addition:  Please open a command prompt, go to the folder where your compiler is installed (probably in the bin sub-folder) and type:
g++ --version
...and post the full output here, too.

Furthermore: Make sure you don't have another compiler in your PATH that actually is being called.
Title: Re: HELP me to fix -Wfatal-error
Post by: emanahmed on August 27, 2010, 07:22:56 pm
thanks I solve the problem