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 support on your development system. > Ok. By removing libstdc++.la & co I got a DLL statically linked against stdc++. Thanks for your hit!
>> Second: copying libstd++-6.dll to the device and starting a program >> results in a "not enough memory" message from the OS (ASUS MyPal, >> XScale, WinCE 5, 64 Mb Ram). >> > > I've never seen that, no clue. > I'll try on an other device. Thanks Klaus ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel