X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.2 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <31565339.post@talk.nabble.com> Date: Sat, 7 May 2011 03:54:23 -0700 (PDT) From: ankur d To: cygwin AT cygwin DOT com Subject: Re: c++ header file for in which cygwin package? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <31564589 DOT post AT talk DOT nabble DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Csaba Raduly-2 wrote: > > On Sat, May 7, 2011 at 10:10 AM, ankur d wrote: >> >> Hi, >> >> Is anybody here knowing where exactly this c++ header file >> exists in Cygwin package? Because I have downloaded all the packages >> under >> development branch of cygwin. I can see other standard header files like >> stdio.h, stdlib.h, etc. but this exception.h is not there. >> > > $ find /lib/gcc/i686-pc-cygwin/ -name exception > /lib/gcc/i686-pc-cygwin/3.4.4/include/c++/exception > /lib/gcc/i686-pc-cygwin/4.3.4/include/c++/exception > > The C headers "belong" to to the system, so they are under /usr/include. > is a C++ header and as such it belongs to GCC (g++) > > If you don't have the above files, then you don't have g++ installed. > > See also > > http://cygwin.com/cgi-bin2/package-grep.cgi?grep=exception%24 > > Hope this helps, > Csaba > -- > GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ > The Tao of math: The numbers you can count are not the real numbers. > Life is complex, with real and imaginary parts. > "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus > Torvalds > "People disagree with me. I just ignore them." -- Linus Torvalds > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > > Hey, Thanks for the reply. These packages were already installed, but I was looking for exception header file under "\Cygwin\usr\include\" as other headers mentioned above (stdio.h, stdlib.h, etc.) were present in this directory. Thanks. -- View this message in context: http://old.nabble.com/c%2B%2B-header-file-for-%3Cexception%3E-comes-under-which-cygwin-package--tp31564589p31565339.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple