Diego Nieto Cid, le sam. 24 mai 2025 00:18:26 +0100, a ecrit: > > > > It's much more involved than that, probably some configure flags etc. > > > > > > > > But you do not need to install it though: you can use the testrun.sh > > > > script generated by make check, to run programs with your newly-built > > > > libc. > > Unfortunately, I'm still getting the "Killed" output when running commands > under testrun.sh: > > demo@debian:~/dev/hurd/upstream/glibc-build$ ./testrun.sh /usr/bin/ls > Killed > > I've run configure only with the prefix option, like below: > > demo@debian:~/dev/hurd/upstream/glibc-build$ ../glibc/configure > --prefix=/usr > > I'm not sure whether I need to specify other options, too.
No, it should be fine. Perhaps you are missing the libc.so.0.3 -> libc.so symlink in your build directory? or elf/ld-x86-64.so.1 -> ld.so? or mach/libmachuser.so.1 -> libmachuser.so or hurd/libhurduser.so.0.3 -> libhurduser.so Samuel