Hi everybody! I've been trying to get this built on my Gentoo box, but I've run into issues, and googling hasn't turned up anything. It compiles a few things, then I run into this:
Quote:
/bin/sh: MULTIDIR: command not found
/bin/sh: MULTIDIR: command not found
/bin/sh: MULTIDIR: command not found
In file included from /home/maraschinopanda/alt-gcc/gcc-build/gcc/include-fixed/unistd.h:13:0,
from ../../../gcc-master/libgcc/../gcc/tsystem.h:102,
from ../../../gcc-master/libgcc/libgcc2.c:27:
/home/maraschinopanda/alt-gcc/gcc-build/gcc/include-fixed/ioLib.h:148:21: fatal error: net/uio.h: No such file or directory
#include <net/uio.h>
^
compilation terminated.
|
Then the error cascades and make exits error code 2. Unfortunately, I don't know enough about GCC to diagnose the issue. Any pointers?