|
From: Simson G. <si...@ac...> - 2010-12-05 04:39:13
|
I've tried searching for this in the archives of the mailing list but couldn't find it. I finally got my program to compile and link. Unfortunately I'm getting these weird errors about auto-import. I've tried adding the "--enable-auto-import" to my link flags and it doesn't make the errors go away. When I add --enable-auto-import to my CXXFLAGS or CPPFLAGS, the configure script fails. Any ideas? Info: resolving std::basic_string<char, std::char_traits<char>, std::allocator<c har> >::_Rep::_S_empty_rep_storage by linking to __imp___ZNSs4_Rep20_S_empty_rep_storageE (auto-import) Info: resolving vtable for std::basic_ios<char, std::char_traits<char> > by linking to __imp___ZTVSt9basic_iosIcSt11char_traitsIcEE (auto-import) Info: resolving VTT for std::basic_ofstream<char, std::char_traits<char> > by linking to __imp___ZTTSt14basic_ofstreamIcSt11char_traitsIcEE (auto-import) Info: resolving vtable for std::basic_ofstream<char, std::char_traits<char> > by linking to __imp___ZTVSt14basic_ofstreamIcSt11char_traitsIcEE (auto-import) Info: resolving vtable for std::basic_filebuf<char, std::char_traits<char> > by linking to __imp___ZTVSt13basic_filebufIcSt11char_traitsIcEE (auto-import) Info: resolving vtable for std::basic_streambuf<char, std::char_traits<char> > by linking to __imp___ZTVSt15basic_streambufIcSt11char_traitsIcEE (auto-import) Info: resolving VTT for std::basic_ifstream<char, std::char_traits<char> > by linking to __imp___ZTTSt14basic_ifstreamIcSt11char_traitsIcEE (auto-import) Info: resolving vtable for std::basic_ifstream<char, std::char_traits<char> > by linking to __imp___ZTVSt14basic_ifstreamIcSt11char_traitsIcEE (auto-import) Info: resolving std::cout by linking to __imp___ZSt4cout (auto-import) Info: resolving std::cin by linking to __imp___ZSt3cin (auto-import) Info: resolving std::cerr by linking to __imp___ZSt4cerr (auto-import) Info: resolving vtable for __cxxabiv1::__class_type_info by linking to __imp___ZTVN10__cxxabiv117__class_type_infoE (auto-import) Info: resolving typeinfo for std::basic_ifstream<char, std::char_traits<char> >by linking to __imp___ZTISt14basic_ifstreamIcSt11char_traitsIcEE (auto-import) Info: resolving typeinfo for std::basic_istream<char, std::char_traits<char> > by linking to __imp___ZTISi (auto-import) Info: resolving vtable for __cxxabiv1::__si_class_type_info by linking to __imp___ZTVN10__cxxabiv120__si_class_type_infoE (auto-import) Info: resolving vtable for __cxxabiv1::__vmi_class_type_info by linking to __imp___ZTVN10__cxxabiv121__vmi_class_type_infoE (auto-import) c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: 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. |