Changeset 5981 for INSTALL

Show
Ignore:
Timestamp:
08/01/05 20:28:26 (3 years ago)
Author:
iblech
svk:copy_cache_prev:
8131
Message:

* INSTALL: Wrap dudley++'s new paragraph.
* ext/Algorithm-TokenBucket?/t/test.t: Skip test which depends on low system load.
* PIL2JS: s:g/GET/FETCH/ to align to PIL.Internals and Perl 5.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r5978 r5981  
    146146may also need to switch to GCC 3.3 to compile Pugs for now. 
    147147 
    148 Note that objects compiled with gcc 4.0 can't be linked with gcc 3.3 objects. This means that if you're embedding a parrot you've built with gcc 4.0, pugs will fail during linking with errors like: 
     148Note that objects compiled with GCC 4.0 can't be linked with GCC 3.3 objects. 
     149This means that if you're embedding a Parrot you've built with GCC 4.0, Pugs 
     150will fail during linking with errors like: 
    149151 
    150152    ld: Undefined symbols: 
     
    155157    _printf$LDBLStub 
    156158 
    157 Try building a new parrot with gcc 3.3, then compile Pugs again. 
     159Try building a new Parrot with gcc 3.3, then compile Pugs again. 
    158160 
    159161CAVEATS FOR x86_64 MACHINES