[PyKDE] PyQt 3.1: configure does not produce Makefile

Laurence Liew laurenceliew at yahoo.com.sg
Wed Apr 10 02:06:28 BST 2002


Hi all..

I have just installed Python 2.2, QT 3.0.1. I tried to install PyQt 3.1
without success.

I tried the usual 

./configure
make
make install

However, ./configure did not produce any Makefile. The last statement
that configure produces is "configure: creating ./config.status"

However configure also did not produce any config.status

Any help would be appreciated.

Laurence

==
[root at localhost PyQt-3.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... none
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 whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for -fno-exceptions... yes
checking for python... /usr/local/bin/python
checking Python version... 2.2
checking for Python.h... /usr/local/include/python2.2
checking for lib-dynload... /usr/local/lib/python2.2
checking where Python modules will be installed...
/usr/local/lib/python2.2/site-packages
checking where Python C++ modules will be installed...
/usr/local/lib/python2.2/site-packages
checking for sip.h... /usr/local/include/python2.2
checking for SIP Python module library...
-L/usr/local/lib/python2.2/site-packages -lsip
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for moc... /usr/local/qt/bin/moc
checking for qobject.h... /usr/local/qt/include
checking for Qt library... -L/usr/local/qt/lib -lqt-mt
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Qt version >= 302 and < 400... yes
checking for Qt version >= 220... yes
checking for Qt version >= 220... yes
checking for the Qt Canvas module... yes
checking for the Qt OpenGL module... yes
checking for the Qt Network module... yes
checking for the Qt Palmtop Environment module... no - qtpe module will
not be built
checking for the Qt SQL module... yes
checking for the Qt Table module... yes
checking for the Qt XML module... yes
configure: creating ./config.status

== end


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





More information about the PyQt mailing list