Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <3B60771B.8000306@ece.gatech.edu> Date: Thu, 26 Jul 2001 16:01:31 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010713 X-Accept-Language: en-us MIME-Version: 1.0 To: Charles Wilson CC: cygwin-developers AT cygwin DOT com Subject: Re: export signgam References: <3B60741B DOT 80508 AT ece DOT gatech DOT edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Charles Wilson wrote: > It seems that some packages (especially plotutils) assume that if gamma, > lgamma, j0, and erf all exist, then signgam does too. This breaks on > cygwin, since signgam exists but is not exported. However the > assumption is not unreasonable, so here's a patch to export the symbol. > scratch that. It seemed so "obviously correct" -- but it ain't. building new-cygwin1.dll fails with "Cannot export signgam: symbol not defined." Oops. signgam is a global variable; math.h #defines it as #define signgam (*__signgam()) More research required.... :-( --chuck