Building GSL for Altivec

Hi,

I've tried optimising a build of GSL on a G5 using the following two approaches.

Approach 1
----------------------------
export LDFLAGS='-Wl,-framework -Wl,Accelerate'
./configure && make && make check

Approach 2
----------------------------
export CFLAGS="-fast -ftree-vectorize"
./configure --disabled-shared
make && make check

In both cases, I get tests failing. If I just do a straightforward ./configure, make etc, then all tests pass.

The machine is running OS X 10.4.8 and I'd be extremely grateful if anyone could give me some pointers.

TIA,

Merul

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Building GSL for Altivec

Hi Merul,

Could you post the specific tests that fail and any information messages (relative errors, doesn't run etc...) that the tests produce?

Thanks,

Dave