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 From: "Johnny Willemsen" To: Subject: Getting rid of auto-import warnings Date: Fri, 31 Jan 2003 10:01:19 +0100 Message-ID: <000001c2c907$51e9dc30$7300000a@ritedvnlpt> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-OriginalArrivalTime: 31 Jan 2003 09:01:21.0206 (UTC) FILETIME=[52DE7560:01C2C907] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h0V91Xu08176 Hi, I am working on getting ACE/TAO compiling with Cygwin GCC 3.2. For this, I have setup a daily build that published the build results to http://doc.ece.uci.edu/scoreboard/. You can there find the current results for Cygwin GCC 3.2. I have modified a lot of makefiles to correctly set __declspec import/export when building with shared libraries. I got most of ACE/TAO compiling, but independent of setting the linker flags --enable-auto-import or --disable-auto-import I keep getting warnings about auto-import. It is a class with multiple statics and only on one of the statics the warning is given. The warnings: [Details] Info: resolving ACE_Time_Value::max_time by linking to __imp___ZN14ACE_Time_Value8max_timeE (auto-import) [Details] Info: resolving ACE_Time_Value::max_time by linking to __imp___ZN14ACE_Time_Value8max_timeE (auto-import) [Details] Info: resolving ACE_Time_Value::max_time by linking to __imp___ZN14ACE_Time_Value8max_timeE (auto-import) [Details] Info: resolving ACE_Time_Value::max_time by linking to __imp___ZN14ACE_Time_Value8max_timeE (auto-import) [Details] Info: resolving ACE_Time_Value::max_time by linking to __imp___ZN14ACE_Time_Value8max_timeE (auto-import) Is it somehow possible to get rid of these warnings? Please also respons to my e-mail address because I am not subscribe to the mailing list. Johnny Willemsen Remedy IT BV Leeghwaterstraat 25 2811 DT Reeuwijk The Netherlands www.remedy.nl / www.theaceorb.nl -- 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/