From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: Neal Becker Cc: egcs@cygnus.com Subject: Re: egcs1.0.2 + libg++ cross build failure Date: Wed, 01 Apr 1998 17:05:00 -0000 Message-id: <199804020105.RAA02894@rtl.cygnus.com> References: X-SW-Source: 1998-04/msg00024.html Problem 1) Headers aren't found. Yes I've read the FAQ. Headers can't possibly be found, because you have to install the compiler first, then you can install newlib. You probably did something wrong, but since you haven't said exactly what you did or what error you got, I can't tell what is wrong. The toplevel Makefile will build gcc first, and then newlib. You don't need any headers to build gcc, so it should all magically work. Problem 2) Configuring in m68k-unknown-coff/librx configure: error: installation or configuration problem: C compiler cannot create executables. Looks like the libg++-2.8.1 patch is broken for cross compilers. I would suggest not using it. Jim