Bug 525 - Warning (info) messages popping out all over Cygwin linking process
Warning (info) messages popping out all over Cygwin linking process
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
pre-release
All Other
: P5 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-03-17 23:20 UTC by Craig Dowell
Modified: 2009-04-17 07:45 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Dowell 2009-03-17 23:20:36 UTC
It's not fatal, not really a big deal, informational but really just noise ...

/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: auto-importing has been activated without --enable
-auto-import specified on the command line.
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.Info: resolving vtable
for ns3::EmptyAttributeValueby linking to __imp___ZTVN3ns319EmptyAttributeValueE (auto-import)
Info: resolving vtable for ns3::FlowIdTagby linking to __imp___ZTVN3ns39FlowIdTagE (auto-import)
Info: resolving vtable for ns3::CommandLine::Itemby linking to __imp___ZTVN3ns311CommandLine4ItemE (auto-import)
Comment 1 Gustavo J. A. M. Carneiro 2009-04-17 07:45:25 UTC
"""/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning:
auto-importing has been activated without --enable
-auto-import specified on the command line."""

So I guess enabling the command-line option should take care of that warning.