At 05:09 AM 3/11/2004, you wrote: >Hi, >I built a GNU library (GMP) on CygWin, but when I try to use it from MSVC.NET >(linking libgcc.a + my own lib) I get an error that "there is no reference to >__getreent()". > >Does anybody have a clue how to solve it? maybe there is another lib except for >libgcc.a I need to use?
This is not a link error. It's a run-time error. Your cygwin1.dll is not current or you have more than one on your system. Find the duplicates and get rid of them. Then run setup.exe and make sure that the latest version of the Cygwin package is installed. At this point in time, you may want to consider a snapshot instead of the latest Cygwin package as offered by setup.exe. See <http://cygwin.com/snapshots/>. If you're building things with Cygwin, take the cygwin-inst tar.bz2. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/