Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs Date: Thu, 28 Jun 2001 12:17:03 -0500 (CDT) From: Mumit Khan To: FOY MICHAEL CLAUDE cc: cygwin AT cygwin DOT com, foy AT fsl DOT noaa DOT gov Subject: Re: Mingw Link Problems In-Reply-To: <200106281712.f5SHCnl06295@tee.cs.colorado.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 28 Jun 2001, FOY MICHAEL CLAUDE wrote: > I am having trouble linking with MinGW the link fails with an error message: > > Undefined reference to '__imp___huge_DLL' > Mismatched runtime library (MSVCRT vs CRTDLL). Of course, since you provide no info, there is not much any of us can do. One common cause for this is for C++ code, where the libstdc++.a was built using CRTDLL but your code is assuming MSVCRT. Please use Mingw mailing list for mingw related questions instead burdening the busy cygwin list. http://www.mingw.org/ for details. Mumit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/