Changeset 2977
- Timestamp:
- 05/11/05 17:49:00 (4 years ago)
- svk:copy_cache_prev:
- 4536
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
README
r2891 r2977 76 76 make install 77 77 78 Optionally you may use GHC environment variable to assignthe ghc79 executable pathbefore you run "perl Makefile.PL", for example:78 Optionally you may use the GHC environment variable to set the ghc 79 executable before you run "perl Makefile.PL", for example: 80 80 81 81 export GHC=${HOME}/bin/ghc (bash) … … 85 85 --------------------------- 86 86 87 GHC 6.4 has a garbage collector bug on x86_64 (64 bit Athlon) machines. 88 Until GHC 6.4.1 is released, users on x86_64 may see crashes complaining 89 of "strange objects". A partial workaround is to avoid GC by requesting 90 a large heap, using either command line arguments: 87 GHC 6.4 has a garbage collector bug on x86_64 (64 bit Athlon) machines; 88 users may see crashes complaining about "strange objects". 89 90 Until GHC 6.4.1 is released, a partial workaround is to avoid GC by 91 requesting a large heap, using either command line arguments: 91 92 92 93 ./pugs +RTS -A200M -RTS … … 99 100 100 101 Running all tests unfortunately requires a lot more memory (perhaps 1000M). 101 A possible alternative, which someone could explore and report on, would be to102 t ry using a 32-bit GHC instead.102 A possible alternative, which someone could explore and report on, would be 103 to try using a 32-bit GHC instead. 103 104 104 105 MAILING LISTS
