Alex,<br><br>I put ginstall in my current working directory and it doesn't seems to make any change in the results.<br><br>Mark,<br><br>I replaced references to \# with # in lib\makefile and ran make install and got this error message:<br>
<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 "_gambit libgambc.a; do \<br>    (cd $i_libdir && ln -s $r_libdir$file $file); \<br>  done; \<br>fi<br>install:  _kernel 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><br><br><div class="gmail_quote">On Tue, Dec 1, 2009 at 10:56 AM, Alex Queiroz <span dir="ltr"><<a href="mailto:asandroq@gmail.com">asandroq@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;">Hallo,<br>
<div class="im"><br>
On Tue, Dec 1, 2009 at 3:46 PM, joe tex <<a href="mailto:joetex1@gmail.com">joetex1@gmail.com</a>> wrote:<br>
> 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<br>
> is /usr/local(to avoid the sudo part)<br>
><br>
> $ ./configure --prefix=/export/home/myhome/gambit CC="gcc -Dctid_t=id_t<br>
> -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>
<br>
</div>     I guess the install script that comes with Solaris is not<br>
Gambit-friendly. I have attached the install script I use in Solaris,<br>
just unzip it and put it somewhere in your PATH. There is no need to<br>
rename the file, the configure script searches for 'ginstall'.<br>
<br>
Cheers,<br>
<font color="#888888">--<br>
-alex<br>
@asandroq<br>
<a href="http://www.ventonegro.org/" target="_blank">http://www.ventonegro.org/</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>- Joe<br>