Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <025e01c37080$8eabe2a0$53017ad5@starfruit> From: "Max Bowsher" To: "Damien" , References: <010501c37018$678a0390$53017ad5 AT starfruit> <06183840107266 AT akira DOT akira DOT dice DOT ucl DOT ac DOT be> Subject: Re: Compiling Iroffer with a fresh install of cygwin - 4 attachments Date: Mon, 1 Sep 2003 12:58:33 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Please do not take discussions off the mailing list unless there is good reason to make them private. Doing so: Is bad for me: Your mail doesn't get filtered into my "Cygwin" folder. Is bad for you: You drastically reduce the number of people who may look at your problem. Is bad for others: They might have a similar problem, and benefit from the discussion. Damien wrote: > On 01 sept. 2003, you wrote in gmane.os.cygwin: > >> More info needed. The configure output doesn't look autoconfy, but >> presumably it left some log you can look at for more info? > > In the result of configure, here is the error : > > 1) Seeing if compiling with standard #include's works... ***ERROR***: > couldn't build with standard #include's > > 2) Determing the signedness of 'addrlen'... Unknown. ***ERROR***: > neither signed or unsigned worked. > > 3) Checking for regcomp()... Missing. ***ERROR***: couldn't find regcomp > () Yes, you already posted those. I was looking for more info. Since it is small, and I am in a good mood, I downloaded iroffer. It turns out that you can run "./Configure errors" to see the compiler error output. You will see that is complains about "cannot find -lregex". This is because modern Cygwin has regex functionality built right in to the cygwin DLL itself. No extra library options are needed. So, modify Configure appropriately, and go tell iroffer's maintainer that cygwin hasn't had a libregex.a for several years now. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/