This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unrecognized options gcc version 4.4.0


"Tovrea, George W (US SSA)" <george.tovrea@baesystems.com> writes:

> Getting the following "unrecognized options":
> g++: unrecognized option '-pthreads'

The gcc option is "-pthread", not "-pthreads".

> g++: unrecognized option '-no_auto_include'

This is not a gcc option at all.  I don't know what it means, so I don't
know whether gcc has a comparable option.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]