Hi, On Sat, 2003-07-05 at 00:46, Ralf H?ling wrote:
> > If that fails, then your compiler is broken and you will either need to > > reinstall or download a fresh copy and install from that > > Are you sure? Up to now (nearly) everything worked fine with these > compilers. "Up to now" - you have tried two of the simplest C++ and Qt examples I can think off and neither have worked - even Microsoft VC++ 6 could do the hello world straight C++ example correctly! Other than your compiler somehow being broken (it does happen), I'm at a loss. The errors you describe are classic "bust compiler" reponces. What did you use for the command line compile of the simple C++ hello world? I used g++ helloworld.cpp -o hello -O2 ./hello Hello world As one last proof, try to compile something you know has compiled in the past and if that works, then it's back to the drawing board. I would be suprised if it did. TTFN Paul -- The world is throwing away oppressive regimes Which don't allow people to choose. Wars are fought to topple these people. Yet the folks who do this, still use Windows. Double standards or not understanding why they did it?
