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
