>> I made : ./configure --disable-shared CFLAGS="-Wno-long-double -g -02" >> the : sudo make install >> >> I have the following error : >> >> make[1]: Entering directory `/Users/Ammelune/Downloads/gsl-1.9/matrix' >> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. >> -I.. -I.. -Wno-long-double -g -02 -c -o init.lo init.c >> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -g -02 -c init.c >> -o init.o >> gcc: unrecognized option '-02'
Is that a zero or the letter 'O'? It should be the latter as in "Optimization". - Rhys
