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 Date: Wed, 18 Dec 2002 12:00:57 -0500 From: Robinows AT netscape DOT net (David Robinow) To: str AT strgt DOT cjb DOT net (Stuardo Rodriguez), cygwin AT cygwin DOT com Subject: RE: libstdc++ MIME-Version: 1.0 Message-ID: <7EED21B8.1A208879.00822747@netscape.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Stuardo Rodriguez wrote: >... I downloaded the pkg for gcc  so i can compile htdig.  when I tryed >./configure it starts looking for some files - autoconf, automake, gcc. >all that was found. but when it reached to look for iostream.h it stoped. >and gave me an error telling me to download an install libstdc++ ...  is >there a pkg that contains those files??  or do i need to download the >libstdc++ src and the gcc src so i can install it? export CXX="g++ -Wno-deprecated" (assuming you use bash) then rerun configure. Problems with "configure" can often be solved by looking at the config.log file. In this case g++ gives you a pretty strong hint how to fix it. Note that this is not really a cygwin problem. htdig has a broken configure. It will fail on any system with g++ v3. It should not be barfing on compiler warnings, nor should it be reporting a wild guess about libstdc++. (By the way, your second post was much better.) __________________________________________________________________ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/