Re: [Cegcc-devel] x86 libstdc++ crashes

2009-06-16 Thread Danny Backx
Vincent R. wrote : > First how do you test on x86 platform ? DO you have an emulator for that ? The ebox 4300 on my desk runs Windows Embedded CE 6.0 . Danny -- Danny Backx - danny.backx - at scarlet.be ; http://danny.backx.info ---

Re: [Cegcc-devel] x86 libstdc++ crashes

2009-06-16 Thread Dave Korn
Danny Backx wrote: > The C++ library on x86 appears to crash at initialisation even in the > simplest of programs. At least, it does so when compiled against the DLL > version of the library. > > #include > using namespace std; > int main(int argc, char *argv[]) > { > cout << "Hello" << end

Re: [Cegcc-devel] x86 libstdc++ crashes

2009-06-16 Thread Vincent R.
On Tue, 16 Jun 2009 21:03:44 +0200, Danny Backx wrote: > The C++ library on x86 appears to crash at initialisation even in the > simplest of programs. At least, it does so when compiled against the DLL > version of the library. > > #include > using namespace std; > int main(int argc, char *argv[

[Cegcc-devel] x86 libstdc++ crashes

2009-06-16 Thread Danny Backx
The C++ library on x86 appears to crash at initialisation even in the simplest of programs. At least, it does so when compiled against the DLL version of the library. #include using namespace std; int main(int argc, char *argv[]) { cout << "Hello" << endl ; } Are there any tricks involved

Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin

2009-06-16 Thread Johnny Willemsen
Hi, > My mistake. I changed configure.ac and regenerated configure, but then > only committed configure.ac . > > Can you try again ? CEGCC did compile now, thanks. I am now rebuilding ACE/TAO with this new compiler. Johnny --