From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Quanah Gibson-Mount Newsgroups: gmane.lisp.guile.devel Subject: Re: guile 1.8 and x86_64 Date: Mon, 10 Apr 2006 16:03:23 -0700 Message-ID: <8656DB86D246C1D9ACD84549@tribes2.stanford.edu> References: <3E76C952D0DE7C18F2E3A89F@cadabra-sw.stanford.edu> <87acatj19q.fsf@laas.fr> <87hd5111mz.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1144766062 15907 80.91.229.2 (11 Apr 2006 14:34:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Apr 2006 14:34:22 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 11 16:34:17 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FTJvK-0004bd-EI for guile-devel@m.gmane.org; Tue, 11 Apr 2006 16:32:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTJvJ-0001ql-UR for guile-devel@m.gmane.org; Tue, 11 Apr 2006 10:32:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FT5QL-0008Tq-NV for guile-devel@gnu.org; Mon, 10 Apr 2006 19:03:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FT5QJ-0008Tc-2z for guile-devel@gnu.org; Mon, 10 Apr 2006 19:03:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FT5QI-0008TZ-WB for guile-devel@gnu.org; Mon, 10 Apr 2006 19:03:55 -0400 Original-Received: from [171.67.16.123] (helo=smtp1.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FT5V2-0001rL-E3 for guile-devel@gnu.org; Mon, 10 Apr 2006 19:08:48 -0400 Original-Received: from tribes2.stanford.edu (tribes2.Stanford.EDU [171.64.19.81]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id k3AN3pDr019522 for ; Mon, 10 Apr 2006 16:03:52 -0700 Original-To: guile-devel@gnu.org In-Reply-To: <87hd5111mz.fsf@ossau.uklinux.net> X-Mailer: Mulberry/4.0.4 (Win32) Content-Disposition: inline X-Mailman-Approved-At: Tue, 11 Apr 2006 10:32:50 -0400 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:5845 Archived-At: --On Monday, April 10, 2006 11:55 PM +0100 Neil Jerram=20 wrote: > ludovic.courtes@laas.fr (Ludovic Court=C3=A8s) writes: > >> Hi, >> >> Quanah Gibson-Mount writes: >> >>> guile 1.8 fails to compile for me on my x86_64 box. I saw some >>> previous thread about guile 1.7.xx having this issue, and I was >>> wondering if there's been a fix since the 1.8 release. >> >> It's a known problem with 1.8.0 that is being worked on [0]. Still, if >> you would like to help, I think you'd be welcomed. ;-) > > Can you tell us what version of gcc you are compiling with, and > whether you are specifying any extra compilation flags to ./configure? amd64-linux26:/afs/ir/src/pubsw/languages/guile-1.6.7> /usr/pubsw/bin/gcc = -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../../gcc-4.0.2/configure --datadir=3D/lib = --libexecdir=3D/lib=20 --sharedstatedir=3D/lib --prefix=3D/usr/pubsw --enable-threads = --with-gnu-as=20 --with-as=3D/usr/pubsw/bin/as --with-gnu-ld --with-ld=3D/usr/pubsw/bin/ld=20 --with-libintl-prefix=3D/usr/pubsw --with-libiconv-prefix=3D/usr/pubsw=20 --disable-multilib --enable-libada --enable-languages=3Dc,c++,f95,objc,ada Thread model: posix gcc version 4.0.2 amd64-linux26:/afs/ir/src/pubsw/languages/guile-1.6.7> wrap configure mkdir -p build/amd64_linux26 cd build/@sys && CC=3D/usr/pubsw/bin/gcc CXX=3D/usr/pubsw/bin/g++ = CFLAGS=3D-O2=20 CXXFLAGS=3D-O2 sh ../../configure --datadir=3D'${prefix}/lib'=20 --libexecdir=3D'${prefix}/lib' --sharedstatedir=3D'${prefix}/lib'=20 --prefix=3D/usr/pubsw --with-libiconv-prefix=3D/usr/pubsw=20 --with-libintl-prefix=3D/usr/pubsw is my configure line. --Quanah -- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel