Make install command fails with the following error message in the last lines:<br><br><br>if test "$t_libdir" != "$i_libdir"; then \<br>  r_libdir=`../relpath "$t_libdir" "$i_libdir" no`; \<br>
  for file in _gambc.c "_kernel\#.scm" "_system\#.scm" "_num\#.scm" "_std\#.scm"  eval\#.scm" "_io\#.scm" "_nonstd\#.scm" "_thread\#.scm" "_repl\#.scm" "_gamb         it\#.scm" "gambit\#.scm"  "r5rs\#.scm" "r4rs\#.scm" "digest\#.scm" digest.scm syntax-case.scm libgambc.a; do \<br>
    (cd $i_libdir && ln -s $r_libdir$file $file); \<br>  done; \<br>fi<br>mkdir /export/home/myhome/gambit/lib<br>install:  _kernel\#.scm does not exist<br>*** Error code 1<br>make: Fatal error: Command failed for target `install-post'<br>
Current working directory /export/home/myhome/gamb/gamb/lib<br>*** Error code 1<br>The following command caused the error:<br>for subdir in include lib gsi gsc bin misc doc tests examples prebuilt; do \<br>  target=`echo install-recursive | sed 's/-recursive//'`; \<br>
  echo making $target in $subdir; \<br>  (cd $subdir && make $target) || exit 1; \<br>done<br>make: Fatal error: Command failed for target `install-recursive'<br><br clear="all"><br>Did anybody experience similar issue. <br>
This looks more like a scripting issue.<br>-- <br>- Joe<br>