Changeset 3224 for README

Show
Ignore:
Timestamp:
05/14/05 20:24:02 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
4802
Message:

* add caveats for GCC 4.0 users

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r2977 r3224  
    8282    setenv GHC ${HOME}/bin/ghc (csh) 
    8383 
     84CAVEATS FOR GCC 4.0 USERS 
     85------------------------- 
     86 
     87Until GHC 6.4.1 is released, Mac OS X 10.4 "Tiger" users may need to issue a 
     88 
     89    gcc_select 3.3 
     90 
     91Before compiling Pugs.  Other users of GCC 4.0 systems may also need to 
     92switch to use GCC 3.3 to compile Pugs at this moment. 
     93 
    8494CAVEATS FOR x86_64 MACHINES 
    8595---------------------------