From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29585 invoked from network); 19 Nov 1999 09:18:29 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Nov 1999 09:18:29 -0000 Received: (qmail 15742 invoked by alias); 19 Nov 1999 09:16:44 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2742 Received: (qmail 15735 invoked from network); 19 Nov 1999 09:16:44 -0000 Date: Fri, 19 Nov 1999 10:16:38 +0100 (MET) Message-Id: <199911190916.KAA02176@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-users@sunsite.auc.dk In-reply-to: Adam Spiers's message of Fri, 19 Nov 1999 05:00:40 +0000 Subject: 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@informatik.hu-berlin.de