Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Subject: RE: C99 complex numbers in cygwin?
Date: Thu, 15 Jul 2004 09:38:12 +1000
Message-ID: <8ED2FA87C8ACC04192709688DDFD5F5F436374@calttsv025.cal.riotinto.org>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
From: "Billinghurst, David (CALCRTS)" <david.billinghurst@comalco.riotinto.com.au>
To: <dgun@umpire.com>, <cygwin@cygwin.com>
Cc: <newlib@sources.redhat.com>
X-OriginalArrivalTime: 14 Jul 2004 23:38:13.0011 (UTC) FILETIME=[A0E24E30:01C469FB]
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i6ENcXAm000968

cygwin-owner@cygwin.com wrote:
> 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

gcc uses the complex math functions from the system libraries,
(excluding builtins).  They aren't in newlib, so cygwin doesn't have them.

I, too, would like them as they are required by gfortran, which will be 
(is) the fortran compiler in gcc-3.5.  

Is there anyone working on this, or interested?

--
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/


