On Wed, Apr 05, 2006 at 06:32:01PM -0400, Matthew Saltzman wrote:
(I've put gnumeric aside for a bit.)
I tried to build Axel Thimm's f2c RPM for PPC using:
rpmbuild -bb --target ppc f2c-20031026-2.el4.at.spec
(after fixing a minor spec file issue). When it finishes building on my
PPC64 system,
I read over the original post too quickly. If you want to build for
ppc on ppc64 you would need to do so in a chroot using rpmbuild's
--root option. Simply using --target and even -m32 is not enough, the
build environment is different.