[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Dmitry Bely <dbely@m...> |
| Subject: | Re: [Caml-list] Trouble building ocaml3.04 |
David Guaspari <davidg@oracorp.com> writes:
> I am trying to build ocaml3.04 under cygwin. Step 1, invoking "configure",
> finishes without complaint. Step 2, "make world", fails while trying to
> compile the debugger. Within the debugger subdirectory, it is executing (in
> the local Makefile) the command to make ocamldebug.exe (having successfully
> compiled everything on which it depends), namely
>
> ../boot/ocamlrun ../ocamlc -I ../boot -linkall -I ../otherlibs/unix
> -o ocamldebug.exe <long list of .cmo files omitted >
>
> and this fails with the error message
>
> gcc: FilesObjective: No such file or directory
> gcc: Camllib: No such file or directory
> gcc: FilesObjective: No such file or directory
> gcc: Camllib: No such file or directory
> Error while building custom runtime system
> make[1]: *** [ocamldebug.exe] Error 2
> make[1]: Leaving directory `/cygdrive/c/Program
> Files/ocaml-3.04/debugger'
> make: *** [ocamldebugger] Error 2
>
> Can anyone help? (I have succeeded in building ocaml on another PC that is
> configured almost identically.)
You have unpacked Ocaml to the directory whose name contains spaces
("c:\Program Files\ocaml-3.04"). Don't do that!
Hope to hear from you soon,
Dmitry
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners