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 Delivered-To: mailing list cygwin AT cygwin DOT com Content-Type: text/plain; charset="iso-8859-1" From: Tim Prince Reply-To: tprince AT computer DOT org To: "William D. Kirby" , Cygwin Mailing List Subject: Re: lgamma function not available with -mno-cygwin Date: Sun, 27 Jan 2002 16:51:38 -0800 X-Mailer: KMail [version 1.3.1] References: <3C548B30 DOT F9D6FDCF AT ix DOT netcom DOT com> In-Reply-To: <3C548B30.F9D6FDCF@ix.netcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: On Sunday 27 January 2002 15:20, William D. Kirby wrote: > I'm working with the beta cvs version of GNUPLOT. The X11 version > compiles and tests fine using CYGWIN v1.3.9-1 build, but I get an error > message testing the WIN32 version (i.e., -mno-cygwin). The gnuplot > generated error message during testing says that libc does not contain > the lgamma function. > > I would assume that the WIN32 and X11 versions would have equally > capable libc libraries. I attempted to use the math lib -lm, but got a > run time error that it could not find cygwin1.dll. > > Is there a work around, and could the WIN32 build be missing lgamma for > some reason? Surely the gnuplot people have run into this with more than one target. The lgamma function is not a standard libm function, so its existence can't be counted upon. The library employed by cygwin is newlib, also out of the sphere of influence of cygwin, thus OT. -- 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/