Changeset 5978

Show
Ignore:
Timestamp:
08/01/05 17:44:47 (3 years ago)
Author:
dudley
svk:copy_cache_prev:
8131
Message:

*Document link failures on MacOS due to inadvertent linking of gcc 4.0 objects. *Add me to AUTHORS.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • AUTHORS

    r5812 r5978  
    4545David "qtplatypus" Formosa 
    4646Dimitry Golubovsky                            
    47 Don "dons" Stewart                            
     47Don "dons" Stewart 
     48Dudley Flanders                            
    4849Edwin Steiner                               
    4950Eric "eric256" Hodges                       
  • INSTALL

    r5882 r5978  
    146146may also need to switch to GCC 3.3 to compile Pugs for now. 
    147147 
     148Note 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: 
     149 
     150    ld: Undefined symbols: 
     151    _fprintf$LDBLStub 
     152    _sprintf$LDBLStub 
     153    _vfprintf$LDBLStub 
     154    _snprintf$LDBLStub 
     155    _printf$LDBLStub 
     156 
     157Try building a new parrot with gcc 3.3, then compile Pugs again. 
     158 
    148159CAVEATS FOR x86_64 MACHINES 
    149160---------------------------