Bug 525

Summary: Warning (info) messages popping out all over Cygwin linking process
Product: ns-3 Reporter: Craig Dowell <craigdo>
Component: build systemAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: gjcarneiro
Priority: P5    
Version: pre-release   
Hardware: All   
OS: Other   

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.