delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <3BAA2D21.BD222918@ece.gatech.edu> |
Date: | Thu, 20 Sep 2001 13:53:37 -0400 |
From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
X-Mailer: | Mozilla 4.7 [en] (X11; U; SunOS 5.8 sun4u) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
To: | Ronald Landheer <info AT rlsystems DOT net> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: Compiling C++ example from dllhelpers-0.2.8 results in warnings - is |
this normal? | |
References: | <NFBBLOMHALONCDMPGBLFGENJCBAA DOT info AT rlsystems DOT net> |
Ronald Landheer wrote: > > Hello all, > > This is no big deal - no worries. > > Because there'd been a lot of discussion here about DLL's bumping into > eachother, and because Charles Wilson has released a new version of > dllhelpers right after, I downloaded & compiled. > 'make'-ing the C++ example results in this: > -- BEGIN SNIPPET -- > Warning: resolving _global_dllclass2 by linking to __imp__global_dllclass2 (auto-import) Because the auto-import functionality is very new, these "warnings" are actually "informational" messages. Eventually, we'll probably turn them off; right now, tho, they let us know that auto-import is working properly. If you *really* don't like these warnings, download the binutils sources, make the obvious changes, and recompile. :-) --chuck -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |