Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-class: urn:content-classes:message
Subject: RE: __getreent() no reference error - linking under .NET
Date: Sat, 13 Mar 2004 11:11:13 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Message-ID: <DAE202982DDE91419F900F568CEC840902CA63@zeus.GitaD.local>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
From: "Barak Raveh" <barak@gita.co.il>
To: "Cygwin List" <cygwin@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i2D98Pvp032518

Thanks!

-----Original Message-----
From: Larry Hall [mailto:cygwin-lh@cygwin.com] 
Sent: Thursday, March 11, 2004 5:23 PM
To: Barak Raveh; cygwin@cygwin.com
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 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/


