| 8 | | Looking at the directory $SAGE_HOME/local/lib, we can see the ''freetype''' libraries are 32-bit, even though SAGE64 was set to "yes" |
| | 8 | Looking at the directory $SAGE_HOME/local/lib, we can see the ''freetype'' libraries are 32-bit, even though SAGE64 was set to "yes" |
| | 9 | {{{ |
| | 10 | drkirkby@swan:[~/sage/gcc64-sage-4.1.2.rc0/local/lib] $ file libfreetype* |
| | 11 | libfreetype.a: current ar archive, not a dynamic executable or shared object |
| | 12 | libfreetype.la: commands text |
| | 13 | libfreetype.so: ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped |
| | 14 | libfreetype.so.6: ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped |
| | 15 | libfreetype.so.6.3.16: ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped |
| | 16 | |
| | 17 | }}} |