- Timestamp:
- 08/01/05 20:28:26 (3 years ago)
- svk:copy_cache_prev:
- 8131
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r5978 r5981 146 146 may also need to switch to GCC 3.3 to compile Pugs for now. 147 147 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: 148 Note that objects compiled with GCC 4.0 can't be linked with GCC 3.3 objects. 149 This means that if you're embedding a Parrot you've built with GCC 4.0, Pugs 150 will fail during linking with errors like: 149 151 150 152 ld: Undefined symbols: … … 155 157 _printf$LDBLStub 156 158 157 Try building a new parrot with gcc 3.3, then compile Pugs again.159 Try building a new Parrot with gcc 3.3, then compile Pugs again. 158 160 159 161 CAVEATS FOR x86_64 MACHINES
