This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Getting rid of auto-import warnings


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]