compiling with python

richrad miller <[email protected]> Mon, 14 Jul 2008 15:23:56 -0500
Newsgroups gmane.text.rlib.user
Message-ID <1216067036.6766.4.camel@rmlx1>
--=-bj369um3nAvVTLSEo8ny
Content-Type: text/plain
Content-Transfer-Encoding: 7bit


I saw a similar post by Nabil 3/2/2007 but did not see the response

I am running ./configure --with-pythonver=2.5

the resulting output is attached indicating that python
could not be found - although it is installed



You help would be appreciated.

Richard

--=-bj369um3nAvVTLSEo8ny
Content-Disposition: attachment; filename=out
Content-Type: text/plain; name=out; charset=UTF-8
Content-Transfer-Encoding: 7bit

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
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 dependent libraries... pass_all
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for exit in -lc... yes
checking for exp in -lm... yes
checking  usability... no
checking  presence... no
checking for ... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for zlibVersion in -lz... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBXML... yes
checking for LIBGLIB... yes
checking for LIBGMODULE... yes
checking for mysql_config... /usr/bin/mysql_config
checking for pg_config... no
*** WARNING: POSTGRES NOT FOUND IN PATH.  RLIB WILL NOT BE COMPILED WITH SUPPORT FOR IT
checking for ODBC files... checking for php-config... no
*** WARNING: PHP NOT FOUND IN PATH.  RLIB WILL NOT BE COMPILED WITH SUPPORT FOR IT
checking for gdlib-config... no
*** WARNING: GD NOT FOUND IN PATH.  RLIB WILL NOT BE COMPILED WITH SUPPORT FOR IT
checking for db2pdf... no
*** WARNING: DB2PDF NOT FOUND IN PATH.  Sadly the manual won't be built
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.5
checking for python platform... linux2
checking for  script directory... ${prefix}/lib/python2.5/site-packages
checking for  extension module directory... ${exec_prefix}/lib/python2.5/site-packages
checking NONE/include/python2.5/Python.h usability... no
checking NONE/include/python2.5/Python.h presence... no
checking for NONE/include/python2.5/Python.h... no
*** WARNING: PYTHON was found but Python.h was not!   No python bindings for you.  Perhaps you need to install the devel package or something
checking for perl... /usr/bin/perl
checking whether iconv takes ISO8859-1 or ISO-8859-1... ISO8859-1
checking monetary.h usability... yes
checking monetary.h presence... yes
checking for monetary.h... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rlib.pc
config.status: creating rpdf/Makefile
config.status: creating libsrc/Makefile
config.status: creating src/Makefile
config.status: creating src/examples/Makefile
config.status: creating src/examples/common/Makefile
config.status: creating src/examples/c/Makefile
config.status: creating src/examples/php/Makefile
config.status: creating src/examples/python/Makefile
config.status: creating src/examples/java/Makefile
config.status: creating src/examples/perl/Makefile
config.status: creating src/examples/csharp/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/php/Makefile
config.status: creating bindings/python/Makefile
config.status: creating bindings/perl/Makefile
config.status: creating bindings/java/Makefile
config.status: creating bindings/csharp/Makefile
config.status: creating bindings/interfaces/Makefile
config.status: creating inputs/Makefile
config.status: creating inputs/mysql/Makefile
config.status: creating inputs/odbc/Makefile
config.status: creating inputs/postgres/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/IMAGES/Makefile
config.status: creating rlib.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

rlib-1.3.8:

   prefix:                   /usr/local
   compiler:                 gcc
   Memory debugging:         no
   Warning Fun:              no
   Crash detection:          yes
   UTF8 disabled:            yes
   WIN32 build:              no
   Documentation:            no

   INPUTS:
    MYSQL:                   yes
    POSTGRES:                no
    ODBC:                    no

   COMPRESSION:
    PDF:                     yes

   GRAPHING:
    PDF:                     Always
    HTML:                    no

   BINDINGS:
    PHP:                     no
     PHP entension dir:      
    PYTHON:                  no
     PYTHON version:         2.5
     PYTHON entension dir:   
    JAVA:                    no
    CSHARP:                  no
    PERL:                    yes
     PERL entension dir:     /usr/lib/perl/5.8

   ** If you like RLIB send a postcard from where you are in the world to:
   ** Bob Doan - 4140 Skyron Drive - Doylestown - PA - 18902 - USA

   Music:                    RHCP / Virgin Radio
   Having Problems:          rlib-users-TtF/[email protected]
   Want To Contribute:       rlib-devel-TtF/[email protected]
   Commercial License:       [email protected]



--=-bj369um3nAvVTLSEo8ny
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
--=-bj369um3nAvVTLSEo8ny
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Rlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rlib-users

--=-bj369um3nAvVTLSEo8ny--