guile-user
[Top][All Lists]
Advanced

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

Problems compiling guile 2.0.13


From: Cecil McGregor
Subject: Problems compiling guile 2.0.13
Date: Wed, 8 Feb 2017 17:58:48 -0800

Hi,

I'm trying to compile guile 2.0.13 from source and am running into problems:

libtool:   error: error: relink 'libguilereadline-v-18.la' with the above
command before installing it

The code compiled with no errors and no warnings.

I have a previous guile 2.1.4 but ran into problems with missing ice-9
trace and debug
modules. I read that 2.0.13 is the latest stable version, so I decided to
downgrade.

The 2.0.13 configuration script was used unmodified.

The specific error in the install step:    sudo make install
....
make[4]: Entering directory `/home/cecilm/src/guile-2.0.13/guile-readline'
 /usr/bin/mkdir -p '/usr/local/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c
libguilereadline-v-18.la '/usr/local/lib'
libtool: warning: relinking 'libguilereadline-v-18.la'
libtool: install: (cd /home/cecilm/src/guile-2.0.13/guile-readline; /bin/sh
"/home/cecilm/src/guile-2.0.13/libtool"  --silent --tag CC --mode=relink
gcc -Wall -Wmissing-prototypes -Wdeclaration-after-statement
-Wpointer-arith -Wswitch-enum -fno-strict-aliasing -fwrapv -g -O2
-version-info 18:0:0 -export-dynamic -no-undefined -o
libguilereadline-v-18.la -rpath /usr/local/lib readline.lo -lreadline
-ltermcap ../libguile/libguile-2.0.la ../lib/libgnu.la -lcrypt -lm )
/bin/ld: .libs/readline.o: unrecognized relocation (0x2a) in section `.text'
/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
libtool:   error: error: relink 'libguilereadline-v-18.la' with the above
command before installing it
make[4]: *** [install-libLTLIBRARIES] Error 1
...

This aborted installation wiped out a previous guile install and
specifically the guilereadline lib that existed.

I can use the 2.0.13 installation with   "rlwrap guile" but I am worried
that
other components of 2.0.13 did not get installed and so my guile system
is skewed between versions.

My system is centos, 64bits,


reply via email to

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