[Qt-creator] compiling error

Andre Poenitz andre.poenitz at mathematik.tu-chemnitz.de
Tue Nov 24 20:42:40 CET 2009


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'





More information about the Qt-creator-old mailing list