delorie.com/archives/browse.cgi | search |
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: | <BANLkTinZfUoNQNTuhOz7-RN=WFz8JgifLA@mail.gmail.com> |
Subject: | Re: c++ header file for <exception> in which cygwin package? |
From: | Csaba Raduly <rcsaba AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 <ankur DOT neebalit AT gmail DOT com> wrote: > > Hi, > > Is anybody here knowing where exactly this c++ <exception> 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. <exception> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |