Compiling Qt 4.8.2

David
Hi,

I would like to try out the newest release of Qt on mini2440. (4.8.2) 
But I have two problems.

1.  The g++.conf file went into different files. As I know well I should
switch of the optimization in this file. Where should I do it exactly?
(Both of two file contains optimization)

2.  I can’t configure it. I used until yet this:

./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix    
/usr/local/Qt -qt-mouse-tslib -little-endian -no-webkit -no-qt3support
-no-cups -no-largefile -optimized-qmake -no-openssl -nomake tools
-qt-sql-sqlite -no-3dnow -system-zlib -qt-gif -qt-libtiff -qt-libpng
-qt-libmng -qt-libjpeg -no-opengl -gtkstyle -no-openvg -no-xshape -no-xsync
-no-xrandr -qt-freetype -qt-gfx-linuxfb -qt-kbd-tty -qt-kbd-linuxinput
-qt-mouse-tslib      -qt-mouse-linuxinput

  But I got the following error message: 
   qt-gif: invalid command-line switch
  -qt-gfx-linuxfb: unknown argument
  -qt-kbd-tty: unknown argument
  -qt-kbd-linuxinput: unknown argument
  -qt-mouse-tslib: unknown argument
  -qt-mouse-linuxinput: unknown argument


You have not explicitly asked to use pkg-config and are cross-compiling.
pkg-config will not be used to automatically query cflag/lib parameters for
dependencies 

  How should I configure it?

Any kind of tutorial would be really good too. 
Thank you, David

David
BTW I would like to reach the fastest version of Qt. Because I would like
to use it in critical circumstances.

holger
Hello,

> But I got the following error message: 
> qt-gif: invalid command-line switch
> -qt-gfx-linuxfb: unknown argument
> -qt-kbd-tty: unknown argument
> -qt-kbd-linuxinput: unknown argument
> -qt-mouse-tslib: unknown argument
> -qt-mouse-linuxinput: unknown argument

Take a look at ./configure --help. These are invalid options:-)

In a qmake.conf was the optimization I hardly remeber:-)

Yes a tutorial.... if I had the time, I would do so.... :-)

David
Hi,

I haven't noticed it until yet, 
The files have been changed a bit, but I did manage to find them. 

thanks a lot, David

(I am new in this :-) )

Daniel
Hi David,

Any luck on this? I managed to successfully compile Qt 4.6.2 with
arm-linux-gcc-4.3.2, however this time, I'd like to use Qt 4.8.2 with
arm-linux-gcc-4.4.3 and I'm stuck in this same position :(.

Any help is appreciated :)

-Daniel