From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Faylor To: Paul Breed Cc: insight@sourceware.cygnus.com Subject: Re: Insight strsignal and Cygwin Date: Fri, 30 Jun 2000 20:46:00 -0000 Message-id: <20000630234614.A32743@cygnus.com> References: <20000701033924.19377.qmail@web3505.mail.yahoo.com> X-SW-Source: 2000-q2/msg00374.html On Fri, Jun 30, 2000 at 08:39:24PM -0700, Paul Breed wrote: >In order to get Insite to build under Cygwin I >had to remove const from the declaration of >strsignal in libibertty > >What is the "proper solution?" to this problem? strsignal is declared as const in cygwin 1.1.2, so it sounds like you need to upgrade to this version of the DLL and its supporting libraries and include files. cgf