RE: __getreent() no reference error - linking under .NET

2004-03-13 Thread Barak Raveh
Thanks! -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 5:23 PM To: Barak Raveh; [EMAIL PROTECTED] Subject: Re: __getreent() no reference error - linking under .NET At 05:09 AM 3/11/2004, you wrote: >Hi, >I built a GNU library (GMP) on

Re: __getreent() no reference error - linking under .NET

2004-03-11 Thread Brian Ford
On Thu, 11 Mar 2004, barak 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()". > Um, if you did not build that with -mno-cygwin, then it will probably never wor

Re: __getreent() no reference error - linking under .NET

2004-03-11 Thread Larry Hall
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

__getreent() no reference error - linking under .NET

2004-03-11 Thread barak
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? Thanks, B --