This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: linux->i686-pc-pe compiler won't build libiberty



> ./../../gcc-2.95.2-6/libiberty/pexecute.c:378: `O_BINARY' undeclared (first use in this function)

> ./../../gcc-2.95.2-6/libiberty/strsignal.c:592: argument `signo' doesn't match prototype
> /usr/include/signal.h:131: prototype declaration

These are both pretty clear indications that the just-built gcc is not
finding the correct target headers.  Use "./xgcc -v ..." to see what
directories it's searching, and make sure you put the target headers
and libraries there.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]