Browse thread
Re: [Caml-list] beginner's questions
- Hallvard Ystad
[
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: | Hallvard Ystad <hallvard.ystad@h...> |
| Subject: | Re: [Caml-list] beginner's questions |
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