This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: values.h / 2



----- Original Message -----
From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
To: "Tim Prince" <tprince@computer.org>; "Robinow, David"
<drobinow@dayton.adroit.com>; "J. J. Farrell" <jjf@bcs.org.uk>
Cc: <cygwin@cygwin.com>
Sent: Thursday, January 04, 2001 11:36 PM
Subject: Re: values.h / 2


>
> Now i got the next problem with another file:
>
> Math.c: undefined reference to `signgam'
>
> #include "EXTERN.h"
> #include "perl.h"
> #include "XSUB.h"
> #include "pdl.h"
> #include "pdlcore.h"
>
> Don't know which identifier this could be. Well, this is probably not
a
> cygwin identifier?
>
> =^..^=
> Gerrit Peter Haase
>
I  believe that is a reference to a pre-C89 function from <math.h>.
Look in your source to see if you can figure out how to modernize, or
search references on early unix math libraries.  I see one volume of my
Unix V7 Programmer's Manual, wish I knew where the other went.


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]