Alex,
I put ginstall in my current working directory and it doesn't seems to make any change in the results.
Mark,
I replaced references to \# with # in lib\makefile and ran make install and got this error message:
for file in libgambc.a; do \
../install-sh -c -m 644 $file $t_libdir/$file; \
done; \
if test "$t_libdir" != "$i_libdir"; then \
r_libdir=`../relpath "$t_libdir" "$i_libdir" no`; \
for file in _gambc.c "_kernel "_gambit libgambc.a; do \
(cd $i_libdir && ln -s $r_libdir$file $file); \
done; \
fi
install: _kernel 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'
Hallo,
I guess the install script that comes with Solaris is not
On Tue, Dec 1, 2009 at 3:46 PM, joe tex <joetex1@gmail.com> wrote:
> This is my compilation step:
> This compile is for Solaris 10.
> I used a prefix within myhome dir for configure instead of the default which
> is /usr/local(to avoid the sudo part)
>
> $ ./configure --prefix=/export/home/myhome/gambit CC="gcc -Dctid_t=id_t
> -Dzoneid_t=id_t" --enable-single-host --enable-gcc-opts
> $ make
> $ make test
> $ make install
> The make install fails with the error message below(last few lines) :
>
Gambit-friendly. I have attached the install script I use in Solaris,
just unzip it and put it somewhere in your PATH. There is no need to
rename the file, the configure script searches for 'ginstall'.
Cheers,
--
-alex
@asandroq
http://www.ventonegro.org/