ghc-5.00 --make -O2

  (binaries improved by J.Seward for Linux, i386-unknown)

cannot `make' certain small project.
After setting
  opts = 
   -syslib data  -O2 -fvia-C -O2-for-C  +RTS -M50m -RTS 
   -fglasgow-exts -fallow-overlapping-instances 
   -fallow-undecidable-instances -fno-warn-overlapping-patterns 
   -fwarn-unused-binds -fwarn-unused-matches -fwarn-unused-imports

and running      ghc --make $opts DExport
it reports
  ...
  DPrelude.hs:14:
    Warning: Module `Char_' is imported, but nothing from it is used
             (except perhaps to re-export instances visible in `Char_')
  Compiling SetGroup         ( SetGroup.hs, SetGroup.o )
  ...
  Compiling Vec_             ( Vec_.hs, Vec_.o )
  G3HC's heap exhausted ...


Then, I repeate the command, because this was the way to `make' it to
end:
                ghc --make $opts DExport

  ghc-5.00: chasing modules from: DExport
  Skipping  Prelude_         ( Prelude_.hs, Prelude_.o )
  Skipping  Categs_          ( Categs_.hs, Categs_.o )
  Skipping  Common_          ( Common_.hs, Common_.o )

  ./Common_.hi:73:
    tcLookup: `Common_.a' is not in scope
    When checking kinds in `Common_.a'
    When checking the transformation rule "SC:poly_minPartial_stCK1"


I am sending the source archive to  
                                 J.Seward  <[EMAIL PROTECTED]>,
                                 S.Marlow  <[EMAIL PROTECTED]>

in order not to fill a list with archive.

-----------------
Serge Mechveliani
[EMAIL PROTECTED]












_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to