RE: problem with -o and header file names.

1999-02-17 Thread Sigbjorn Finne (Intl Vendor)



> P.C.Callaghan [mailto:[EMAIL PROTECTED]] writes: 
> 
> 
> When compiling with a line like this:
> 
> > ghc-4.03 -syslib posix -syslib exts -dshow-passes -ddump-spec
> > -fwarn-incomplete-patterns -fwarn-unused-binds -hi-diffs 
> -cpp -H60M -K4M
> > -Onot -c -o X.o X.a.hs
> 
>  - where the intention is that module "X" from file X.a.hs
> should be compiled in to X.o, the header file created gets the
> wrong name (the module id is duplicated): 
> 
> > X.X.hi
> 

Fixed, but what kind of filename for a module is that?!? 1/2 :-)

--Sigbjorn



problem with -o and header file names.

1999-02-16 Thread P.C.Callaghan


When compiling with a line like this:

> ghc-4.03 -syslib posix -syslib exts -dshow-passes -ddump-spec
> -fwarn-incomplete-patterns -fwarn-unused-binds -hi-diffs -cpp -H60M -K4M
> -Onot -c -o X.o X.a.hs

 - where the intention is that module "X" from file X.a.hs
should be compiled in to X.o, the header file created gets the
wrong name (the module id is duplicated): 

> X.X.hi

Paul