Mark,<br><br>For lib/makefile, I end up replacing $(INSTFILES_LIB_DATA) with $$INSTFILES_LIB_DATA.<br>I also stripped out the backslash symbol from both the HEADERS_SCM and the LIBRARIES_SCM variables from the same file to allow the make install work for Solaris 10.<br>
<br>Thanks for the support.<br>- Joe<br><br><div class="gmail_quote">On Tue, Dec 1, 2009 at 11:48 AM, Marc Feeley <span dir="ltr"><<a href="mailto:feeley@iro.umontreal.ca">feeley@iro.umontreal.ca</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;"><div class="im"><br>
On 2009-12-01, at 11:40 AM, joe tex wrote:<br>
<br>
> 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>
<br>
</div>Try replacing the line<br>
<div class="im"><br>
    (cd $i_libdir && ln -s $r_libdir$file $file); \<br>
<br>
</div>with<br>
<div><div></div><div class="h5"><br>
    (cd "$i_libdir" && ln -s "$r_libdir$file" "$file"); \<br>
<br>
</div></div><font color="#888888">Marc<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>- Joe<br>