X-Spam-Check-By: sourceware.org Date: Thu, 26 Jul 2007 12:16:51 +0200 (MET DST) From: Angelo Graziosi To: cygwin AT cygwin DOT com Subject: Using 'complex.h' and GCC-3.4.4-3 in Cygwin Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Cygwin, gcc-3.4.4-3 (curr) fails to compile this simple test case (extracted by a little elaborate test) : ================================================================== #include #include #include #include int main() { printf("sizeof(%s) = %ld\n", "complex float", sizeof(float complex)); return 0; } $ gcc test_complex_h.c test_complex_h.c:3:21: complex.h: No such file or directory ^^^^^^^^^^^^^^^^^^^^^^^^ ??? test_complex_h.c: In function `main': test_complex_h.c:8: error: parse error before "complex" ================================================================== On GNU/Linux Kubunto 6.06 with gcc-4.0.3 it is build without problems. Cheers, Angelo. -- 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/