GCC 4.4 - Cygwin build failed in 'strsignal'
duongtu
duongtu@gmail.com
Fri Sep 26 04:17:00 GMT 2008
Hi Brian,
Thanks for your suggestion! I've made it!
Therefore, when making GCC 4.4 Snapshot with Cygwin, we must [disable shared (don't provide a shared libgcc)] and [patch in usr/include/string.h]
Tu
-----Original Message-----
From: Brian Dessent [mailto:brian@dessent.net]
Sent: Thursday, September 25, 2008 10:36 PM
To: duongtu
Cc: gcc-help@gcc.gnu.org
Subject: Re: GCC 4.4 - Cygwin build failed in 'strsignal'
duongtu wrote:
> Please help me fix this Error or tell me which is the best stable configure for making GCC 4.4 in Cygwin
The prototype for strsignal was changed in both libiberty and newlib.
You're trying to build a newer libiberty with the change against older
newlib headers without the change. You can use a snapshot version of
Cygwin with the update (which was from 2008-06-17) or you can just make
the change in the header.
<http://sourceware.org/ml/newlib/2008/msg00342.html>
Brian
More information about the Gcc-help
mailing list