zsh-users
 help / color / mirror / code / Atom feed
* Re: CVS compile problem
@ 1999-11-19  9:16 Sven Wischnowsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 1999-11-19  9:16 UTC (permalink / raw)
  To: zsh-users


Adam Spiers wrote:

> I've just automated nightly builds of rpms using the latest CVS tree,
> but someone's already had problems with the src.rpm generated:
> 
> ...
> 
> rm -f comp1.so
> gcc  -s -shared -o comp1.so    -ldl -lnsl -ltermcap -lm -lc
> pgcc: No input files

I couldn't try, but comp1 is dead for quite some time now.

Forgot to remove it from Makefile.in. I /think/ this is the right way
to patch it...

Bye
 Sven

--- Src/Makefile.in.old	Fri Nov 19 10:14:25 1999
+++ Src/Makefile.in	Fri Nov 19 10:15:30 1999
@@ -125,8 +125,6 @@
 	    cat mymods.conf > $@; \
 	elif test @D@ = N; then \
 	    cat $(sdir)/xmods.conf > $@; \
-	elif test @RTLD_GLOBAL_OK@ != yes; then \
-	    echo comp1 > $@; \
 	else \
 	    echo > $@; \
 	fi

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

* CVS compile problem
@ 1999-11-19  5:00 Adam Spiers
  0 siblings, 0 replies; 2+ messages in thread
From: Adam Spiers @ 1999-11-19  5:00 UTC (permalink / raw)
  To: zsh users mailing list

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-19  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-19  9:16 CVS compile problem Sven Wischnowsky
  -- strict thread matches above, loose matches on Subject: below --
1999-11-19  5:00 Adam Spiers

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).