Hi Sascha, you might want to use:
make PLATFORM=solaris INSTALL_PROGRAM=/usr/ucb/install install I've already complained about that: https://lists.gnu.org/archive/html/chicken-hackers/2013-01/msg00037.html and I even went so far as to propose a general solution: https://lists.nongnu.org/archive/html/chicken-hackers/2013-01/msg00057.html and more recently: http://lists.gnu.org/archive/html/chicken-users/2014-08/msg00034.html Regards, Michele On Thu, Mar 12, 2015 at 4:59 PM, Sascha Ziemann <[email protected]> wrote: > 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 > > _______________________________________________ > Chicken-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/chicken-users _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
