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


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

Re: 1.3.2: signgam problem still present in plotutils, gnuplot etc.


Frank Wuebbeling wrote:
> 
> > Ok, Frank, I know the problem.  Add -lc to your compile.  The signgam
> function was placed in the
> > libc library, not libm.
> 
> I´m sorry this thread becomes so blown up, but all my installations of
> CYGWIN deliver the following:
> 
> nm /usr/lib/lib*.a|grep signgam
> 
> nothing, really, there is no signgam anywhere. So I must suspect now that my
> CYGWIN library is old, but it seems that it has been updated in May. Does
> the example program compile in your installation?
> 
> Best wishes, Frank

The problem is a Cygwin problem.  The function isn't exported from the
cygwin1.dll.  All exports are listed in the cygwin.din file found in
winsup/cygwin.  BTW, you don't need to add either -lm or -lc for Cygwin
builds.

-- 
Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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