Re: [Chicken-announce] [ANN] CHICKEN 5.4.0 release candidate available
Kon Lovett <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
(sorry, forgot) make PLATFORM=macosx PREFIX=/usr/local/chicken/5 C_COMPILER=/usr/bin/clang CXX_COMPILER=/usr/bin/clang++ CHICKEN=/usr/local/chicken/5/bin/chicken C_COMPILER_OPTIMIZATION_OPTIONS='-I/opt/local/include -I/usr/local/include -O3 -fomit-frame-pointer -Wall -Wno-unused -Wno-uninitialized' LINKER_OPTIMIZATION_OPTIONS='-L/opt/local/lib -L/usr/local/lib' all > On Jun 1, 2024, at 8:58 AM, Kon Lovett <[email protected]> wrote: > > Operating system: > Darwin Kyushu.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:09:52 PDT 2024; root:xnu-10063.121.3~5/RELEASE_X86_64 x86_64 > > Hardware platform: > x86-64 > > C Compiler: > Apple clang version 15.0.0 (clang-1500.3.9.4) > Target: x86_64-apple-darwin23.5.0 > Thread model: posix > InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin > > Installation works?: yes > > Tests work?: yes (w/ workaround for subshell DYLD_LIBRARY_PATH env var export issue) > > Installation of eggs works?: yes (srfi-29) >