User forums > Help

HELP me to fix -Wfatal-error

(1/1)

emanahmed:
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?

MortenMacFly:

--- Quote from: emanahmed on August 27, 2010, 08:32:29 am ---cc1plus.exe: error: unrecognized command line option "-Wfatal-errors"

--- End quote ---
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.

emanahmed:
thanks I solve the problem

Navigation

[0] Message Index

Go to full version