Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

CVS compile problem



I've just automated nightly builds of rpms using the latest CVS tree,
but someone's already had problems with the src.rpm generated:

gcc  -s -shared -o stat.so   stat..o   -ldl -lnsl -ltermcap -lm -lc
gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H
-DMODULE -O6 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s
-mpentium -mcpu=pentium -march=pentium -ffast-math
-fexpensive-optimizations -malign-loops=2 -malign-jumps=2
-malign-functions=2  -mcpu=k6 -march=k6 -fpic -o zftp..o zftp.c
rm -f zftp.so
gcc  -s -shared -o zftp.so   zftp..o   -ldl -lnsl -ltermcap -lm -lc
make[3]: Leaving directory `/usr/src/RPM/BUILD/zsh-3.1.6/Src/Modules'
make[3]: Entering directory `/usr/src/RPM/BUILD/zsh-3.1.6/Src/Zle'
rm -f comp1.so
gcc  -s -shared -o comp1.so    -ldl -lnsl -ltermcap -lm -lc
pgcc: No input files
make[3]: *** [comp1.so] Error 1
make[3]: Leaving directory `/usr/src/RPM/BUILD/zsh-3.1.6/Src/Zle'
make[2]: *** [modules] Error 1
make[2]: Leaving directory `/usr/src/RPM/BUILD/zsh-3.1.6/Src'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/RPM/BUILD/zsh-3.1.6/Src'
make: *** [all] Error 1
Bad exit status from /var/tmp/rpm-tmp.57160 (%build)

Is this a problem with pgcc?  Or something else?  The files are at
http://www.new.ox.ac.uk/~adam/computing/zsh/ if anyone would be kind
enough to try them out.

Adam



Messages sorted by: Reverse Date, Date, Thread, Author