I tried to compile smalltalk--devo--2.2--patch-364 on my intel core 2 duo macbook. This attempt proved unsuccessful.
I attached a bzip containing the config.log for this first configure.

I then ran ./configure CFLAGS='-D__i386__=1 -Wall -pipe -O2' and followed up with make which exited giving me a lot of messages like src/x86/darwin.S:41:Invalid mnemonic 'pushl'

This is weird, as other people have compiled it successfully (and even before the recent fixes, the problems were not in compilation, but in execution).

You should anyway use "-m32" and "-m64" instead of -D__i386__=1 vs. -D__x86_64__=1, if I remember correctly.

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to