discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

enable c++


From: Hungwin Chen
Subject: enable c++
Date: Sun, 15 Sep 2013 14:00:04 +0200

At the moment my project compilation is done through preprocessor directive, e.g. 
 
#ifdef __cplusplus
...
#endif
 
However, most of code are c++, passing command `make CC=/usr/bin/g++` dosn't enable gnustep recgonize c++ program. So what parameter should I pass so that the compilation can recognize c++ program?
 
Thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]