Problems installing FFTW3 Library

Joined
Jun 3, 2010
Messages
1
Reaction score
0
Points
1
I'm trying to configure the FFTW3 library to use in OS X 10.6.3. I have a machine capable of 64-bit, but I need to configure it as a 32-bit so that a 32-bit program (MATLAB) can interface with it (through mex). I'm trying to pass it the following configure command:

./configure CFLAGS="-m32 -b i386" CPPFLAGS="-b i386" LDFLAGS="-arch i386"

but when I go to run make, I get:
/usr/bin/ranlib: archive member: libbench2.a(my-getopt.o) cputype (16777223) does not match previous archive members cputype (7) (all members must match)

Any ideas?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top