Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quinnj/5473690 to your computer and use it in GitHub Desktop.
Save quinnj/5473690 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 Cross-compile Windows 64-bit Build Error
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
wine: Call from 0x2b0c4e415e6a to unimplemented function KERNEL32.dll.__C_specific_handler, aborting
err:seh:setup_exception stack overflow 2672 bytes in thread 003e eip 00002b0c4e449a7b esp 0000000000430b90 stack 0x430000-0x431000-0xc30000
*** This error is usually fixed by running 'make clean'. If the error persists, try 'make cleanall'. ***
make[2]: Leaving directory `/home/quinnj/julia-win32'
cp -a /home/quinnj/julia-win32/usr/bin julia-3e380dd7ae
cd julia-3e380dd7ae/bin && ln -sf julia-release-basic julia
for suffix in julia-release julia-debug ; do \
cp -a /home/quinnj/julia-win32/usr/lib/lib${suffix}*.dll* julia-3e380dd7ae/lib/julia ; \
done
cp: cannot stat `/home/quinnj/julia-win32/usr/lib/libjulia-debug*.dll*': No such file or directory
make[1]: [install] Error 1 (ignored)
for suffix in amd arpack camd ccolamd cholmod colamd fftw3 fftw3f fftw3_threads fftw3f_threads gmp grisu openlibm openlibm-extras pcre random Rmath spqr suitesparse_wrapper umfpack z openblas ; do \
cp -a /home/quinnj/julia-win32/usr/lib/lib${suffix}*.dll* julia-3e380dd7ae/lib/julia ; \
done
cp: cannot stat `/home/quinnj/julia-win32/usr/lib/libfftw3_threads*.dll*': No such file or directory
cp: cannot stat `/home/quinnj/julia-win32/usr/lib/libfftw3f_threads*.dll*': No such file or directory
cp: cannot stat `/home/quinnj/julia-win32/usr/lib/libz*.dll*': No such file or directory
cp -a /home/quinnj/julia-win32/usr/lib/libuv.a julia-3e380dd7ae/lib/julia
cp -a /home/quinnj/julia-win32/usr/include/uv* julia-3e380dd7ae/include/julia
cp -a src/julia.h julia-3e380dd7ae/include/julia
# Copy system image
cp /home/quinnj/julia-win32/usr/lib/julia/sys.ji julia-3e380dd7ae/lib/julia
cp: cannot stat `/home/quinnj/julia-win32/usr/lib/julia/sys.ji': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/quinnj/julia-win32'
make: *** [dist] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment