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 Message-ID: <000601c222ec$dd363a20$d1a14e89@NKONID2K> From: "Nicholas Konidaris II" To: Subject: Re: Unresolved symbols in math library, 1.3.11, now resolved Date: Wed, 3 Jul 2002 16:53:43 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 This problem is not a problem in 1.3.11-1 n ----- Original Message ----- From: "Nicholas Konidaris II" To: Sent: Wednesday, July 03, 2002 2:20 PM Subject: Unresolved symbols in math library, 1.3.11 > Hello, > > I was trying to compile guile on cygwin 1.3.11 and came across a problem > which I've isolated in the folowing test code: > > [TEST CODE] > #include > #include > > int main(int argc, char **argv) > { > > isfinite(3.0); > } > [/TEST CODE] > > > [LINKER OUTPUT] > $ gcc test.c -lm -o t > > /cygdrive/c/DOCUME~1/NPK~1.NKO/LOCALS~1/Temp/ccWZrqml.o(.text+0x44):test.c: > unde > fined reference to `__fpclassifyd' > /cygdrive/c/DOCUME~1/NPK~1.NKO/LOCALS~1/Temp/ccWZrqml.o(.text+0x5f):test.c: > unde > fined reference to `__fpclassifyd' > collect2: ld returned 1 exit status > [/LINKER OUTPUT] > > > As you can see, the __fpclassify[fd] functions are not part of the math > library. > > I nm'd /lib/libm.a and could not find those symbols there! > > What can I do to fix this? > n > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/