On Fri, 6 Feb 2004 02:47, Roland Lembcke wrote: > > My previous post did also include data from config.log: > ----- > configure:7113: rm -rf SunWS_cache; c++ -o conftest -DNDEBUG -DNO_DEBUG -O2 > -fno-exceptions -fno-check-new -I/usr/include/qt -I/usr/X11R6/include > -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/share/qt3/lib -L/usr/X11R6/lib > c onftest.C -lqt-mt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE > -lresolv -lpthread 1>&5 > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Seek_Stream' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Get_Short' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Forget_Frame' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Access_Frame' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Get_Long' > collect2: ld returned 1 exit status > configure: failed program was: > ------ > > Qt has been detected, but is somewhat incompatible, it seems to me. What's > going on here? > > cheers > Roland
Thanks for reminding me Roland I get the same in config.log as well configure:26448: checking for Qt configure: 26516: /usr/share/qt3/include/qstyle.h taking that tried NO configure:26631: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOUR$ /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Seek_Stream' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Get_Short' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Forget_Frame' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Access_Frame' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Get_Long' collect2: ld returned 1 exit status cheers Peter van der Male