guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile 6.4 on NCR MPRAS


From: Kevin Pendleton
Subject: Guile 6.4 on NCR MPRAS
Date: 25 Mar 2004 13:45:38 -0700

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]