delorie.com/archives/browse.cgi | search |
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 -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |