From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel Subject: Re: guile-1.6.5 is even worse -- on Linux, no less Date: Sun, 31 Oct 2004 10:45:54 -0800 Organization: Home Message-ID: <418532E2.7E99E9CE@veritas.com> References: <4185307E.C9F2ACE5@veritas.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099248850 10282 80.91.229.6 (31 Oct 2004 18:54:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 18:54:10 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 31 19:54:05 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COKq5-0005Vr-00 for ; Sun, 31 Oct 2004 19:54:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COKy2-0003bW-UP for guile-devel@m.gmane.org; Sun, 31 Oct 2004 14:02:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COKxo-0003Z7-BJ for guile-devel@gnu.org; Sun, 31 Oct 2004 14:02:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COKxn-0003Yl-KR for guile-devel@gnu.org; Sun, 31 Oct 2004 14:02:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COKxn-0003YW-BX for guile-devel@gnu.org; Sun, 31 Oct 2004 14:02:03 -0500 Original-Received: from [143.127.3.10] (helo=MTVMIME01.enterprise.veritas.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1COKpl-0000JE-Ng for guile-devel@gnu.org; Sun, 31 Oct 2004 13:53:45 -0500 Original-Received: from megami.veritas.com (unverified) by MTVMIME01.enterprise.veritas.com (Content Technologies SMTPRS 4.3.12) with SMTP id for ; Sun, 31 Oct 2004 10:53:44 -0800 Original-Received: from bach.veritas.com ([172.22.12.213]) (2778 bytes) by megami.veritas.com via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Sun, 31 Oct 2004 10:53:44 -0800 (PST) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) Original-Received: from veritas.com (unknown [127.0.0.1]) by bach.veritas.com (Postfix) with ESMTP id 98D3275810D for ; Sun, 31 Oct 2004 13:45:54 -0500 (EST) X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en Original-To: guile development X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4315 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4315 Hi, The problem seems to be that, contrary to previous custom, using '=' in a path now causes build failure. Must be some change in some 'auto*' tool that also has no effect on other projects. I rebuilt with 'XXXX' as the build directory and it all works fine, thus it is some build tool problem. *sigh*. Bruce Korb wrote: > > $ ../config.guess > i686-pc-linux-gnu > $ cat /etc/redhat-release > Red Hat Linux release 7.3 (Valhalla) > > Making install in libguile > make[1]: Entering directory `/home/bkorb/tools/guile/guile-1.6.5/=b/libguile' > cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc continuations.doc debug.doc dynl.doc dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc extensions.doc feature.doc fluids.doc fports.doc gc.doc goops.doc gsubr.doc guardians.doc hash.doc hashtab.doc hooks.doc init.doc ioext.doc iselect.doc keywords.doc lang.doc list.doc load.doc macros.doc mallocs.doc modules.doc numbers.doc objects.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc properties.doc random.doc rdelim.doc read.doc root.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc stackchk.doc stacks.doc stime.doc strings.doc strop.doc strorder.doc strports.doc struct.doc symbols.doc throw.doc values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc symbols-deprecated.doc ramap.doc unif.doc filesys.doc posix.doc net_db.doc socket.d oc regex-posix.doc | GUILE="/home/bkorb/tools/guile/guile-1.6.5/=b/pre-inst-guile" ../../s cr > ipts/snarf-check-and-output-texi --manual > guile.texi || { rm guile.texi; false; } > /home/bkorb/tools/guile/guile-1.6.5/=b/libguile/.libs/lt-guile: error while loading shared libraries: libguile-ltdl.so.1: cannot open shared object file: No such file or directory > make[1]: *** [guile.texi] Error 1 > make[1]: Leaving directory `/home/bkorb/tools/guile/guile-1.6.5/=b/libguile' > make: *** [install-recursive] Error 1 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel