I have download this:
Qt Code:
  1. http://www.qtsoftware.com/downloads/sdk-linux-x11-32bit-cpp
To copy to clipboard, switch view to plain text mode 

and i installed it in ubuntu 9.04.I did just a simple install.At first i had a problem with g++ so i did
Qt Code:
  1. sudo apt-get install g++
To copy to clipboard, switch view to plain text mode 

Now i have this problem
Qt Code:
  1. collect2: ld returned 1 exit status
To copy to clipboard, switch view to plain text mode 

In an other box i have installed the windows version which compiling correct

What should i fix??