Roger Pack wrote: > Anybody know of a HOWTO for compiling a 32-bit binary [like ruby] in a > 64-bit OS like...ubuntu on a 64 bit machine? > Thanks much. > -r Google sez... if you are using GCC, try -m32 that should force the compiler to make a 32 bit binary. You may need the 32bit versions of the libraries that Ruby expects to see, and that's a whole other kettle of bits. I suspect the Ubuntu forums would be the place to find out about that. -- Posted via http://www.ruby-forum.com/.