- Timestamp:
- 05/16/05 08:16:42 (4 years ago)
- svk:copy_cache_prev:
- 4802
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
README
r3224 r3283 95 95 --------------------------- 96 96 97 GHC 6.4 has a garbage collector bug on x86_64 (64 bit Athlon) machines; 97 Until GHC 6.4.1 is released, users with x86_64 (64 bit Athlon) CPU's should 98 consider using a development snapshot of GHC. GHC 6.4 had bugs on x86_64 99 which break garbage collection and rules (regexps). These bugs were fixed 100 in GHC CVS by around 11-May. There are hints on using snapshots at the end 101 of this section. 102 103 Here are the known problems: 104 105 (1) GHC 6.4 has a garbage collector bug on x86_64 (64 bit Athlon) machines; 98 106 users may see crashes complaining about "strange objects". 99 107 … … 112 120 A possible alternative, which someone could explore and report on, would be 113 121 to try using a 32-bit GHC instead. 122 123 (2) Rules (regexps) may not work with GHC 6.4 on x86_64. Users may see 124 "internal error: adjustor creation not supported on this platform". 125 There is no known workaround. This bug has been fixed in current 126 development snapshots. 127 128 Hints on using a development snapshot of GHC: 129 130 Note that this will take a long time, and it may not work. 131 132 First, check if a sufficiently recent "Stable" source snapshot is available 133 (as of 15-May, there isn't one yet). If not, you might try a "HEAD" snapshot 134 (it is not clear anyone has actually tried this). Otherwise, use might use 135 cvs to grab your own snapshot: 136 137 CVSROOT=:pserver:anoncvs@glass.cse.ogi.edu:/cvs; export CVSROOT 138 cvs login # passord cvs 139 cvs checkout fpconfig 140 cd fptools 141 cvs checkout ghc hslibs libraries happy alex 142 143 autoreconf 144 ./configure 145 make 146 make install 147 148 There are no guarantees with a CVS snapshot. It may not even compile. 149 114 150 115 151 MAILING LISTS
