Changes between Initial Version and Version 1 of Ticket #7138


Ignore:
Timestamp:
10/05/09 18:10:32 (4 years ago)
Author:
drkirkby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7138 – Description

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