|
在make GraphCT软件时出现如下错误,自己研究有一段时间了,没弄明白。请高手指教。如下是我的centos 5.6环境和错误文
gcc -std=gnu9x -fopenmp -Wall -g -O3 -march=native -fno-trapping-math -Icompat -c main.c
main.c:1: error: -march= (native) 不正确
main.c:1: error: bad value (native) for -mtune= switch
make: *** [main.o] error 1
$ uname -a
Linux 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
コンフィグオプション: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
スレッドモデル: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-50) |
|