Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: b4silence on September 04, 2007, 03:29:44 am
Title:
cc1plus: error: unrecognized command line option "-mthreads"
Post by:
b4silence
on
September 04, 2007, 03:29:44 am
Hello all!
I'm getting this weird error when I try to build my project:
Code
cc1plus: error: unrecognized command line option "-mthreads"
I'm running Code::Blocks SVN 4421in a Linux enviroment.
Thanks!
Title:
Re: cc1plus: error: unrecognized command line option "-mthreads"
Post by:
Ceniza
on
September 04, 2007, 05:53:32 am
Remove
-mthreads
from your project options. That only works for MinGW.