chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Chicken on Solaris


From: Sascha Ziemann
Subject: [Chicken-users] Chicken on Solaris
Date: Thu, 12 Mar 2015 16:59:20 +0100

I tried to install Chicken on Solaris. Compilation works fine but
installation fails:

$ gmake PLATFORM=solaris PREFIX=$HOME/chicken install
"gmake" -f ./Makefile.solaris CONFIG= install
gmake[1]: Entering directory `/export/home/x/chicken-4.9.0.1'
install -d -m 755 "/export/home/x/chicken/lib"
directory /export/home/x/chicken/lib created
ginstall -m 755 libchicken.so "/export/home/x/chicken/lib/libchicken.so.7"
/bin/sh: ginstall: not found
gmake[1]: *** [install-libs] Error 1
gmake[1]: Leaving directory `/export/home/x/chicken-4.9.0.1'
gmake: *** [install] Error 2

It seems to me that configure has missed to check for ginstall.

$ type ginstall
-bash: type: ginstall: not found

I tried Solaris 10:

$ uname -a
SunOS xxxxxxxx 5.10 Generic_150400-04 sun4v sparc SUNW,SPARC-Enterprise-T5120



reply via email to

[Prev in Thread] Current Thread [Next in Thread]