I've been trying to compile 7.7 on OSX/Intel and am getting an error with the machine code. I thought that was fixed a few months ago. Was I wrong about that?
Error follows... any thoughts/suggestions are welcome!
Bill
/Users/hww3/Pike/7.7/src/interpret.c: In function 'eval_instruction': /Users/hww3/Pike/7.7/src/interpret.c:1459: error: PIC register 'ebx' clobbered in 'asm'
Compilation command was: /Users/hww3/Pike/7.7/bin/smartlink gcc -DPIKE_SRC_ROOT=/Users/hww3/Pike/7.7 -I. -I/Users/hww3/Pike/7.7/src -I/Users/hww3/Pike/7.7/build/darwin-8.9.1-i386/bundles/include -I/usr/X11R6/include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -I/Users/hww3/Pike/7.7/build/darwin-8.9.1-i386/bundles/include -I/usr/X11R6/include -c /Users/hww3/Pike/7.7/src/interpret.c -o interpret.o
pike-devel@lists.lysator.liu.se