From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Wu Newsgroups: gmane.lisp.guile.devel Subject: guile-1.8.4 build failed on Leopard. Date: Fri, 11 Apr 2008 00:50:30 -0700 Message-ID: <4C4BCD79-C303-498A-AC0A-18115CD4E447@qwest.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207900273 16913 80.91.229.12 (11 Apr 2008 07:51:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 07:51:13 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 11 09:51:46 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JkE2e-00022q-5B for guile-devel@m.gmane.org; Fri, 11 Apr 2008 09:51:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkE1z-0007WS-UW for guile-devel@m.gmane.org; Fri, 11 Apr 2008 03:50:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkE1u-0007T1-08 for guile-devel@gnu.org; Fri, 11 Apr 2008 03:50:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkE1s-0007RI-Jz for guile-devel@gnu.org; Fri, 11 Apr 2008 03:50:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkE1s-0007RB-Cp for guile-devel@gnu.org; Fri, 11 Apr 2008 03:50:36 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JkE1r-00016q-PH for guile-devel@gnu.org; Fri, 11 Apr 2008 03:50:35 -0400 Original-Received: from mpls-qmqp-02.inet.qwest.net ([63.231.195.113]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JkE1q-0005XR-O5 for guile-devel@gnu.org; Fri, 11 Apr 2008 03:50:34 -0400 Original-Received: from mpls-pop-02.inet.qwest.net (mpls-pop-02.inet.qwest.net [63.231.195.2]) by mpls-qmqp-02.inet.qwest.net (Postfix) with QMQP id AA41A53BCCA for ; Fri, 11 Apr 2008 07:50:30 +0000 (UTC) Original-Received: from 71-35-21-122.phnx.qwest.net (HELO ?10.0.0.5?) (71.35.21.122) by mpls-pop-02.inet.qwest.net with SMTP; 11 Apr 2008 07:50:30 -0000 X-Mailer: Apple Mail (2.919.2) X-detected-kernel: by mx20.gnu.org: FreeBSD 6.x (1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.lisp.guile.devel:7133 Archived-At: Hi, I was building guile-1.8.4 on my macbook pro, and I found the linking problem. Here is the configure command I typed: ./configure --prefix=/usr --with-threads --enable-shared and here is the make.log tail: (cd .libs && gcc -g -O2 -c -fno-builtin "guileS.c") rm -f .libs/guileS.c .libs/guile.nm .libs/guile.nmS .libs/guile.nmT gcc -D_THREAD_SAFE -g -O2 -Wall -Wmissing-prototypes -Werror .libs/ guileS.o -D_THREAD_SAFE -o .libs/guile guile-guile.o ./.libs/ libguile.dylib -lintl -lgmp -lm -lltdl Undefined symbols: "_lt__PROGRAM__LTX_preloaded_symbols", referenced from: _lt__PROGRAM__LTX_preloaded_symbols$non_lazy_ptr in guile-guile.o ld: symbol(s) not found collect2: ld returned 1 exit status make[3]: *** [guile] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 The problem seems to be related to gnu libtool. Has anyone seen this problem before? steve