qt compilierung mit -fPIC flag bricht ab!

Post Reply
Message
Author
thorsten

qt compilierung mit -fPIC flag bricht ab!

#1 Post by thorsten »

hi,
wollt eben unter slack 9.0 qt kompilieren,
da trat folgender fehler auf:
gmake<font size="3">: Entering directory `/root/qt/qt-x11-free-3.1.2/tutorial/t1'
g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_NO_XINERAMA -DQT_SHARED -I/root/qt/qt-x11-free-3.1.2/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/main.o main.cpp
In file included from ../../include/qdesktopwidget.h:40,
from ../../include/qapplication.h:42,
from main.cpp:7:
../../include/qwidget.h: In member function `QObject* QWidget::qObject()':
../../include/qwidget.h:62: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake<font size="3">: *** [.obj/release-shared-mt/main.o] Error 1
gmake<font size="3">: Leaving directory `/root/qt/qt-x11-free-3.1.2/tutorial/t1'
gmake<font size="2">: *** [sub-t1] Error 2
gmake<font size="2">: Leaving directory `/root/qt/qt-x11-free-3.1.2/tutorial'
gmake<font size="1">: *** [sub-tutorial] Error 2
gmake<font size="1">: Leaving directory `/root/qt/qt-x11-free-3.1.2'
gmake: *** [init] Error 2
root@hal-9000:~/qt/qt-x11-free-3.1.2#

kennt das jemand von euch und kann mir vielleicht irgend was konstruktives dazu sagen?
Möchte qt unbedingt mit -fPIC compilieren um es prelinken zu können!

danke im voraus - hal

Post Reply