From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: guile-1.6.0 build problem on Solaris 2.8 Intel Date: Tue, 12 Nov 2002 10:54:01 -0800 Sender: guile-user-admin@gnu.org Message-ID: References: <20021112180602.8817.qmail@web13203.mail.yahoo.com> Reply-To: ttn@glug.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037129214 17903 80.91.224.249 (12 Nov 2002 19:26:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Nov 2002 19:26:54 +0000 (UTC) Cc: guile-user@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BggV-0004eI-00 for ; Tue, 12 Nov 2002 20:26:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Bgd9-00011b-00; Tue, 12 Nov 2002 14:23:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18BgGC-0000y0-00 for guile-user@gnu.org; Tue, 12 Nov 2002 13:59:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18BgG8-0000xT-00 for guile-user@gnu.org; Tue, 12 Nov 2002 13:59:39 -0500 Original-Received: from ca-crlsca-cuda3-c6a-b-211.crlsca.adelphia.net ([68.71.15.211] helo=giblet) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BgG7-0000xO-00 for guile-user@gnu.org; Tue, 12 Nov 2002 13:59:36 -0500 Original-Received: from ttn by giblet with local (Exim 3.35 #1 (Debian)) id 18BgAj-00043Q-00; Tue, 12 Nov 2002 10:54:01 -0800 Original-To: anant_tamgole@yahoo.com In-reply-to: (message from Thien-Thi Nguyen on Tue, 12 Nov 2002 10:32:50 -0800) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1356 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1356 From: Thien-Thi Nguyen Date: Tue, 12 Nov 2002 10:32:50 -0800 in ice-9/Makefile ^^^^^^^^ oops, this should be make-gbi.sed. another approach (see appended patch) is to chop the label name at all branch sites and at label site. does this work? thi __________________________________________ diff -w -c -b -c -r1.1 make-gbi.sed *** make-gbi.sed 3 Sep 2002 07:37:33 -0000 1.1 --- make-gbi.sed 12 Nov 2002 18:53:12 -0000 *************** *** 21,32 **** } # Keep these but for selected FOOdir, also generate pkgFOOdir. ! # Common tail (pkgguile) also does "/some/bar" -> "/some/bar/guile". ! /^...libdir /b pkgguile ! /^...datadir /b pkgguile /^...includedir /{ ! : pkgguile h s/^\(...\)/\1pkg/ s,\(..\)$,/guile\1, --- 21,33 ---- } # Keep these but for selected FOOdir, also generate pkgFOOdir. ! # Common tail (pkgg (was "pkgguile" but that annoys some seds)) ! # also does "/some/bar" -> "/some/bar/guile". ! /^...libdir /b pkgg ! /^...datadir /b pkgg /^...includedir /{ ! : pkgg h s/^\(...\)/\1pkg/ s,\(..\)$,/guile\1, _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user