[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Fwd: gsl installation on mac os x 10.6.8
From: |
Rhys Ulerich |
Subject: |
Re: [Help-gsl] Fwd: gsl installation on mac os x 10.6.8 |
Date: |
Tue, 9 Oct 2012 15:30:59 -0500 |
We've both forgotten to CC the list on several notes...
---------- Forwarded message ----------
From: Rhys Ulerich <address@hidden>
Date: Mon, Oct 8, 2012 at 8:20 PM
Subject: Re: [Help-gsl] Fwd: gsl installation on mac os x 10.6.8
To: Emmanuel Cordier <address@hidden>
Cc: GSL Help Mailing List <address@hidden>
>> 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