Re: ghc --make with .o files

2003-06-30 Thread Andre Pang
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

RE: ghc --make with .o files

2003-06-30 Thread Simon Marlow
> 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

ghc --make with .o files

2003-06-28 Thread Andre Pang
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