Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

remove -stdlib= flag on linux (fixes Issue #669) #668

Merged
merged 1 commit into from
Feb 22, 2014

Conversation

breznak
Copy link
Member

@breznak breznak commented Feb 21, 2014

which was causing problems:
unrecognized command line option -stdlib=libstdc++

and add -std=c++11 (C++11 standard) to align with OSX flags

which was causing problems:
unrecognized command line option -stdlib=libstdc++

and add -std=c++11 (C++11 standard) to align with OSX flags
@breznak breznak added the ready label Feb 21, 2014
@breznak breznak added this to the Sprint 16 milestone Feb 21, 2014
@breznak
Copy link
Member Author

breznak commented Feb 21, 2014

@david-ragazzi @subutai just a simple patch. The compilation succeeds, I expect the tests to pass too.

Please merge when Travis finised. (Also aligns std=c++11 on OSX and Linux)

@subutai
Copy link
Member

subutai commented Feb 22, 2014

@breznak Thanks! I am fine with this. @david-ragazzi Since Travis passed, I'm merging. However, let us know if you see any issues with it.

subutai added a commit that referenced this pull request Feb 22, 2014
remove -stdlib= flag on linux (fixes Issue #669)
@subutai subutai merged commit b87de57 into numenta:master Feb 22, 2014
@david-ragazzi
Copy link
Contributor

If this mitigate future problems, for me it is fine..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants