X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 4 Aug 2006 13:39:43 -0400 Message-Id: <200608041739.k74Hdhks027456@envy.delorie.com> From: DJ Delorie To: Gordon DOT Schumacher AT seagate DOT com CC: djgpp AT delorie DOT com In-reply-to: (Gordon DOT Schumacher AT seagate DOT com) Subject: Re: Additional patch for gcc4.10 for cross-compilation References: Errors-To: nobody AT delorie DOT com > I was going to protest with "but it's building against DJGPP > headers", but that doesn't quite make sense, does it? If it's > having issues because of a missing psignal on the host system, then > it should also be using the host headers. > Hmm, now I'm starting to suspect I've goofed something up :) Yes, building a cross compiler is tricky :-) Two possible problems: (1) it's using djgpp's headers to build cygwin objects, or (2) it's not properly detecting that djgpp has psignal.