On Tue, 15 Nov 2022 at 20:02, Koichi Murase <myoga.mur...@gmail.com> wrote:
> 2022年11月16日(水) 9:36 Koichi Murase <myoga.mur...@gmail.com>: > > > > 2022年11月16日(水) 0:18 Henry Bent <henry.r.b...@gmail.com>: > > > There is a free Alpha emulator here: > > > http://www.migrationspecialties.com/FreeAXP.html . I haven't used > > > it extensively since I have real hardware but it seems to work > > > reasonably well. > > > > Thank you for the information. I tried to install Tru64 5.1b in > > FreeAXP, but it seems to fail in the middle of the installation. > > Sorry, I realized that I need to prepare a disk image properly > partitioned for Tru64 by myself in advance. I'll try it later if I > have time. > That site has some pre-partitioned disks near the bottom of the page. The RZ27 is the largest, 1.6GB. Your v2 patch successfully fixes the HAVE_SELECT/HAVE_PSELECT issues. Thank you for your work on this. I'm working on testing a full build from scratch on a clean system (system compiler, system make, no extra GNU tools) to see if there are any other issues I can shake out. So far all I can report is that a full autoreconf with autoconf 2.69 doesn't fix the HAVE_DECL_STRTOx issue. Running configure with --enable-static-link also doesn't fix the issue, and neither does setting CC to "cc -non_shared". -Henry