- Timestamp:
- 05/17/05 15:06:20 (4 years ago)
- svk:copy_cache_prev:
- 4908
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
README
r3283 r3336 85 85 ------------------------- 86 86 87 Until GHC 6.4.1 is released, Mac OS X 10.4 "Tiger" users may need to issue a 87 Mac OS X 10.4 "Tiger" users may see this error message when compiling Pugs: 88 88 89 gcc_select 3.3 89 ___DISCARD__ 90 collect2: ld returned 1 exit status 90 91 91 Before compiling Pugs. Other users of GCC 4.0 systems may also need to 92 switch to use GCC 3.3 to compile Pugs at this moment. 92 Until GHC 6.4.1 is released, you need to need to issue this command first: 93 94 sudo gcc_select 3.3 95 96 Then recompiling Pugs using a clean tree. Other users of GCC 4.0 systems 97 may also need to switch to use GCC 3.3 to compile Pugs at this moment. 93 98 94 99 CAVEATS FOR x86_64 MACHINES
