Changes between Version 3 and Version 4 of Ticket #4542, comment 22
- Timestamp:
- 07/28/24 05:50:47 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4542, comment 22
v3 v4 1 2 Started building on Solaris, still struggling to compile the dependencies. Libffi is done: 3 4 https://github.com/libffi/libffi/pull/846 5 6 {{{ 7 MAKE=gmake AR=gar READELF=greadelf \ 8 ../configure --disable-static --enable-shared --prefix=/home/zaytsev/opt/libffi 9 }}} 10 11 Glib needs more work. 12 1 13 {{{ 2 14 MAKE=gmake AR=gar \