Changes between Version 3 and Version 4 of Ticket #4542, comment 22


Ignore:
Timestamp:
07/28/24 05:50:47 (2 months ago)
Author:
zaytsev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4542, comment 22

    v3 v4  
     1 
     2Started building on Solaris, still struggling to compile the dependencies. Libffi is done: 
     3 
     4https://github.com/libffi/libffi/pull/846 
     5 
     6{{{ 
     7MAKE=gmake AR=gar READELF=greadelf \ 
     8../configure --disable-static --enable-shared --prefix=/home/zaytsev/opt/libffi 
     9}}} 
     10 
     11Glib needs more work. 
     12 
    113{{{ 
    214MAKE=gmake AR=gar \