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

Re: CVS compile problem



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@xxxxxxxxxxxxxxxxxxxxxxx



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