Re: rpmbuild --target=i686 on x86_64 fails in configure

2012-04-14 Thread John5342
On Sat, Apr 14, 2012 at 17:27, Zoltan Boszormenyi wrote: > 2012-04-14 17:20 keltezéssel, John Reiser írta: > >>> What should I do to make rpmbuild work for --target=i686? >> >> Does this work: >>    export CC="gcc -m32" >>    rpmbuild -ba --target=i686 ... >> > > Yes, it does. Although I still get

Re: rpmbuild --target=i686 on x86_64 fails in configure

2012-04-14 Thread Dan Horák
Zoltan Boszormenyi píše v So 14. 04. 2012 v 18:27 +0200: > 2012-04-14 17:20 keltezéssel, John Reiser írta: > >> What should I do to make rpmbuild work for --target=i686? > > Does this work: > > export CC="gcc -m32" > > rpmbuild -ba --target=i686 ... > > > > Yes, it does. Although I still

Re: rpmbuild --target=i686 on x86_64 fails in configure

2012-04-14 Thread Zoltan Boszormenyi
2012-04-14 17:20 keltezéssel, John Reiser írta: What should I do to make rpmbuild work for --target=i686? Does this work: export CC="gcc -m32" rpmbuild -ba --target=i686 ... Yes, it does. Although I still get signs that rpmbuild wants to build x86_64 binaries: + ./configure --host=x8

Re: rpmbuild --target=i686 on x86_64 fails in configure

2012-04-14 Thread John Reiser
> What should I do to make rpmbuild work for --target=i686? Does this work: export CC="gcc -m32" rpmbuild -ba --target=i686 ... -- -- test mailing list test@lists.fedoraproject.org To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test

rpmbuild --target=i686 on x86_64 fails in configure

2012-04-14 Thread Zoltan Boszormenyi
Hi, yesterday I installed Fedora 17 Beta RC4/x86_64 on my laptop and wanted to compile newer than Mesa 8.0 to see the future of Linux gaming. ;-) Since a lot of -devel packages can live happily in both 32- and 64-bit forms, I wanted to compile both versions of Mesa GIT. To do that, I also needed