caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: David Guaspari <davidg@oracorp.com>
To: "'Dmitry Bely'" <dbely@mail.ru>, caml-list@inria.fr
Subject: RE: [Caml-list] Trouble building ocaml3.04
Date: Wed, 20 Feb 2002 13:34:36 -0500	[thread overview]
Message-ID: <60D45469A1AAD311A04C009027B6BF683FF80D@server20.inside.oracorp.com> (raw)

A reasonable suggestion, but eliminating the space in the path name didn't
help. 
I get the same error message at same spot, except that the next-to-last line
now becomes:

	make[1]: Leaving directory `/cygdrive/c/ocaml-3.04/debugger'

(And, now that I think of it, if that space had been the problem, the make
would presumably have failed earlier.)

I have successfully run "make world" on two of my colleagues' PCs.  I copied
onto my PC the directories created on one of those machines by "make world"
and tested the result with "make bootstrap."  It failed at precisely the
same point

    ../boot/ocamlrun ../ocamlc -I ../boot -linkall -I ../otherlibs/unix -o 
        ocamldebug.exe <object files>

with precisely the same 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

The machines on which "make world" succeeded do not (at least not now)
contain files or directories called FilesObjective or Camllib.

Any other ideas?

-----Original Message-----
From: Dmitry Bely [mailto:dbely@mail.ru] 
Sent: Wednesday, February 20, 2002 3:43 AM
To: caml-list@inria.fr
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
-------------------
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


             reply	other threads:[~2002-02-20 18:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-20 18:34 David Guaspari [this message]
2002-02-20 18:48 ` Xavier Leroy
  -- strict thread matches above, loose matches on Subject: below --
2002-02-20 20:10 David Guaspari
2002-02-19 20:44 David Guaspari
2002-02-20  8:43 ` Dmitry Bely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=60D45469A1AAD311A04C009027B6BF683FF80D@server20.inside.oracorp.com \
    --to=davidg@oracorp.com \
    --cc=caml-list@inria.fr \
    --cc=dbely@mail.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).