I just tried building the latest master on my mac; I get the following 
error.  Any ideas on what to do -- I'm pretty new to this.  Googling tells 
me that this is an issue with clang in Xcode 5.1 but what can I do to fix 
this?

Thanks,

Adam


adams-air:julia adamkapor$ make

Making install in support

Making install in kernel

libtool: compile:  clang -stdlib=libc++ -mmacosx-version-min=10.7 
-DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -fomit-frame-pointer -mtune=native 
-malign-double -fstrict-aliasing -fno-schedule-insns -ffast-math -MT 
align.lo -MD -MP -MF .deps/align.Tpo -c align.c  -fno-common -DPIC -o 
.libs/align.o

clang: error: unknown argument: '-malign-double' 
[-Wunused-command-line-argument-hard-error-in-future]

clang: note: this will be a hard error (cannot be downgraded to a warning) 
in the future

make[5]: *** [align.lo] Error 1

make[4]: *** [install-recursive] Error 1

make[3]: *** [/Applications/julia/usr/lib/libfftw3f.dylib] Error 2

make[2]: *** [install-fftw] Error 2

make[1]: *** [julia-release] Error 2

make: *** [release] Error 2

Reply via email to