Re: Bug in Linker?

Damien Doligez (Damien.Doligez@inria.fr)
Mon, 30 Nov 92 11:37:32 +0100

Date: Mon, 30 Nov 92 11:37:32 +0100
From: Damien.Doligez@inria.fr (Damien Doligez)
Message-Id: <9211301037.AA12215@couchey.inria.fr>
To: shail@au-bon-pain.lcs.mit.edu
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