Forgive me if this is a noob question but I'm having some trouble building 
Julia. I'm on commit a318578. Running `make' gives me:

"$ make
    CC src/task.o
task.c(352): catastrophic error: Cannot match asm operand constraint
compilation aborted for task.c (code 1)
make[2]: *** [task.o] Error 1
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2"

Make.user:
"USEICC = 1
USEIFC = 1
USE_INTEL_MKL = 1
USE_INTEL_MKL_FFT = 1
USE_INTEL_LIBM = 1

JULIA_CPU_TARGET = core2"

Weirdly, the exact same setup works fine compiling v0.3. Does anyone have 
any ideas?

Thanks,
Samuel

Reply via email to