[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pythonmac-sig
Subject:    [Pythonmac-SIG]  SWIG Install problem. configure output.
From:       Louis Pecora <pecora () anvil ! nrl ! navy ! mil>
Date:       2005-12-07 19:00:19
Message-ID: 43973143.5080404 () anvil ! nrl ! navy ! mil
[Download RAW message or body]

Rob,

Here is the output of my ./configure command for SWIG Install.  There 
are some differences from your successful ouput.

Not sure you want to see all this, but if you have the time here are 
where the differences in our configure output are.  Lines marked with 
"+" are in addition to lines you have and they occur at the beginning 
where, apparently I'm missing some script file of some sort.  Lines 
marked with "*" are lines that have differences from yours.  It is 
pretty easy to see that the only differences are that I have g++ where 
you have  gcc and I have 2.3 where you have 2.4 for Python versions.

louispec% ./configure
checking build system type... powerpc-apple-darwin7.9.0
checking host system type... powerpc-apple-darwin7.9.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
+/Users/louispecora/Documents/Computer: 
/Users/louispecora/Documents/Computer: No such file or directory
+configure: WARNING: `missing' script is too old or missing
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
*checking for gcc... g++
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 g++ accepts -g... yes
*checking for g++ option to accept ANSI C... none needed
checking for style of include used by make... GNU
*checking dependency style of g++... gcc3
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 for bison... bison -y
checking for ranlib... ranlib
*checking whether g++ and cc understand -c and -o together... yes
checking for ar... ar
checking maximum warning verbosity option... -Wall -W -ansi -pedantic 
for C++ -Wall -W -ansi -pedantic for C
*checking how to run the C preprocessor... g++ -E
checking for egrep... grep -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 for bool... yes
checking SO... .bundle
checking LDSHARED... cc -bundle -undefined suppress -flat_namespace
checking CXXSHARED... cc -bundle -undefined suppress -flat_namespace
checking TRYLINKINGWITHCXX... CXXSHARED= g++ -bundle -undefined suppress 
-flat_namespace
checking CCSHARED...
checking RPATH...
checking LINKFORSHARED...

Checking for installed packages.
Note : None of the following packages are required to compile SWIG

checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for swill_init in -lswill... no
checking for main in -lieee... no
checking for crypt in -lcrypt... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for Tcl header files... -isystem /usr/include
checking for Tcl library... -framework Tcl
checking for python... python
*checking for Python prefix... 
/System/Library/Frameworks/Python.framework/Versions/2.3
*checking for Python exec-prefix... 
/System/Library/Frameworks/Python.framework/Versions/2.3
*checking for Python version... python2.3
checking for Python lib dir... lib
*checking for Python header files... 
-I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 
-I/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/config
*checking for Python library... 
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/config
checking for perl... perl
checking for Perl5 header files... 
/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE
checking for Perl5 library... perl.dylib
checking for Perl5 compiler options... -g -pipe -pipe -fno-common 
-DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -isystem 
/usr/local/include
checking for java... java
checking for javac... javac
checking for java include file jni.h... 
/System/Library/Frameworks/JavaVM.framework/Headers
checking for java include file jni_md.h... 
/System/Library/Frameworks/JavaVM.framework/Headers
checking for guile-config... no
checking for Guile header files... not found
checking for Guile library... not found
checking whether Guile's gh_ API works... no
checking whether Guile's SCM_ API works... no
checking for mzscheme... no
checking for mzc... no
checking for ruby... ruby
checking for Ruby header files... /usr/lib/ruby/1.6/powerpc-darwin7.0
checking for Ruby library... not found... using 
/usr/lib/ruby/1.6/powerpc-darwin7.0
checking for php... php
checking for PHP4 header files... -I/usr/include/php 
-I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend
checking for Ocaml DL load generator... checking for ocamldlgen... no
checking for Ocaml package tool... checking for ocamlfind... no
checking for Ocaml compiler... checking for ocamlc... no
checking for Ocaml interpreter... checking for ocaml... no
checking for Ocaml toplevel creator... checking for ocamlmktop... no
checking for Ocaml header files... not found
checking for pike... no
checking for pike7.6... no
checking for pike7.4... no
checking for pike7.2... no
checking for Pike header files... not found
checking for chicken... no
checking for csc... no
checking for csi... no
checking for chicken-config... no
checking for mcs... no
checking for cscc... no
checking for lua... no
checking for Lua header files... not found
checking for Lua library... not found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating swig.spec
config.status: creating Source/Makefile
config.status: creating Examples/Makefile
config.status: creating Examples/guile/Makefile
config.status: creating Examples/GIFPlot/Makefile
config.status: creating Examples/GIFPlot/Lib/Makefile
config.status: creating Examples/test-suite/chicken/Makefile
config.status: creating Examples/test-suite/csharp/Makefile
config.status: creating Examples/test-suite/guile/Makefile
config.status: creating Examples/test-suite/guilescm/Makefile
config.status: creating Examples/test-suite/java/Makefile
config.status: creating Examples/test-suite/mzscheme/Makefile
config.status: creating Examples/test-suite/ocaml/Makefile
config.status: creating Examples/test-suite/perl5/Makefile
config.status: creating Examples/test-suite/php4/Makefile
config.status: creating Examples/test-suite/pike/Makefile
config.status: creating Examples/test-suite/python/Makefile
config.status: creating Examples/test-suite/ruby/Makefile
config.status: creating Examples/test-suite/tcl/Makefile
config.status: creating Examples/test-suite/lua/Makefile
config.status: creating preinst-swig
config.status: creating Source/Include/swigconfig.h
config.status: Source/Include/swigconfig.h is unchanged
config.status: executing depfiles commands


-- 
Cheers,

Lou Pecora

Code 6362
Naval Research Lab
Washington, DC  20375
USA
Ph:  +202-767-6002
email:  pecora@anvil.nrl.navy.mil

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic