[Bug other/42280] libiberty configure script fails checking pid_t when without-headers

rearnsha at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Dec 5 14:37:00 GMT 2009



------- Comment #7 from rearnsha at gcc dot gnu dot org  2009-12-05 14:37 -------
There probably is no patch.  If you are building a compiler with no headers,
then you can't just type 'make' and expect it to work.

Instead you must just build those targets you really need (like the core
compiler)

I tend to use make all-gcc in those circumstances.  You build and install a
compiler binary, then build and install your system headers and then finally go
back and build the support libraries you need.


-- 

rearnsha at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42280



More information about the Gcc-bugs mailing list