Changeset 3336 for README

Show
Ignore:
Timestamp:
05/17/05 15:06:20 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
4908
Message:

* be more googleable with the Tiger gcc4.0 hint

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r3283 r3336  
    8585------------------------- 
    8686 
    87 Until GHC 6.4.1 is released, Mac OS X 10.4 "Tiger" users may need to issue a 
     87Mac OS X 10.4 "Tiger" users may see this error message when compiling Pugs: 
    8888 
    89     gcc_select 3.3 
     89    ___DISCARD__ 
     90    collect2: ld returned 1 exit status 
    9091 
    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. 
     92Until GHC 6.4.1 is released, you need to need to issue this command first: 
     93 
     94    sudo gcc_select 3.3 
     95 
     96Then recompiling Pugs using a clean tree.  Other users of GCC 4.0 systems 
     97may also need to switch to use GCC 3.3 to compile Pugs at this moment. 
    9398 
    9499CAVEATS FOR x86_64 MACHINES