Danny Backx wrote:

> - linker mentions ios_base::Init::Init()
> - crash occurs, says gdb, in ios_base::Init __ioinit;
> - gdbserver occasionally shows the glitch with reading dll names
>   (Symbol file not found for li)

> Info: resolving std::cout  by linking to __imp___ZSt4cout (auto-import)
> Info: resolving std::basic_ostream<char, std::char_traits<char> >&
> std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
> std::char_traits<char> >&, char const*) by linking to
> __imp___ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc
> (auto-import)
> Info: resolving std::ios_base::Init::Init() by linking to
> __imp___ZNSt8ios_base4InitC1Ev (auto-import)
> Info: resolving std::ios_base::Init::~Init() by linking to
> __imp___ZNSt8ios_base4InitD1Ev (auto-import)
> /opt/x86mingw32ce/lib/gcc/i386-mingw32ce/4.4.0/../../../../i386-mingw32ce/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.

  You really want to try adding -Wl,--enable-auto-import.  It's not kidding
about "unless it involves constant data structures referencing symbols from
auto-imported DLLs".

    cheers,
      DaveK


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to