On Fri, 2005-12-30 at 15:07 -0500, Jerry Geis wrote:
I have an x86_64 box. I have a program I need to compile with the 32 bit compiler and linker.
Are there directions explaining how to do that somplace?
Or can someone provide details.
THanks,
Jerry
What I do is have an i386 chroot on the x86_64 box.
You can create the chroot with yum.
once you have it, you can compile like this (from within the chroot):
setarch i386 rpmbuild --rebuild --target i386 xxxxx.src.rpm