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