##### Hi, ``` $ make ``` ##### make nesc while I meet a problem as follow, ``` gcc -DHAVE_CONFIG_H -I. -I.. -DNMEMDEBUG -DNDEBUG -O9 -g -Wall -Wno-long-double -MT regions.o -MD -MP -MF .deps/regions.Tpo -c -o regions.o regions.c warning: unknown warning option '-Wno-long-double'; did you mean '-Wno-long-long'? [-Wunknown-warning-option] error: invalid value '9' in '-O9' make[3]: *** [regions.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 ``` ##### gcc version ``` Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.1.0 Thread model: posix ``` ##### MacOS version ``` 10.9.2 ``` ##### Hope to reply!Thx~
Hi,
make nesc while I meet a problem as follow,
gcc version
MacOS version
Hope to reply!Thx~