Hello, I think the problem is that the bootstrap uses in its first build steps "make", not "gmake" (in the hope any make will do). The messages in bootstrap.log are untypical for gmake.
You can try this: In line 467 of bootstrap replace "make" by "gmake". Then try again. This call is the only call of "make". Gerd Am Montag, den 24.11.2008, 10:56 +0100 schrieb Michael Krauss: > Hello list members, > > first I have downloaded > http://download.camlcity.org/download/godi-rocketboost-20080630.tar.gz, > installed gmake from the OpenSolaris repository and untared godi-rocketboost. > > If I try to bootstrap GODI in godi-rocketboost-20080630 directory I am > getting this result: > > [EMAIL PROTECTED]:~$ cd godi-rocketboost-20080630 > [EMAIL PROTECTED]:~/godi-rocketboost-20080630$ ./bootstrap --prefix ~/ocaml > > *** Welcome to GODI, the O'Caml source distribution > *** RocketBoost bootstrap > GODI has been created by Gerd Stolpmann (mailto: [EMAIL PROTECTED]), > and is derived from the NetBSD pkgsrc system. > > A number of packaging tools are now compiled and/or installed. Messages > are written to bootstrap.log. > > Configuring make framework: > Looking up system commands... > /bin/gpatch works fine > /bin/gpatch can make backups with -V simple -b -z > /bin/gpatch can remove empty files with -E > /bin/gpatch can reject reverse patches with -N > /bin/gpatch can be silent with -s > > Selected release: 3.10 > Installing into: /export/home/mickraus/ocaml > > Press [Return] to begin with the installation; press [CTRL-C] to abort. > > > ===> Creating sample godi.conf > ===> Building ocamlrun > Failure! (See bootstrap.log for details) > > > The bootstrap.log file contents: > > [EMAIL PROTECTED]:~/godi-rocketboost-20080630$ cat bootstrap.log > Using > PATH=/export/home/mickraus/ocaml/bin:/export/home/mickraus/ocaml/sbin:/usr/xpg4/bin:/usr/ccs/bin:/usr/lib:/bin:/usr/bin:/sbin:/usr/sbin:/usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin > cd byterun; make libcamlrun.a > make: Warning: Can't find `../config/Makefile': No such file or directory > Current working directory > /export/home/mickraus/godi-rocketboost-20080630/run/ocamlrun-3.09.3/byterun > make: Fatal error in reader: Makefile, line 16: Read of include file > `../config/Makefile' failed > Current working directory > /export/home/mickraus/godi-rocketboost-20080630/run/ocamlrun-3.09.3/byterun > *** Error code 1 > make: Fatal error: Command failed for target `build' > > > And indeed this Makefile is missing: > > [EMAIL PROTECTED]:~/godi-rocketboost-20080630$ ls run/ocamlrun-3.09.3/config > auto-aux m-nt.h Makefile-templ Makefile.msvc s-templ.h > gnu m-templ.h Makefile.mingw s-nt.h > > > So my question is: What is going wrong and how can I install GODI on > OpenSolaris? > > > Kind regards > Michael Krauss -- ------------------------------------------------------------ Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany [EMAIL PROTECTED] http://www.gerd-stolpmann.de Phone: +49-6151-153855 Fax: +49-6151-997714 ------------------------------------------------------------ _______________________________________________ Godi-list mailing list [email protected] https://godirepo.camlcity.org/mailman/listinfo/godi-list
