Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: Cygwin List Message-Id: <6.1.0.6.0.20040819213551.029a0f50@pop.prospeed.net> X-Sender: Date: Thu, 19 Aug 2004 21:39:00 -0400 To: da , cygwin AT cygwin DOT com From: Larry Hall Subject: Re: Info: resolving vtable ... (auto-import) In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 04:43 PM 8/19/2004, you wrote: >Tried resolving this by searching mailing list archives, but no luck. Here's >my question: > >After linking on Win32, I get a number of these types of messages: > >Info: resolving vtable for SomeFunctionName linking to >__imp___ZTV13SomeFunctionName (auto-import) > >What does this actually mean? Do we need to be concerned about it? If so, can >anyone suggest a possible solution (or documentation on this)? Sure. See the doc on '--enable-auto-import' in the 'ld' man page. That should give you some clue as to what's going on. The fact that the message says it is "Info:" should indicate to you that this isn't considered a problem by 'ld'. It is informational. If you don't know what it means and don't know how to fix it, you probably don't need to. But the doc will fill in the details. -- 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/