Re: lgamma function not available with -mno-cygwin

2002-01-28 Thread Tim Prince
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 duri

Re: lgamma function not available with -mno-cygwin

2002-01-27 Thread Charles Wilson
WIN32 != cygwin If you want cygwin-provided functions, build a cygwin version (i.e. without -mno-cygwin). Otherwise, if the functions are not available from MS libraries (which is what you are using when you build with -mno-cygwin) you need to either (a) write replacements yourself, or (b) c