I'm having build problems as well, but on Ubuntu. Don't know if it's related - I get a completely different message - but I also tried checking out old, previously working, commits with no success. I can `make clean` or `make cleanall` to get all the way through building `Base`, but then
``` collect2: error: ld returned 1 exit status make[1]: *** [/opt/julia/usr/lib/julia/sys0.so] Error 1 make: *** [release] Error 2 ``` Sometimes (it seems if I haven't cleaned "enough" stuff) I get the same error earlier. Is there any hope in fixing something like this without nuking my entire julia installation and cloning from scratch? // T On Monday, July 7, 2014 10:57:08 AM UTC+2, Ivar Nesje wrote: > > 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 > > > > >
