PDA

View Full Version : Need help with ./configure. making error HELP



Shadowlord
08-31-2002, 09:11 PM
--On the Mandrake 8.1 clean install--

on section 4.

I can seem to make "./configure work.

this is what I get:

checking for supported compiler version... yes
checking for gcc... gcc-3.0.4
checking whether the C compiler (gcc-3.0.4 ) works... yes
checking whether the C compiler (gcc-3.0.4 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc-3.0.4 accepts -g... yes
checking for c++... g++-3.0.4
checking whether the C++ compiler (g++-3.0.4 ) works... yes
checking whether the C++ compiler (g++-3.0.4 ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++-3.0.4 accepts -g... yes
checking how to run the C preprocessor... gcc-3.0.4 -E
checking for working const... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc-3.0.4 option to produce PIC... -fPIC
checking if gcc-3.0.4 PIC flag -fPIC works... yes
checking if gcc-3.0.4 static flag -static works... yes
checking if gcc-3.0.4 supports -c -o file.o... yes
checking if gcc-3.0.4 supports -c -o file.lo... yes
checking if gcc-3.0.4 supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for supported libc version... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for libpng... -lpng -lz -lm
checking for Qt... yes
>> Found version.: 2.3.2
>>> Headers......: /usr/lib/qt-2.3.2/include/
>>>> Libraries...: /usr/lib/qt2/lib/
configure: error: Something wicked happened while trying to validate your Qt installation!!! Please verify your libraries...


as you can see I also use gcc-3.0.4
"On linux-g++-shared, I added after gcc and g++" -3.0.4
Can anyone tell me how to fix my problem??
thx
and yes I am a newbie

Cryonic
08-31-2002, 10:15 PM
Gee, I don't know. Try taking a look right where configure stops. Hmm.....



>> Found version.: 2.3.2
>>> Headers......: /usr/lib/qt-2.3.2/include/
^^^^^^^^
>>>> Libraries...: /usr/lib/qt2/lib/
^^^


Could it be that it is because it is looking in two different places for QT?

Shadowlord
08-31-2002, 10:23 PM
How do I make it 1 folder??

LordCrush
09-01-2002, 05:09 AM
you can use ./configure --with-qt-dir=/usr/lib/qt-2.3.2

but i think your main problem is that your qt is complied without "thread" support

you will have to recompile the qt-lib with ./configure -thread from the qt-src dir