[Qt-creator] compiling error

Breno Carneiro Pinheiro brenodee at gmail.com
Tue Nov 24 22:03:59 CET 2009


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 <andre.poenitz at mathematik.tu-chemnitz.de>

> 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
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>



-- 
Breno Carneiro Pinheiro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20091124/c6c18dda/attachment.html 


More information about the Qt-creator-old mailing list