Hello, I'm trying to build the Hurd and I get some errors. I have already dist-upgraded my box to the latest gcc and I'm using a separate build directory.
I'm doing something like the following under the Hurd source tree: # mkdir build # cd build # ../configure # make Presently I'm getting the following: ../../pfinet/linux-src/net/ipv6/addrconf.c:195: error: 'struct in6_addr' has not member named 'in6_u' I'm not sure whether I should try to look into the source code, because I understand that the majority of the people have succeeded in building the Hurd and, hence, my problem is that I do something wrong. Do you have any ideas as to this problem?.. Regards, scolobb