Solved [Solved] Buildworld error

Code:
cc1plus: error: unrecognized command line option "-std=c++0x"

Simply hoping someone has encountered the same error. (libc++ depends...) ... BTW I added several parameters to the build command, so it that fixes it (it has restarted) I should be able to post the entire line here. ... OTOH ... that also failed. Expect to eventually run across someone's make.conf used specifically for buildworld that I could try...

Finished. Unsure if I should post the buildworld command, but the make.conf:

Code:
WITHOUT_PKGNG=yes
NO_PROFILE=true
NO_WERROR=
FAVORITE_COMPILER=clang
COMPILER_VERSION= 3.3
CFLAGS=
WERROR=

So two or more of those at least should help persons searching the forum, although I am unsure if moving /etc/src.conf sometime before the original post had anything to do with it.
 
Back
Top