Build issue on SunOS 5.10
-
Hi all.
I'm trying to build Qt 4.7 SunOS 5.10. My configure is :
@configure -prefix /foo
-no-qt3support
-no-multimedia
-no-phonon
-no-webkit
-no-svg
-no-javascript-jit
-no-declarative
-no-gui
-no-opengl
-no-openvg
-no-xvideo
-no-xshape
-no-mitshm
-no-xinput
-no-fontconfig
-no-xrender
-no-xrandr
-no-xfixes
-no-xcursor
-no-xinerama
-no-xsync
-no-sm
-no-gtkstyle
-no-xkb
-no-glib
@The build failes while building QMake with the error (after 10-20 segfaults): Basic XLib functionality test failed!
Ok, my Xlib may be outdated, but I don't need any support for the X11 (I only need QCore module). How can I make it work?
Thank you for your help![EDIT: command line formatting, Volker]
-
Hi Volker, thank you for you reply. Just did It, but it fails latter. I've try something else: I've switched to solaris-g++ mkspec. The Xlib error is gone, but now I've an ugly (and barely understandable to me) ld error:
@ld: fatal: relocations remain against allocatable but non-writable sections@
My only hope is to try to build my own GNU ld (http://www.gnu.org/directory/binutils.html).
Any other idea would be appreciated...