Patches to make ghc-3.00 compile on glibc/RedHat 5

1998-02-13 Thread Seth LaForge
I've finally got ghc 3.00 compiling on my RedHat 5, kernel 2.1.85 system, and have fixed all the problems cleanly such that it should still compile without problems on other architectures. The patch is at the end of this message. The things I changed are: - I commented out the sys_errlist

Re: The latest in a continuing saga......

1998-02-11 Thread Seth LaForge
David Barton writes: When I check out time.h, I find the definitions of tm_zone and tm_gmtoff are embedded in that same damn if statement based on __USE_BSD. Almost all of these things seem to be offshoots of the same damn problem. Unfortunately, I am not sure how to paste these