After running `make cleanall`, I'm stuck on this error (apparently) while compiling fftw3f. Does anybody else see this, or have suggestions for how to solve it. I have tried to checkout old (previously working) commits, but it did not help. `release-0.2` apparently compiles fine.
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]: *** [/Users/ivarne/dev/julia/usr/lib/libfftw3f.dylib] Error 2 make[2]: *** [install-fftw] Error 2 make[1]: *** [julia-release] Error 2 make: *** [release] Error 2
