On Tue, Jul 30, 2002 at 11:13:13AM +0200, Emmanuel Seyman wrote:
> 
> checking for gcc... gcc
> checking whether the C compiler (gcc -O2 -march=i386 -mcpu=i686 ) works... no
> configure: error: installation or configuration problem: C compiler cannot create 
>executables.
> error: Bad exit status from /home/seyman/rpmbuild/tmp/rpm-tmp.37152 (%build)

FWIW, I figured out what wasn't working:

The %build part of the specfile says:
LIBS="-lgd -lpng -lz -lfreetype"; export LIBS

Changing this to:
LIBS="-lgd -lpng -lz -lfreetype"
enables you to recompile the rpm on Zoot.

Emmanuel



-- 
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to