On Fri, May 23, 2025 at 02:22:28AM +0200, Samuel Thibault wrote:
>
> Ah, maybe just autoconf then
>
Yes, autoconf did it. I've run:
demo@debian:~/dev/hurd/upstream/glibc$ autoconf -v \
sysdeps/mach/configure.ac --output=sysdeps/mach/configure
to regenerate the pertinent configure file.
I also had to add the #undef for the new HAVE_ defines to config.h.in.
> > > 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.
--
Diego