[dpdk-dev] Changes to makefiles to allow building apps using g++

2014-01-14 Thread Thomas Monjalon
Hello Dan, 13/01/2014 23:45, Dan Kan: > I made changes to makefiles to at least allow app development to be in done > C++. I'm wondering if the community is interested in getting these changes > as a patch. If you need it, it's an excellent reason to integrate it. Moreover we can guess that you'r

[dpdk-dev] Changes to makefiles to allow building apps using g++

2014-01-13 Thread Dan Kan
I made changes to makefiles to at least allow app development to be in done C++. I'm wondering if the community is interested in getting these changes as a patch. The dpdk library must still be compiled using gcc. However, the applications can be compiled using g++ by setting CC=g++, e.g. "make CC=