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 X-OB-Received: from unknown (205.158.62.55) by wfilter.us4.outblaze.com; 14 Jul 2004 22:53:08 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 From: dgun AT umpire DOT com To: cygwin AT cygwin DOT com Date: Wed, 14 Jul 2004 14:54:55 -0800 Subject: C99 complex numbers in cygwin? X-Originating-Ip: 192.25.142.225 X-Originating-Server: ws1-3.us4.outblaze.com Message-Id: <20040714225455.7246B101C9@ws1-3.us4.outblaze.com> I'm trying to port a program to cygwin that uses the C99 complex number standard and the complex.h library (carg, csin, etc.). According to the gcc web page, this is mostly implemented in gcc 3.0 and above, but I can't find it in the cygwin gcc package. Is this on purpose or an oversight? I found it partially implemented in the mingw package (3.3-1), but not at all in the cygwin gcc package (3.3.1-3) (although a little testing shows that _Complex is recognized by the compiler and built-in complex functions work). -- Daniel -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm -- 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/