From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Pendleton Newsgroups: gmane.lisp.guile.user Subject: Guile 6.4 on NCR MPRAS Date: 25 Mar 2004 13:45:38 -0700 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <1080247538.26226.362.camel@s11> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1080247188 20521 80.91.224.253 (25 Mar 2004 20:39:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Mar 2004 20:39:48 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Mar 25 21:39:40 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6bdb-00032s-00 for ; Thu, 25 Mar 2004 21:39:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6bc6-0001ib-SF for guile-user@m.gmane.org; Thu, 25 Mar 2004 15:38:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B6bbl-0001i3-4K for guile-user@gnu.org; Thu, 25 Mar 2004 15:37:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B6bbE-0001cg-3k for guile-user@gnu.org; Thu, 25 Mar 2004 15:37:43 -0500 Original-Received: from [204.110.224.42] (helo=jadmin1.flyingj.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6bbD-0001cX-Po for guile-user@gnu.org; Thu, 25 Mar 2004 15:37:11 -0500 Original-Received: from [10.7.4.30] ([10.7.4.30]) by jadmin1.flyingj.com (Lotus Domino Release 6.0.2CF1) with ESMTP id 2004032513360764-52623 ; Thu, 25 Mar 2004 13:36:07 -0700 Original-To: guile-user@gnu.org X-Mailer: Ximian Evolution 1.2.1 X-MIMETrack: Itemize by SMTP Server on jadmin1/Flyingj(Release 6.0.2CF1|June 9, 2003) at 03/25/2004 01:36:07 PM, Serialize by Router on jadmin1/Flyingj(Release 6.0.2CF1|June 9, 2003) at 03/25/2004 01:36:11 PM, Serialize complete at 03/25/2004 01:36:11 PM X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2998 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2998 Hi All, I am trying to compile guile 6.4 (so that I can compile GNU libmatheval) on NCR MPRAS (i686-ncr-sysv4.3). I am compiling with gcc 3.3.2, binutils 2.14 and GNU make 3.80. Originally the configure script complained that my libreadline was to old, so I compiled GNU Readline 4.3. Now, after running configure again successfully, I get the following error on the make: gcc -DHAVE_CONFIG_H -I. -I/usr/local/src/guile-1.6.4/libguile -I.. -I.. -I/usr/local/src/guile-1.6.4/libguile/.. -I/usr/local/src/guile-1.6.4/libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gc_os_dep.lo -MD -MP -MF .deps/gc_os_dep.Tpo -c /usr/local/src/guile-1.6.4/libguile/gc_os_dep.c -fPIC -DPIC -o .libs/gc_os_dep.lo /usr/local/src/guile-1.6.4/libguile/gc_os_dep.c:380: error: parse error before '--' token make[2]: *** [gc_os_dep.lo] Error 1 make[2]: Leaving directory `/usr/local/src/guile164/libguile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/guile164' make: *** [all] Error 2 I am configuring with the following options: /usr/local/src/guile-1.6.4/configure \ --build=i686-ncr-sysv4.3 \ --prefix=/usr/gnu \ --with-gnu-ld Is there a proper way to send my config.log if that is needed? I'm sure there is still something I need to add on my side to get it to work. If anyone has any ideas, they would be much appreciated. Thanks, Kevin _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user