Changes between Initial Version and Version 1 of Ticket #72727
- Timestamp:
- Jul 26, 2025, 4:28:11 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72727
- Property Port unicon added
-
Ticket #72727 – Description
initial v1 1 1 Please consider creating a port for the Unicon language. 2 2 3 https://unicon.sourceforge.io/downloads.html 3 https://unicon.sourceforge.io/downloads.html \\ 4 4 https://github.com/uniconproject/unicon 5 5 6 6 It seems to build ok with: 7 7 8 {{{ 8 9 CC=clang CXX=clang++ ./configure --prefix=/opt/unicon 9 10 make 10 11 sudo make install 12 }}} 11 13 12 14 But all binaries installed under /opt/unicon/bin are killed immediately by zsh (why?)<<<<<<<<<<<< … … 14 16 Example: 15 17 18 {{{ 16 19 /opt/unicon/bin/iconc -v 17 20 zsh: killed /opt/unicon/bin/iconc -v … … 21 24 unicon: file /opt/unicon/bin/icont 22 25 /opt/unicon/bin/icont: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE> 23 26 }}}
