Hi, thanks for your support. I got the problem solved. But I had to edit the make file produced with the correct path to the libs (/usr/lib to /usr/lib/qt4). However I´d like to get it automaticaly configured. Is there any option on QtCreator environment to correct it.
Thanks again, Breno 2009/11/24 Andre Poenitz <[email protected]> > On Tue, Nov 24, 2009 at 12:07:13AM -0200, Breno Carneiro Pinheiro wrote: > > Hi, what you mean with "proper installation" ? I downloaded the binary > > file: Qt Creator 1.2.1 Binary for Linux/X11 32-bit (31 > > MB)<http://qt.nokia.com/downloads/qt-creator-binary-for-linux-x11-32-bit > >. > > Is there any step that I could miss. Looking at my error output, it > > really seems to be a configuration error, doesn´t it? > > My best guess so far is that your g++ is not properly installed. > As far as I can tell, Creator calls your g++ with suitable options, > and g++ should link libstdc++ automatically. Still, the error you > get indicates that libstdc++ is not linked. > > Can you compile a simple C++ program? > > I.e. does something like > > echo -e '#include <iostream>\nint main() { std::cout << "Hi\\n"; }' \ > > main.cpp && g++ main.cpp && ./a.out > > produce any output? > > Andre' > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > -- Breno Carneiro Pinheiro
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
