Browse thread
Re: Bug in Linker?
- Damien.Doligez@i...
[
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: | 1992-11-30 (10:38) |
From: | Damien.Doligez@i... |
Subject: | Re: Bug in Linker? |
Hi, I think you have forgotten the "-c" flag when compiling "foo.ml". Then the compiler tries to link the program with only the "foo.zo" file. Damien