Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: CVS compile problem
- X-seq: zsh-users 2742
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: CVS compile problem
- Date: Fri, 19 Nov 1999 10:16:38 +0100 (MET)
- In-reply-to: Adam Spiers's message of Fri, 19 Nov 1999 05:00:40 +0000
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
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