OK getting somewhere now - working my way through the compilation issues slowly.
Most of the compilation errors that I am hitting appear to be cross compilation nuances relating to things supported on NetBSD but not Linux - fixing them seems to involve working out if the error relates to something not supported on NetBSD and looking for a configuration option to switch that subsystem to something that is NetBSD compatible. For example switching from epoll to kqueue. I’ve gotten through four or five roadblocks so far. I’m stuck now on: /usr/bin/ld: cannot find -lkvm This appears to be saying it needs the NetBSD kvm (headers? library?). I can’t find how to get them and inetgrate them into the build process. The stuff I am reading says that Linux kvm is not related to NetBSD kvm. Any hints to get me past this block would be appreciated. thanks as
