I have installed FC6 x86_64 on my new system. I would like to know how
I can compile a 32 bit freetype package. The following didn't work:<br>
<br>
rpmbuild -bb freetype.spec -bb --target i386<br>
<br>
It fails with these errors:<br>
<br>
checking build system type... x86_64-redhat-linux-gnu<br>
checking host system type... x86_64-redhat-linux-gnu<br>
checking target system type... i386-redhat-linux-gnu<br>
checking for x86_64-redhat-linux-gnu-gcc... no<br>
checking for gcc... gcc<br>
checking for C compiler default output file name... configure: error: C compiler cannot create executables<br>
See `config.log' for more details.<br>
make: *** [setup] Error 77<br>
error: Bad exit status from /var/tmp/rpm-tmp.65705 (%build)<br>
<br>
Thanks.<br>