bakwc/JamSpell

suffix or operands invalid for `movq'

JulienBelanger opened this issue · 1 comments

I'm tried to
$sudo pip install jamspell
but I kept on having 'gcc' failing due to gcc version being 4.x. I upgraded to 5 and tried again this time to have:

/var/folders/mf/h5xtzctd6rbg0v_j86qcs4c80000gp/T//cc1lsN9e.s:11961:suffix or operands invalid for `movq'
/var/folders/mf/h5xtzctd6rbg0v_j86qcs4c80000gp/T//cc1lsN9e.s:12074:suffix or operands invalid for `movq'
/var/folders/mf/h5xtzctd6rbg0v_j86qcs4c80000gp/T//cc1lsN9e.s:20893:suffix or operands invalid for `movq'
/var/folders/mf/h5xtzctd6rbg0v_j86qcs4c80000gp/T//cc1lsN9e.s:20906:suffix or operands invalid for `movq'
error: command 'gcc' failed with exit status 1

I'm running OSX high sierra (10.13.5) and

$gcc -v

gives out:

COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.3.0/libexec/gcc/x86_64-apple-darwin15.0.0/5.3.0/lto-wrapper
Target: x86_64-apple-darwin15.0.0
Configured with: ../configure --build=x86_64-apple-darwin15.0.0 --prefix=/usr/local/Cellar/gcc/5.3.0 --libdir=/usr/local/Cellar/gcc/5.3.0/lib/gcc/5 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.3.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --enable-multilib
Thread model: posix
gcc version 5.3.0 (Homebrew gcc 5.3.0) 

Can't wait to use this library.

bakwc commented

Try to use "clang". On MacOS jamspell successfully compiles with clang.