delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <fb34b27b0607271030g17c6a952i158d992af1afe260@mail.gmail.com> |
Date: | Thu, 27 Jul 2006 18:30:13 +0100 |
From: | "Mark Fisher" <mark DOT j DOT fisher AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Where is complex.h |
In-Reply-To: | <20060725232227.19244.qmail@web56308.mail.re3.yahoo.com> |
MIME-Version: | 1.0 |
References: | <44C560D6 DOT 7040905 AT cygwin DOT com> <20060725232227 DOT 19244 DOT qmail AT web56308 DOT mail DOT re3 DOT yahoo DOT com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
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 7/26/06, TV JOE wrote: > Would any of you that replied be interested in assisting me > with compiling this program. It's a C program written for a Suse > Linux distribution. The author maintains the only problem > would be resolving the complex.h warnings. just for completion on the mailing list and in case anyone else has a similar issue with complex numbers, i found using the c9x-complex math package was needed to compile your program. i got the source from http://www.netlib.org/cephes/ you need to amend the makefile slightly by adding "stubs.o" to the LIBMCFILES definition if you're not using the rest of cephes, i.e. change it to LIBMCFILES = $(SFILES) $(DFILES) $(LFILES) stubs.o run "make", ignore the errors for the apps that don't compile, and then copy the libmc.a file into your libs path. copy *.h to your include path mark -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |