caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Hallvard Ystad <hallvard.ystad@helpinhand.com>
To: caml-list@inria.fr
Subject: Re: [Caml-list] beginner's questions
Date: Wed, 09 Oct 2002 11:13:29 +0200	[thread overview]
Message-ID: <5.1.1.6.2.20021009110822.01ac2748@helpinhand.com> (raw)
In-Reply-To: <Pine.LNX.4.21.0210091011210.13779-100000@vestra.bendery.md >

OK, thanks. Things work better now. But there still is a problem. There seems to be noe file named "ocamlrun.a" anywhere, but it is required by byterun/Makefile.nt, line 43:
        $(CC) -o ocamlrun.exe main.$(DO) ocamlrun.$(A)

I get this error in the DOS console:
C:/mingw/bin/gcc -mno-cygwin -o ocamlrun.exe main.d.o ocamlrun.a
gcc: ocamlrun.a: No such file or directory
make[1]: *** [ocamlrun.exe] Error 1
make: *** [coldstart] Error 2

(I need to specify full path to gcc, because I have WebObjects installed on my computer, with an older version of gcc. It took a while to figure that out. WO has bugged me before, overriding my java paths, so I really wasn't all that surprised.)

Is ocamlrun.a really missing, or am I overlooking something again?

Thanks,
~H

Dixit dmitry grebeniuk (09.13 09.10.2002):
>On Mon, 7 Oct 2002, Hallvard Ystad wrote:
>
>> Sorry about this posting to your personal mail account. I was going to send it to the list, but changed a few parameters here and there, and then suddenly... the To: field had nothing but your name in it. I only found out now. I didn't mean to bug you personnaly with my questions.
>
>  You don't need to sorry.
>  Your problem (missing jumptbl.h) can be fixed manually:
>
>$ cd byterun
>$ make -f Makefile.nt jumptbl.h
>
>
>bye

Prætera censeo Carthaginem esse delendam

-------------------
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-10-09  9:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5.1.1.6.2.20021007202649.025dba60@helpinhand.com>
     [not found] ` <Pine.LNX.4.21.0210091011210.13779-100000@vestra.bendery.md >
2002-10-09  9:13   ` Hallvard Ystad [this message]
2002-10-07 18:26 Hallvard Ystad
  -- strict thread matches above, loose matches on Subject: below --
2002-09-21 11:35 Hallvard Ystad
2002-09-21 12:17 ` Dmitry Bely
2002-09-29 11:37   ` Hallvard Ystad
2002-09-30 13:16     ` dmitry grebeniuk
2002-10-01  9:20       ` Xavier Leroy
2002-10-02  8:19         ` dmitry grebeniuk

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=5.1.1.6.2.20021009110822.01ac2748@helpinhand.com \
    --to=hallvard.ystad@helpinhand.com \
    --cc=caml-list@inria.fr \
    /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).