Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <20010925201643.27261.qmail@web14509.mail.yahoo.com>
Date: Wed, 26 Sep 2001 06:16:43 +1000 (EST)
From: =?iso-8859-1?q?Danny=20Smith?= <danny_r_smith_2001@yahoo.co.nz>
Subject: Re: [Mingw-users] mingw-runtime (mingw-20010917)
To: MU List <MinGW-Users@sourceforge.net>,
   Roger Wells <ROGER.K.WELLS@saic.com>
Cc: CU List <Cygwin@Cygwin.Com>
In-Reply-To: <3BB06A40.1C57E9BE@yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

 --- Earnie Boyd <earnie_boyd@yahoo.com> wrote: > mailbox:/C|/Program
> Files/Netscape/Users/earnie_boyd/Mail/Inbox.sbd/Cygwin.sbd/Cygwin
>
Users?id=1001373668.31548.ezmlm%40sources.redhat.com&number=5375295&part=1.26
> 
> Since this is a MinGW issue, I've forwarded this to the appropriate
> list.
> 
> Earnie.

> ATTACHMENT part 2 message/rfc822 name=cygwin.36995
> From: "Roger Wells" <ROGER.K.WELLS@saic.com>
> To: <cygwin@cygwin.com>
> Subject: mingw-runtime (mingw-20010917)
> Date: Mon, 24 Sep 2001 16:00:05 -0400
> 
> Hi,
> 
> I just installed the latest mingw-runtime.  Now any trivial c++
> program
> gives the following error when linking:
> 
> $ gcc -mno-cygwin -I/usr/local/mingw/include -I/usr/include/g++-3
> hello.cpp -L/usr/local/mingw/lib  -lstdc++
>    gives:
> /usr/local/mingw/lib/libstdc++.a(floatconv.o)(.text+0x1244):
> undefined
> reference  to `_imp___HUGE_dll'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


It looks like you are using an old mingw version of libstdc++.a, with a
dependency on libcrtdll.a rather than  libmsvcrt.a.  Upgrade to a newer
version of the mingw libstdc++.a.

Danny

http://travel.yahoo.com.au - Yahoo! Travel
- Got Itchy feet? Get inspired!

--
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/

