Created attachment 295871 [details] build.log we have: libtool --mode=compile x86_64-pc-linux-gnu-gcc -march=native -O2 -g0 -ansi -I. -c -c ./cqrlib.c libtool --mode=link x86_64-pc-linux-gnu-g++ -march=native -O2 -g0 -ansi -DCQR_NOCCODE=1 -I. ./CPPQRTest.cpp -lm \ -o bin/CPPQRTest so the first: x86_64-pc-linux-gnu-gcc -march=native -O2 -g0 -ansi -I. -c -c ./cqrlib.c goes well the second: x86_64-pc-linux-gnu-g++ -march=native -O2 -g0 -ansi -DCQR_NOCCODE=1 -I. ./CPPQRTest.cpp -lm -o bin/CPPQRTest not goes well CFLAGS="-march=native -O2 -g0" CXXFLAGS="-march=native -O2" anyway there are other errors in the build.log
I lost my detection script. Will fix it.
+ 15 Dec 2011; Justin Lecher <jlec@gentoo.org> cqrlib-1.1.2.ebuild: + Don't mix C/XX-FLAGS, #394759 +