From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 1.6.6 build comments ... alpha ncurses Date: Thu, 02 Dec 2004 10:18:46 +1100 Message-ID: <87d5xtboa1.fsf@zip.com.au> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101943190 26421 80.91.229.6 (1 Dec 2004 23:19:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2004 23:19:50 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Dec 02 00:19:44 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 1CZdl9-0007lb-00 for ; Thu, 02 Dec 2004 00:19:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZduf-0003xN-85 for guile-devel@m.gmane.org; Wed, 01 Dec 2004 18:29:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZduZ-0003vi-DJ for guile-devel@gnu.org; Wed, 01 Dec 2004 18:29:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZduY-0003v9-SM for guile-devel@gnu.org; Wed, 01 Dec 2004 18:29:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZduY-0003v0-Oe for guile-devel@gnu.org; Wed, 01 Dec 2004 18:29:26 -0500 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CZdku-0000TV-Dl for guile-devel@gnu.org; Wed, 01 Dec 2004 18:19:29 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id iB1NJQKP026649; Thu, 2 Dec 2004 10:19:26 +1100 Original-Received: from localhost (ppp2447.dyn.pacific.net.au [61.8.36.71]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id iB1NJFPm017444; Thu, 2 Dec 2004 10:19:26 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1CZdkN-00016T-00; Thu, 02 Dec 2004 10:18:55 +1100 Original-To: "Nelson H. F. Beebe" Mail-Copies-To: never In-Reply-To: (Nelson H. F. Beebe's message of "Wed, 1 Dec 2004 10:24:16 -0700 (MST)") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) 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:4460 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4460 "Nelson H. F. Beebe" writes: > > ------------------------------------------------------------------------ > Machinetype: DEC Alphastation 200 4/100 (1 CPU, 100 MHz Alpha 21064 EV4, 64MB RAM); GNU/Linux 2.4.19-xfs-gentoo-cd > Remote gcc version: gcc (GCC) 3.3 > Remote g++ version: g++ (GCC) 3.3 > Configure environment: CC=gcc CXX=g++ LDFLAGS="-Wl,-rpath,/usr/local/lib" > > /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wl,-rpath,/usr/local/lib -o libguilereadline-v-12.la -rpath /usr/local/lib -version-info 15:0:3 -export-dynamic -no-undefined readline.lo ../libguile/libguile.la -lreadline -lncurses > > ld: /usr/local/lib/gcc-lib/alpha-unknown-linux-gnu/3.3/../../../libncurses.a(lib_termcap.o): gp-relative relocation against dynamic symbol BC > collect2: ld returned 1 exit status Looks like the linker doesn't like putting a .a library into a .so. Dunno what's supposed to be done about that, you'd hope libtool would handle it. :( _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel