---- Le mar., 09 févr. 2021 03:54:27 -0500 Samuel Thibault
<[email protected]> écrit ----
> Paul Dufresne, le mar. 09 févr. 2021 00:06:37 -0500, a ecrit:
> > But
> > # apt-get build-dep gnumach
> > did not install mig package.
>
> Didn't it install mig-for-host and mig-i686-something?
>
> Samuel
>
>
Yes it did.
But as I was trying to reproduce what I was doing on a non-Debian system,
rather than do:
dpkg-buildpackage -us -uc -b -rfakeroot
I did: {On Debian Hurd}
autoreconf --install
mkdir build
cd build
$ GNU=~/gnu
$ TARGET_CPPFLAGS=-I"$GNU"/include ../configure --prefix="$GNU"
that then complains it could not find mig.
So I installed mig package and complained here mig was not installed by apt-get
build-dep gnumach.
...
I was not really aware of mig-for-host and mig-i686-something...
which are for when you are on Debian Linux?