From: Erik L. <eri...@gm...> - 2025-01-26 16:59:59
|
Dear all, I apologize for the clutter on this mailing list, but to save others work, I wanted to let you know that all AquaTerm issues listed in my email from yesterday have been resolved: 1. Thanks to the MacPorts project, I figured out what patches are needed to compile AquaTerm 1.1.1 on a current version of macOS. 2. Moreover, Ethan, I found out what needs to be changed in the Gnuplot configure script. Line 10668 needs to read: CFLAGS="$CFLAGS -ObjC"; LDFLAGS="$LDFLAGS -framework Foundation -framework AquaTerm -F/Library/Frameworks" (the missing -F flag causes subsequent tests to go wrong) 3. I need to create an ARM package for AquaTerm and then I will provide new packages on my Wiki page. Please allow a few days for me to finish this. Lastly, on a side note: I noticed that gnuplot on my machine always builds with "-g -O2"; is this default on purpose? ("-g" seems undesirable for production builds) Erik |