On my system at least, the issue appears first in r1807. $ svn log -l 2 ------------------------------------------------------------------------ r1807 | j_sauermann | 2024-12-28 09:21:16 -0800 (Sat, 28 Dec 2024) | 1 line
use TIOCGWINSZ if available ------------------------------------------------------------------------ r1806 | j_sauermann | 2024-12-25 04:38:44 -0800 (Wed, 25 Dec 2024) | 1 line apply Mike Hall's patches ------------------------------------------------------------------------ -Russ On Sun, Feb 23, 2025 at 10:00 AM Russtopia <rma...@gmail.com> wrote: > Hi all, > > has anyone rebuilt gnu-apl on Win11 under cygwin64 recently? It worked > fine a few months ago, but this past week I tried rebuilding it and now it > just gives a Floating Point exception message right after the GNU APL > banner and exits. > > I tried rewinding back a few version (to r1835), no difference. > > $ apl --cfg > > configurable options: > --------------------- > ASSERT_LEVEL_WANTED=1 (default) > SECURITY_LEVEL_WANTED=0 (default) > APSERVER_PATH=/tmp/GNU-APL/APserver (default) > APSERVER_PORT=16366 (default) > APSERVER_TRANSPORT=0 (default) > CORE_COUNT_WANTED=0 (= sequential) (default) > DYNAMIC_LOG_WANTED=no (default) > MAX_RANK_WANTED=8 (default) > RATIONAL_NUMBERS_WANTED=no (default) > SHORT_VALUE_LENGTH_WANTED=12, therefore: > sizeof(Value) : 464 bytes > sizeof(Cell) : 24 bytes > sizeof(Value header): 176 bytes > > VALUE_CHECK_WANTED=no (default) > VALUE_HISTORY_WANTED=no (default) > VF_TRACING_WANTED=no (default) > VISIBLE_MARKERS_WANTED=no (default) > > how ./configure was (probably) called: > -------------------------------------- > ./configure > > BUILDTAG: > --------- > Project: GNU APL > Version / SVN: 1.9 / SVN: 1842 > Build Date: 2025-02-23 17:45:58 UTC > Build OS: CYGWIN_NT-10.0-22631 3.5.4-1.x86_64 x86_64 > config.status: default ./configure options > Archive SVN: 1831 > >