Date: Sat, 19 Nov 2005 11:36:46 -0300 From: John Coppens To: cygwin AT cygwin DOT com Subject: Complex.h file Message-Id: <20051119113646.e162e782.john@jcoppens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 Hi guys & gals. I'm tying to port a program of mine to cygwin, and have the following problem: complex.h is not found. A search in the cygwin tree reveals: /usr/lib/i686-pc-mingw32/3.4.4/include/c++/backward/complex.h /usr/lib/i686-pc-cygwin/3.4.4/include/c++/backward/complex.h /usr/include/mingw/complex.h But, as I use gcc, and normal c (not c++), I suspect none of these are seen. On my Linux machine, all compiles well (same gcc version). The compiler complains about the missing complex.h and about the complex type in a file, even though I read gcc has complex C-99 support built-in since 3.4.1 Can someone help here? Thanks, John PS: The program I'm trying to compile is linsmith, available at http://sf.net/projects/linsmith -- 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/