Has anybody had success building 32-bit Julia on 64-bit Linux?  I am using 
Debian jessie and had to install a few packages (notably gfortran-multilib 
and libgfortran-4.9-dev), and now it gets most of the way through the build 
when I put `ARCH = i686` in Make.user.  But it fails near the very end when 
calling femtolisp:

    FLISP src/julia_flisp.boot
fatal error:
#0=(type-error file string
       Segmentation fault
Makefile:72: recipe for target 'julia_flisp.boot' failed

Reply via email to