This is the mail archive of the gcc-help@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: Solaris 8 question


> /bin/sh ../../../libio/gen-params LIB_VERSION=2.8.0  >tmp-params.h
> dummy.c:1: sys/types.h: No such file or directory
[...]
> Any help/suggestions ?

It seems it cannot find the target header files (as opposed to the
host header files). Please read the section on cross compilation in
the gcc manual; you typically need the target headers.

Of course, you could just ignore the errors, and live with the
compiler you already got, and not build libio, libstdc++, and others
for the target.

Regards,
Martin


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