Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <003a01c07726$125e0cb0$9865fea9@timayum4srqln4>
From: "Tim Prince" <tprince@computer.org>
To: <gerrit.haase@t-online.de>, "Robinow, David" <drobinow@dayton.adroit.com>,
        "J. J. Farrell" <jjf@bcs.org.uk>
Cc: <cygwin@cygwin.com>
References: <004a01c076e3$02ad75f0$9865fea9@timayum4srqln4> <3A5587A3.19074.2B4B9309@localhost>
Subject: Re: values.h / 2
Date: Fri, 5 Jan 2001 06:44:50 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400


----- 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

