On Monday, June 30, 2003, at 01:52 AM, Simon Marlow wrote:
If you pass a list of .o files---and only .o files (i.e. no .hs
files)---to GHC, and --make is specified, nothing happens. Is it
possible to change this behaviour so that GHC will link the .o files
together into an executable?
Not possibl
> If you pass a list of .o files---and only .o files (i.e. no .hs
> files)---to GHC, and --make is specified, nothing happens. Is it
> possible to change this behaviour so that GHC will link the .o files
> together into an executable?
Not possible at the moment, I'm afraid. GHC's intelligenc
Hi all,
If you pass a list of .o files---and only .o files (i.e. no .hs
files)---to GHC, and --make is specified, nothing happens. Is it
possible to change this behaviour so that GHC will link the .o files
together into an executable?
The reason I'm asking for this is because --make is more i