On Wed, 2012-04-18 at 12:11 -0400, Marc Feeley wrote:
I have pushed a fix for the first problem. I think it may solve the second problem also. Can you check?
Sorry, I have the same problem. The following
3 12:57 git clone https://github.com/feeley/gambit.git 4 12:57 cd gambit 5 12:57 ./configure 'CC=/pkgs/gcc-4.7.0/bin/gcc -march=native -fschedule-insns -frename-registers' '--enable-single-host' '--enable-multiple-versions' '--enable-shared' 6 12:57 make bootstrap 7 13:09 make bootclean 8 13:09 make
gives me
heine:~/crap/gambit> make making all in include make[1]: Entering directory `/home/lucier/crap/gambit/include' major=`echo v4.6.5 | sed -e "s/v//g" -e "s/.[^.]*.[^.]*//g"`; \ minor=`echo v4.6.5 | sed -e "s/v[^.]*.//g" -e "s/.[^.]*//g"`; \ revision=`echo v4.6.5 | sed -e "s/v[^.]*.[^.]*.//g" -e "s///g"`; \ version_num=`eval expr "( 100000 \* $major ) + ( 1000 \* $minor ) + $revision"`; \ echo "#error "The version indicated in ___VERSION is not supported by gambit.h"" > gambit-not$version_num.h; \ echo "#error "You are probably compiling C code generated by a Gambit compiler earlier or later than v4.6.5"" >> gambit-not$version_num.h; \ echo "#error "___VERSION will be set to $version_num to reduce other errors"" >> gambit-not$version_num.h; \ echo "#undef ___VERSION" >> gambit-not$version_num.h; \ echo "#define ___VERSION $version_num" >> gambit-not$version_num.h; \ echo "#include "gambit.h"" >> gambit-not$version_num.h make[1]: Leaving directory `/home/lucier/crap/gambit/include' making all in lib make[1]: Entering directory `/home/lucier/crap/gambit/lib' LD_LIBRARY_PATH=..:/usr/local/Gambit-C/current/lib: ../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c -check _io.scm ../gsc-boot: error while loading shared libraries: ../lib/libgambc.so: cannot open shared object file: No such file or directory make[1]: *** [_io.c] Error 127 make[1]: Leaving directory `/home/lucier/crap/gambit/lib' make: *** [all-recursive] Error 1
Brad