syn68k
syn68k copied to clipboard
Synthetic 68K CPU (used by Executor)
After running the command `CC='gcc -m32' ./configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu` the following is produced: `/usr/bin/ld: i386:x86-64 architecture of input file `syngen-hash.o' is incompatible with i386 output`
Make autogen.sh work on Darwin/OS X by checking for glibtool/glibtoolize first, then libtool/glibtool. The libtool binary that OS X uses is actually not the same version that other unices use....
As a user of Ubuntu 12.04, I have to explicitly install GCC 4.4 and use it to be able to compile syn68k correctly. With GCC 4.5 and 4.6 the test...
No matter what combination of compiler I use (llvm-gcc, gcc-4.2, clang), I cannot get syn68k to compile under Lion. I was able to get it to compile under Snow Leopard...