Re: [Cegcc-devel] C++ dll / dependencies

2009-06-03 Thread Klaus Rechert
Hi, >> I'm trying to create a C++ DLL with the mingw32ce toolchain (v0.55 from >> SF). But the DLL depends on libstdc++-6.DLL instead of statically >> linking in the necessary stuff. Is that intended? >> > > If you don't want to link with a DLL, specify -static . Or don't install > the DLL

Re: [Cegcc-devel] C++ dll / dependencies

2009-06-03 Thread Danny Backx
On Wed, 2009-06-03 at 17:32 +0200, Klaus Rechert wrote: > I'm trying to create a C++ DLL with the mingw32ce toolchain (v0.55 from > SF). But the DLL depends on libstdc++-6.DLL instead of statically > linking in the necessary stuff. Is that intended? If you don't want to link with a DLL, specify

[Cegcc-devel] C++ dll / dependencies

2009-06-03 Thread Klaus Rechert
Hi all, I'm trying to create a C++ DLL with the mingw32ce toolchain (v0.55 from SF). But the DLL depends on libstdc++-6.DLL instead of statically linking in the necessary stuff. Is that intended? Second: copying libstd++-6.dll to the device and starting a program results in a "not enough memor