Re: One more bug (I hope)

1998-09-01 Thread David Barton
OK, done. I have applied the patch, run gmake all, then gmake install. I now get the following error from the final (ld) step: /usr/src/ghc/lib/lib/libHSrts.a(Printer.o): In function `DEBUG_LoadSymbols': /usr/src/ghc/fptools/ghc/rts/Printer.c:623: undefined reference to `bfd_init' /usr/sr

Re: One more bug (I hope)

1998-09-01 Thread David Barton
Will do. I assume this does not require a recompile, just a reinstall? Dave Barton <*> [EMAIL PROTECTED] )0( http://www.intermetrics.com/~dlb

Re: GHC 4.00 "Hackers only" release

1998-09-01 Thread Simon Marlow
Sven Panne <[EMAIL PROTECTED]> writes: > Just a little bit of nit picking in ghc-pre-4.00.2: > >* PROTO is not defined by GHC's headers anymore, therefore the > compilation of Readline.lhs fails. > >* readline/history.h is not included. > Thanks, I hadn't tried compiling Readline

Re: One more bug (I hope)

1998-09-01 Thread Simon Marlow
David Barton <[EMAIL PROTECTED]> writes: > OK, I have compiled and installed ghc-4.00 on Linux Redhat 5.0. When > linking, inlcuding -syslip posix, I got the following ld error: > > ld: cannot open -lnot-installed: No such file or directory > > Obviously, not-installed is not mentioned in any

Re: GHC 4.00 "Hackers only" release

1998-09-01 Thread Sven Panne
Just a little bit of nit picking in ghc-pre-4.00.2: * PROTO is not defined by GHC's headers anymore, therefore the compilation of Readline.lhs fails. * readline/history.h is not included. * Prototypes for bcopy/bzero are missing. * GHC somehow manages to generate the following