Hello,
On Solaris 10 , I want to generate the binary ' qmake ' (necessary for a SVN client tool).

When i compiling qt-everywhere-opensource-src-4.8.5 on SOLARIS10,i meet this error :
qmake error: " ld : fatal: option -h and building a dynamic executable are incompatible "


I run the command : ./configure

DETAILS :
Which edition of Qt do you want to use?
Type 'c' if you want to use the Commercial Edition .
Type 'o' if you want to use the Open Source Edition.
o
This is the Open Source Edition.
You are licensed to use this software under the terms of
the Lesser GNU General Public License ( LGPL) versions 2.1.

Type 'L' to view the Lesser GNU General Public License version 2.1.
Type ' yes ' to accept this license offer .
Type 'no ' to decline this license offer .

Do you accept the terms of the license ? yes

Creating qmake . Please wait ...

END OF TREATMENT, error message:
ld : fatal: option -h and building a dynamic executable are incompatible
ld : fatal: Flags processing errors
collect2 : ld returned 1 exit status
gmake : *** [/ travail/qt-everywhere-opensource-src-4.8.5/bin/qmake ] Error 1

What needs to be changed to fix this problem ?
Thanks