Alex,
I am using solaris make which is at /usr/ccs/bin/make
GNU make which came with the Solaris 10 is broken complaining about missing autoconf.

Mark,
I put quotes as you mentioned. But still getting the '_kernel' error.

---------------------------------< cut here>---------------------------
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/cdadm/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'

-------------------------------<cut here>-----------------------------------------------------


On Tue, Dec 1, 2009 at 11:55 AM, Alex Queiroz <asandroq@gmail.com> wrote:
Hallo,

On Tue, Dec 1, 2009 at 4:49 PM, joe tex <joetex1@gmail.com> wrote:
> It is.
>
> $ which ginstall
> ./ginstall
>
> I also gave it a chmod u+x before I ran the configure script.
>

    That's weird. Are you using GNU's Make?

--



--
- Joe