X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <31564589.post@talk.nabble.com> References: <31564589 DOT post AT talk DOT nabble DOT com> Date: Sat, 7 May 2011 12:29:34 +0200 Message-ID: Subject: Re: c++ header file for in which cygwin package? From: Csaba Raduly To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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 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