entropia / libsocket-can-java

SocketCAN JNI wrapper
MIT License
44 stars 49 forks source link

C++11 support in older GNU compilers #3

Closed yegorich closed 11 years ago

yegorich commented 11 years ago

According to http://gcc.gnu.org/projects/cxx0x.html compilers before 4.7 use another parameter to activate C++11 features: -std=c++0x and -std=gnu++0x.

What about trying autotools or cmake to automatically determine compiler features, library paths?

hannes-zz commented 11 years ago

Sorry for taking so long to reply. I'll have a look what I can do about it at the weekend.

hannes-zz commented 11 years ago

We don't need gnu++0x anymore.