Re: ghc-3.00-linux bug in linking

1998-02-11 Thread Marc van Dongen=
spj: : Sergey, Marc : : I've had a look at your Docon thing. It really is Sergey's thing. He deserves all the credit. [snip] Cheers, Marc

Re: ghc-3.00-linux bug in linking

1998-02-11 Thread Simon L Peyton Jones
Sergey, Marc I've had a look at your Docon thing. It's very impressive. But I'm amazed it compiles at all! When I fixed the makefile it showed up *all sorts* of loops. For example, IParse_ imports DPrelude, and DPrelude imports IParse_ Getting these mutually recursive modules to work

ghc-3.00-linux bug in linking

1998-02-10 Thread S.D.Mechveliani
Please, help! I have a large project working under ghc-2.10 which i cannot so far port to ghc-3.00. Makefile compiles all, `ar' creates .../docon/export/libDoCon.a and indexes it with ar -s. Then the test program compiles /usr/ghc-3.00/bin/ghc -c -O Main.hs -syslib ghc -fvia-C -cpp

Re: ghc-3.00-linux bug in linking

1998-02-10 Thread Simon Marlow
[EMAIL PROTECTED] (S.D.Mechveliani) writes: I have a large project working under ghc-2.10 which i cannot so far port to ghc-3.00. Makefile compiles all, `ar' creates .../docon/export/libDoCon.a and indexes it with ar -s. I'm not sure if this is your problem, but the library name