building on x86 64 bit. first issue is that I get this:make: vx32-gcc: Command not found
second is that I get this: gcc -Ilibvx32 -c -g -O3 -MD -std=gnu99 -I. -o libvx32/linux.o libvx32/linux.c libvx32/linux.c: In function `vx32_sighandler': libvx32/linux.c:254: error: structure has no member named `rip' libvx32/linux.c:303: error: structure has no member named `rip' make: *** [libvx32/linux.o] Error 1 which makes sense I guess as we're not 64 bit and IIRC it has a different name. Did you want -m32 on those files? I don't understand this well enough yet to know. But lguest just broke big time so if I can get this to work, I'm moving! thanks ron