This is my compilation step:<br>This compile is for Solaris 10.<br>I used a prefix within myhome dir for configure instead of the default which is /usr/local(to avoid the sudo part)<br><br>$ ./configure --prefix=/export/home/myhome/gambit CC="gcc -Dctid_t=id_t -Dzoneid_t=id_t" --enable-single-host --enable-gcc-opts<br>
$ make <br>$ make test<br>$ make install<br>The make install fails with the error message below(last few lines) :<br><br>---------------------------------<cut here>-----------------------------------------------<br>
for file in _gambc.c "_kernel\#.scm" "_system\#.scm" "_num\#.scm" "_std\#.scm" "_eval\#.scm" "_io\#.scm" "_nonstd\#.scm" "_thread\#.scm" "_repl\#.scm" "_gambit \#.scm" "gambit\#.scm"  "r5rs\#.scm" "r4rs\#.scm" "digest\#.scm" digest.scm synt       ax-case.scm; do \<br>
  ../install-sh -c -m 644 $file $t_libdir/$file; \<br>done; \<br>for file in libgambc.a; do \<br>  ../install-sh -c -m 644 $file $t_libdir/$file; \<br>done; \<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" "_gambit\#.scm" "gambit\#.scm"  "r5rs\#.scm" "r4rs\#.scm" "digest\#.scm" digest.scm sy       ntax-case.scm libgambc.a; do \<br>
    (cd $i_libdir && ln -s $r_libdir$file $file); \<br>  done; \<br>fi<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>-----------------------------------< cut here>----------------------------------------------------------------<br>
<br><br>This compilation itself looks good.<br><br>I can run the gambit intepreter just fine:<br><br>/export/home/myhome/gamb/gamb/gsc/gsc<br>Gambit v4.5.3<br><br>><br>*** EOF again to exit<br><br>Its only the 'make install' part which fails<br>
<br><div class="gmail_quote">On Tue, Dec 1, 2009 at 10:36 AM, Guillaume Germain <span dir="ltr"><<a href="mailto:guillaume.germain@gmail.com">guillaume.germain@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Might be a silly question, but did you do a "sudo make install"?<br>
<br>
Also, you might want to post the full command line you typed to the mailing list (including the "configure" command).<br>
<br>
Cheers,<br>
<br>
<br>
Guillaume<br>
-----Original Message-----<br>
From: joe tex <<a href="mailto:joetex1@gmail.com">joetex1@gmail.com</a>><br>
Date: Tue, 1 Dec 2009 09:33:41<br>
To: <<a href="mailto:gambit-list@iro.umontreal.ca">gambit-list@iro.umontreal.ca</a>><br>
Subject: [gambit-list] Running make install for Gambit v4.5.3 in Solaris<br>
        10/SPARC<br>
<br>
_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>- Joe<br>