> gcc -m64 -c -nostdinc -Ilibvxc/include -g -O3 -MD -std=gnu99 -I. -fno- > stack-protector -m80387 -mfp-ret-in-387 -o libvxc/abort.o libvxc/ > abort.c
It looks like you edited the VX32_CC line to say gcc -m64. That's wrong. $(VX32_CC) is supposed to be an i386 ELF compiler. You should be able to compile just fine using gcc -m32. If your host compiler can't do -m32 then you need to install the vx32-gcc from the sources on the vx32 home page. Russ
