-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 6/7/10 10:25 PM, Zharikov Sergey wrote:
> The following package will be installed or updated:
>
> plplot
>
<snipping completely irrelevant successful installations of other packages>
>
> Setting runtime build-lock...
>
> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-plplot-5.8.0-1017
> /sw/src/fink.build
>
> dpkg-deb: building package `fink-buildlock-plplot-5.8.0-1017' in
> `/sw/src/fink.build/fink-buildlock-plplot-5.8.0-1017_2010.06.07-19.20.09_darwin-x86_64.deb'.
>
> Installing build-lock package...
>
> /sw/bin/dpkg-lockwait -i
> /sw/src/fink.build/fink-buildlock-plplot-5.8.0-1017_2010.06.07-19.20.09_darwin-x86_64.deb
>
> Selecting previously deselected package fink-buildlock-plplot-5.8.0-1017.
>
> (Reading database ... 168004 files and directories currently installed.)
>
> Unpacking fink-buildlock-plplot-5.8.0-1017 (from
> .../fink-buildlock-plplot-5.8.0-1017_2010.06.07-19.20.09_darwin-x86_64.deb)
> ...
>
> Setting up fink-buildlock-plplot-5.8.0-1017 (2010.06.07-19.20.09) ...
>
>
> gzip -dc /sw/src/plplot-5.8.0.tar.gz | /sw/bin/tar -xf -
> --no-same-owner --no-same-permissions
>
> [ -r /sw/fink/dists/unstable/main/finkinfo/sci/plplot.patch ]
>
> /var/tmp/tmp.1.hoJCnE
>
> #!/bin/sh -ev
>
> # link dylibs with -single_module, if only to avoid "common symbols"
> errors.
>
> # LDFLAGS or the like can't be used since -single_module only usable
> for dylibs.
>
> find . -name Makefile.am|xargs perl -pi.bak -e
> 's;^([[:space:]]+|lib.*_la_LDFLAGS.* )-no-undefined;$& -Wl,-single_module;'
>
> # removing '${wl}' seems necessary (at least on 10.4) for gfortran
> linking, and to do no harm for the others ..
>
> sed -i.bak -e '/compatibility_/s,\${wl},,g' */ltmain.sh
>
> mv bindings/java/Makefile.am.bak bindings/java/Makefile.am
>
> # strip executables (in addition to the SetLDFLAGS):
>
> sed -i.bak -e 's,-no-undefined,& -s,' {utils,bindings/tk}/Makefile.am
>
> # help configure getting the correct inference about octave version, to
> avoid direct install of /PLplot and /plplot_octave.oct
>
> sed -i.bak -e '/OCTAVE_VERSION/s,2\.1/,[2-9].[0-9]/,' configure
>
> sed -i.bak -e '/OCTAVE_VERSION/s,2\.1/,[[2-9].[0-9]]/,' cf/octave.ac
> <http://octave.ac>
>
> # recognize octave versions >= 3 as such
>
> sed -i.bak -e 's,\$ver\[0\],& >= 3 || &,'
> bindings/octave/matwrap/wrap_octave.pl <http://wrap_octave.pl>
>
> ## octave_version.pl <http://octave_version.pl> is 'required' by
> matwrap/wrap_octave.pl <http://wrap_octave.pl>,
>
> ## and must be in the same dir, since @INC does not necessarily contain
> ".."
>
> mv bindings/octave/octave_version.pl.in <http://octave_version.pl.in>
> bindings/octave/matwrap
>
> sed -i.bak -e '/bindings\/Makefile/a\
>
> \ \ \ \ bindings/octave/matwrap/octave_version.pl
> <http://octave_version.pl>' configure.ac <http://configure.ac>
>
> # get info file accepted by InfoDocs
>
> sed -i.bak -e '/The PLplot Plotting Library/s,: \.,: (plplot).,'
> doc/docbook/src/plplotdoc.info <http://plplotdoc.info>
>
> ## In bindings/gnome2/python :
>
> # 1) correct hard-coded addresses for pygtk2-gtk :
>
> # 2) PYGTK_DEFS are not the path to gnome.defs
>
> sed -i.bak -e 's,/usr/share,/sw/lib,' \
>
> -e '/^PYGTK_DEFS=/a\
>
> PYGNOME_DEFS=`pkg-config --variable=defsdir gnome-python-2.0`'\
>
> -e 's,PYGTK\(_DEFS)/[a-g]*n\),PYGNOME\1,'\
>
> bindings/gnome2/python/Makefile.am
>
> # To avoid multiply-defined symbols errors :
>
> sed -i.bak -e '/pygobject\.h/i\
>
> #define NO_IMPORT_PYGOBJECT\
>
> #define NO_IMPORT_ARRAY' bindings/gnome2/python/*.c
>
> ## circumvent ltdl error on get-drv-info for gcw _ still to be
> understood, and corrected at the proper place.:
>
> # At least, the fix points to the source of the problem much more than
> the error msg did ...
>
> sed -i.bak -e 's,\./get-drv-info,export
> DYLD_FALLBACK_LIBRARY_PATH=../bindings/gnome2/lib/.libs; &,'
> drivers/Makefile.am
>
>
> # use the right python interp
>
> perl -pi -e 's|#!.*env python|#!/sw/bin/python2.5|' examples/python/*
>
>
> # use the right path to libpython
>
> perl -pi -e "s#(get_python_lib\(0,1\))#\1+'/config'#" configure
> cf/ac_python_devel.m4
>
> /var/tmp/tmp.2.nQNqpH
>
> #!/bin/sh -ev
>
> export CCACHE_DISABLE=1
>
> export
> PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/sw/lib/pango-ft219/lib/pkgconfig:/sw/lib/freetype219/lib/pkgconfig:/sw/lib/fontconfig2/lib/pkgconfig
>
> export CPATH=/sw/lib/freetype219/include:/sw/include
>
> export FCFLAGS="-Os -fstrict-aliasing" FFLAGS="-Os -fstrict-aliasing"
>
> ln -s plplot.py.Numeric bindings/python/plplot.py
>
> export PYTHON=/sw/bin/python2.5
>
>
> ./configure --prefix=/sw --mandir=/sw/share/man --infodir=/sw/share/info \
>
> --with-freetype2-libdir=/sw/lib/freetype219/lib
> --with-freetype2-incdir=/sw/lib/freetype219/include/freetype2 \
>
> --with-freetype-font-dir=/usr/X11R6/lib/X11/fonts
> --with-gd-libdir=/sw/lib --with-gd-incdir=/sw/include \
>
> --with-java-home=/Library/Java/Home TCLLIBDIR=/sw/lib TKLIBDIR=/sw/lib
> AQTINCDIR=/sw/include/aquaterm \
>
> --with-wxwidgets-bindir=/sw/bin \
>
> --without-rpath --build=powerpc-apple-darwin --with-prebuiltdoc
> --with-onsgmls \
>
> --with-pkg-config --with-pthreads --with-ltdlsystem --enable-f95
> FC=gfortran F77=gfortran \
>
> --enable-xterm --with-x --disable-java \
>
> --disable-dependency-tracking
>
> 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 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... none
>
> checking whether gcc and cc understand -c and -o together... yes
>
> checking for KCC... no
>
> 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++... none
>
> checking whether g++ accepts namespace use... yes
>
> checking for cmath... yes
>
> checking if stdint.h can be used from c++... yes
>
> checking whether we are using the GNU Fortran 77 compiler... yes
>
> checking whether gfortran accepts -g... yes
>
> checking if fortran command-line parsing is possible... yes
>
> checking whether we are using the GNU Fortran compiler... yes
>
> checking whether gfortran accepts -g... yes
>
> checking whether FC is a true Fortran9x compiler... yes
>
> checking for file... yes
>
> checking for lt_dlinit in -lltdl... yes
>
> checking for lt_dlinit in -lltdl... (cached) yes
>
> checking build system type... powerpc-apple-darwin
>
> checking host system type... powerpc-apple-darwin
>
> checking for a sed that does not truncate output... /sw/bin/sed
>
> checking for egrep... grep -E
>
> checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
>
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld)
> is GNU ld... no
>
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to
> reload object files... -r
>
> checking for BSD-compatible nm... /usr/bin/nm
>
> 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 how to run the C++ preprocessor... g++ -E
>
> checking the maximum length of command line arguments... 196608
>
> checking command to parse /usr/bin/nm output from gcc object... rm:
> conftest.dSYM: is a directory
>
> ok
>
> checking for objdir... .libs
>
> checking for ar... ar
>
> checking for ranlib... ranlib
>
> checking for strip... strip
>
> rm: conftest.dSYM: is a directory
>
> rm: conftest.dSYM: is a directory
>
> checking if gcc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM:
> is a directory
>
> no
>
> checking for gcc option to produce PIC... -fno-common
>
> checking if gcc PIC flag -fno-common works... rm: conftest.dSYM: is a
> directory
>
> yes
>
> checking if gcc static flag -static works... rm: conftest.dSYM: is a
> directory
>
> no
>
> checking if gcc supports -c -o file.o... rm: conftest.dSYM: is a directory
>
> yes
>
> checking whether the gcc linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
>
> checking dynamic linker characteristics... darwin dyld
>
> checking how to hardcode library paths into programs... immediate
>
> checking whether stripping libraries is possible... yes
>
> checking for dlopen in -ldl... yes
>
> checking whether a 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... yes
>
> configure: creating libtool
>
> appending configuration tag "CXX" to libtool
>
> rm: conftest.dSYM: is a directory
>
> checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
>
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld)
> is GNU ld... no
>
> checking whether the g++ linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
>
> checking for g++ option to produce PIC... -fno-common
>
> checking if g++ PIC flag -fno-common works... rm: conftest.dSYM: is a
> directory
>
> yes
>
> checking if g++ static flag -static works... rm: conftest.dSYM: is a
> directory
>
> no
>
> checking if g++ supports -c -o file.o... rm: conftest.dSYM: is a directory
>
> yes
>
> checking whether the g++ linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
>
> checking dynamic linker characteristics... darwin dyld
>
> checking how to hardcode library paths into programs... immediate
>
> appending configuration tag "F77" to libtool
>
> rm: conftest.dSYM: is a directory
>
> rm: conftest.dSYM: is a directory
>
> checking if libtool supports shared libraries... yes
>
> checking whether to build shared libraries... yes
>
> checking whether to build static libraries... yes
>
> checking for gfortran option to produce PIC... -fno-common
>
> checking if gfortran PIC flag -fno-common works... rm: conftest.dSYM: is
> a directory
>
> yes
>
> checking if gfortran static flag -static works... rm: conftest.dSYM: is
> a directory
>
> no
>
> checking if gfortran supports -c -o file.o... rm: conftest.dSYM: is a
> directory
>
> yes
>
> checking whether the gfortran linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
>
> checking dynamic linker characteristics... darwin dyld
>
> checking how to hardcode library paths into programs... immediate
>
> checking whether /sw/bin/python2.5 version >= 2.1... yes
>
> checking for /sw/bin/python2.5 version... 2.5
>
> checking for /sw/bin/python2.5 platform... darwin
>
> checking for /sw/bin/python2.5 script directory...
> ${prefix}/lib/python2.5/site-packages
>
> checking for /sw/bin/python2.5 extension module directory...
> ${exec_prefix}/lib/python2.5/site-packages
>
> checking for python2.5... /sw/bin/python2.5
>
> checking for a version of Python >= '2.1.0'... yes
>
> checking for the distutils Python package... yes
>
> checking for Python include path... -I/sw/include/python2.5
>
> checking for Python library path... -L/sw/lib/python2.5/config -lpython2.5
>
> checking for Python site-packages path... /sw/lib/python2.5/site-packages
>
> checking python extra libraries... -ldl
>
> checking python extra linking flags...
>
> checking consistency of all components of python development
> environment... yes
>
> checking for Python.h... /sw/include/python2.5/Python.h
>
> checking for arrayobject.h... /sw/include/python2.5/Numeric/arrayobject.h
>
> checking for swig... /sw/bin/swig
>
> checking for SWIG version... 1.3.40
>
> configure: SWIG executable is '/sw/bin/swig'
>
> configure: SWIG runtime library directory is '/sw/share/swig/1.3.40'
>
> checking for matwrap... no
>
> configure: WARNING: Using builtin matwrap.
>
> checking for mkoctfile... yes
>
> checking for octave... yes
>
> checking Octave version... 3.0.5
>
> checking Octave prefix... /sw
>
> checking Octave m dir... /sw/share/octave/site/m
>
> checking Octave oct dir... /sw/lib/octave/site/oct/x86_64-apple-darwin
>
> checking for tcl.h... /sw/include/tcl.h
>
> checking for itcl.h... no
>
> warning: can't find itcl.h, setting enable_itcl to no
>
> checking for name of shared library plplot... libplplot.11.dylib
>
> checking for name of shared library plplotd... libplplotd.11.dylib
>
> checking for name of shared library plplottcltk... libplplottcltk.11.dylib
>
> checking for name of shared library plplottcltkd... libplplottcltkd.11.dylib
>
> checking for sin in -lm... yes
>
> configure: "User-specified path to the libfreetype2 header files is
> /sw/lib/freetype219/include/freetype2"
>
> configure: "User-specified path to libfreetype2 is /sw/lib/freetype219/lib"
>
> fonts found in /usr/X11R6/lib/X11/fonts
>
> checking for NaN awareness in C compiler... yes
>
> checking for qh_new_qhull in -lqhull... yes
>
> checking for ANSI C header files... (cached) yes
>
> checking for unistd.h... (cached) yes
>
> checking termios.h usability... yes
>
> checking termios.h presence... yes
>
> checking for termios.h... yes
>
> checking for sys/wait.h that is POSIX.1 compatible... yes
>
> checking for dirent.h that defines DIR... yes
>
> checking for library containing opendir... none required
>
> checking return type of signal handlers... void
>
> checking for pid_t... yes
>
> checking for unistd.h... (cached) yes
>
> checking vfork.h usability... no
>
> checking vfork.h presence... no
>
> checking for vfork.h... no
>
> checking for fork... yes
>
> checking for vfork... yes
>
> checking for working fork... yes
>
> checking for working vfork... (cached) yes
>
> checking for popen... yes
>
> checking for usleep... yes
>
> checking for isinf... yes
>
> checking for finite... yes
>
> checking for isnan... yes
>
> checking for pkg-config... found
>
> checking for dynamic drivers...
>
> checking for libcd header files... not found
>
> configure: WARNING: libcd header files not found, setting enable_cgm=no
>
> checking for pkg-config... (cached) found
>
> checking for pkg-config... /sw/bin/pkg-config
>
> checking for libgnomeui-2.0... yes
>
> checking GCW_CFLAGS... -I/sw/include/pango-1.0 -I/sw/include/freetype2
> -I/sw/include -I/sw/lib/fontconfig2/include -I/sw/include/libgnomeui-2.0
> -I/sw/include/libgnome-2.0 -I/sw/include/libbonoboui-2.0
> -I/sw/include/libgnomecanvas-2.0 -I/sw/include/gtk-2.0
> -I/sw/include/gnome-vfs-2.0
> -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/sw/include/libbonobo-2.0
> -I/sw/include/orbit-2.0 -I/sw/include/bonobo-activation-2.0
> -I/sw/include/libart-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0
> -I/sw/include/cairo -I/sw/include/gconf/2 -I/usr/X11R6/include
> -I/usr/X11/include -DORBIT2=1
>
> checking GCW_LIBS... -L/sw/lib -L/sw/lib/fontconfig2/lib
> -L/sw/lib/gnome-vfs2.16 -L/usr/X11/lib -lgnomeui-2 -lSM -lICE
> -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2
> -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0
> -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0
> -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgthread-2.0
> -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lintl
>
> checking for libgnomeprintui-2.2... yes
>
> checking GCW_CFLAGS... -I/sw/include/pango-1.0 -I/sw/include/freetype2
> -I/sw/include -I/sw/lib/fontconfig2/include
> -I/sw/include/libgnomeprintui-2.2 -I/sw/include/libgnomeprint-2.2
> -I/sw/include/libgnomecanvas-2.0 -I/sw/include/libart-2.0
> -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libxml2
> -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0
> -I/sw/include/cairo -I/usr/X11R6/include -I/usr/X11/include
>
> checking GCW_LIBS... -L/sw/lib -L/sw/lib/fontconfig2/lib
> -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomecanvas-2 -lxml2
> -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0
> -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0
> -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
>
> checking for gthread-2.0... yes
>
> checking GCWTHREAD_CFLAGS... -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include
>
> checking GCWTHREAD_LIBS... -L/sw/lib -lgthread-2.0 -lglib-2.0 -lintl
>
> checking math.h usability... yes
>
> checking math.h presence... yes
>
> checking for math.h... yes
>
> checking glib.h usability... yes
>
> checking glib.h presence... yes
>
> checking for glib.h... yes
>
> checking gtk/gtk.h usability... yes
>
> checking gtk/gtk.h presence... yes
>
> checking for gtk/gtk.h... yes
>
> checking libgnomecanvas/libgnomecanvas.h usability... yes
>
> checking libgnomecanvas/libgnomecanvas.h presence... yes
>
> checking for libgnomecanvas/libgnomecanvas.h... yes
>
> checking libart_lgpl/libart.h usability... yes
>
> checking libart_lgpl/libart.h presence... yes
>
> checking for libart_lgpl/libart.h... yes
>
> checking libgnomeprint/gnome-print.h usability... yes
>
> checking libgnomeprint/gnome-print.h presence... yes
>
> checking for libgnomeprint/gnome-print.h... yes
>
> checking for pygtk-2.0... yes
>
> checking PYGCW_CFLAGS... -I/sw/include/pygtk-2.0 -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include
>
> checking PYGCW_LIBS... -L/sw/lib/python2.5/site-packages/lib -L/sw/lib
> -lgobject-2.0 -lglib-2.0 -lintl
>
> checking for gnome-python-2.0... yes
>
> checking GNOME_PYTHON_CFLAGS... -I/sw/include/gnome-python-2.0
>
> checking GNOME_PYTHON_LIBS...
>
> checking glib-object.h usability... yes
>
> checking glib-object.h presence... yes
>
> checking for glib-object.h... yes
>
> checking for pygtk/codegen and friends... yes
>
> configure: "User-specified path to the libgd header files is /sw/include"
>
> configure: "User-specified path to libgd is /sw/lib"
>
> checking for png support in libgd... yes
>
> checking for jpeg support in libgd... yes
>
> checking for gif support in libgd... yes
>
> checking for libvga... no
>
> configure: WARNING: can't find libvga, setting enable_linuxvga to no
>
> checking for X... no
>
> checking for pkg-config... (cached) found
>
> checking for pango pangoft2 lasi... yes
>
> checking PSTTF_CFLAGS... -I/sw/include/pango-1.0 -I/sw/include/freetype2
> -I/sw/include -I/sw/lib/fontconfig2/include -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include
>
> checking PSTTF_LIBS... -L/sw/lib -L/sw/lib/fontconfig2/lib -lLASi
> -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0
> -lgmodule-2.0 -lglib-2.0 -lintl
>
> checking for libgdi32 header files... not found
>
> configure: WARNING: libgdi32 header files not found, setting
> enable_wingcc=no
>
> checking for AquaTerm header files... checking for aqtInit in
> -laquaterm... yes
>
> configure: "User-specified path to the wxwidgets config file is /sw/bin"
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> checking for dirname... dirname
>
> checking for perl... found
>
> checking for yes... found
>
> configure: creating ./config.status
>
> config.status: creating bindings/c++/Makefile
>
> config.status: creating examples/c++/Makefile
>
> config.status: creating examples/c++/Makefile.examples
>
> config.status: creating bindings/f77/Makefile
>
> config.status: creating bindings/f77/configurable.f
>
> config.status: creating examples/f77/Makefile
>
> config.status: creating examples/f77/Makefile.examples
>
> config.status: creating bindings/f95/Makefile
>
> config.status: creating examples/f95/Makefile
>
> config.status: creating examples/f95/Makefile.examples
>
> config.status: creating bindings/python/Makefile
>
> config.status: creating examples/python/Makefile
>
> config.status: creating examples/python/plplot_python_start.py
>
> config.status: creating bindings/java/Makefile
>
> config.status: creating bindings/java/config.java
>
> config.status: creating examples/java/Makefile
>
> config.status: creating examples/java/Makefile.examples
>
> config.status: creating bindings/octave/Makefile
>
> config.status: creating bindings/octave/plplot_octave.h
>
> config.status: creating bindings/octave/PLplot/Makefile
>
> config.status: creating bindings/octave/PLplot/plplot_octave_path.m
>
> config.status: creating bindings/octave/PLplot/support/Makefile
>
> config.status: creating bindings/octave/demos/Makefile
>
> config.status: creating bindings/octave/misc/Makefile
>
> config.status: creating bindings/tcl/Makefile
>
> config.status: creating bindings/tcl/pkgIndex.tcl
>
> config.status: creating examples/tcl/Makefile
>
> config.status: creating lib/Makefile
>
> config.status: creating lib/nn/Makefile
>
> config.status: creating lib/csa/Makefile
>
> config.status: creating pkgcfg/Makefile
>
> config.status: creating pkgcfg/gen-pc-files.pl <http://gen-pc-files.pl>
>
> config.status: creating bindings/gnome2/Makefile
>
> config.status: creating bindings/gnome2/lib/Makefile
>
> config.status: creating bindings/gnome2/python/Makefile
>
> config.status: creating bindings/tk/Makefile
>
> config.status: creating bindings/tk/pkgIndex.tcl
>
> config.status: creating bindings/tk-x-plat/pkgIndex.tcl
>
> config.status: creating examples/tk/Makefile
>
> config.status: creating examples/tk/Makefile.examples
>
> config.status: creating test/Makefile
>
> config.status: creating test/plplot-test.sh
>
> config.status: creating test/test_c.sh
>
> config.status: creating test/test_cxx.sh
>
> config.status: creating test/test_f77.sh
>
> config.status: creating test/test_f95.sh
>
> config.status: creating test/test_octave.sh
>
> config.status: creating test/test_python.sh
>
> config.status: creating test/test_java.sh
>
> config.status: creating test/test_tcl.sh
>
> config.status: creating test/test_perl.sh
>
> config.status: creating doc/docbook/Makefile
>
> config.status: creating doc/docbook/src/Makefile
>
> config.status: creating doc/docbook/src/plplotdoc.xml
>
> config.status: creating doc/docbook/src/plplotdoc-html.dsl
>
> config.status: creating doc/docbook/src/plplotdoc-print.dsl
>
> config.status: creating doc/docbook/bin/api2man.pl <http://api2man.pl>
>
> config.status: creating doc/docbook/www/index.html.in <http://index.html.in>
>
> config.status: creating Makefile
>
> config.status: creating fonts/Makefile
>
> config.status: creating src/Makefile
>
> config.status: creating include/Makefile
>
> config.status: creating data/Makefile
>
> config.status: creating bindings/Makefile
>
> config.status: creating cf/Makefile
>
> config.status: creating drivers/Makefile
>
> config.status: creating examples/Makefile
>
> config.status: creating examples/c/Makefile
>
> config.status: creating examples/c/Makefile.examples
>
> config.status: creating examples/perl/Makefile
>
> config.status: creating utils/Makefile
>
> config.status: creating scripts/Makefile
>
> config.status: creating doc/Makefile
>
> config.status: creating scripts/plplot-config
>
> config.status: creating config.h
>
> config.status: creating include/plConfig.h
>
> config.status: creating include/plDevs.h
>
> config.status: executing depfiles commands
>
> config.status: executing default-1 commands
>
> config.status: executing default-5 commands
>
> configure:
>
> Configure results:
>
>
> command: ./configure --prefix=/sw --mandir=/sw/share/man
> --infodir=/sw/share/info --with-freetype2-libdir=/sw/lib/freetype219/lib
> --with-freetype2-incdir=/sw/lib/freetype219/include/freetype2
> --with-freetype-font-dir=/usr/X11R6/lib/X11/fonts
> --with-gd-libdir=/sw/lib --with-gd-incdir=/sw/include
> --with-java-home=/Library/Java/Home TCLLIBDIR=/sw/lib TKLIBDIR=/sw/lib
> AQTINCDIR=/sw/include/aquaterm --with-wxwidgets-bindir=/sw/bin
> --without-rpath --build=powerpc-apple-darwin --with-prebuiltdoc
> --with-onsgmls --with-pkg-config --with-pthreads --with-ltdlsystem
> --enable-f95 FC=gfortran F77=gfortran --enable-xterm --with-x
> --disable-java --disable-dependency-tracking CFLAGS=-Os
> -fstrict-aliasing FCFLAGS=-Os -fstrict-aliasing FFLAGS=-Os
> -fstrict-aliasing LDFLAGS=-Wl,-x,-dead_strip
> build_alias=powerpc-apple-darwin --enable-ltdl-install=no
>
> host: powerpc-apple-darwin
>
> have_x: no
>
> prefix: /sw
>
> CC CFLAGS: gcc -Os -fstrict-aliasing
>
> CXX CXXFLAGS: g++ -g -O2
>
> F77 FFLAGS: gfortran -Os -fstrict-aliasing
>
> FC FCFLAGS: gfortran -Os -fstrict-aliasing
>
> LIB_TAG: d
>
> devices: aqt png jpeg gif hp7470 hp7580 lj_hpgl gcw mem null pbm plmeta
> ps psttf xterm wxwidgets xfig
>
>
> Available device drivers:
>
> static:
>
> dynamic: aqt.la <http://aqt.la> gd.la <http://gd.la> hpgl.la
> <http://hpgl.la> gcw.la <http://gcw.la> mem.la <http://mem.la> null.la
> <http://null.la> pbm.la <http://pbm.la> plmeta.la <http://plmeta.la>
> ps.la <http://ps.la> psttf.la <http://psttf.la> tek.la <http://tek.la>
> wxwidgets.la <http://wxwidgets.la> xfig.la <http://xfig.la>
>
>
> Compilation options:
>
> with_debug: no
>
>
> Library options:
>
> enable_shared: yes enable_static: yes
>
> with_rpath: no with_double: yes
>
>
> Optional libraries:
>
> with_qhull: yes with_csa: yes
>
> with_freetype: yes with_pthreads: yes
>
>
> Language Bindings:
>
> enable_f77: yes enable_f95: yes
>
> enable_cxx: yes enable_java: no
>
> enable_python: yes enable_octave: yes
>
> enable_tcl: yes enable_itcl: no
>
> enable_pdl: no
>
>
> make
>
> cd . && /bin/sh
> /sw/src/fink.build/plplot-5.8.0-1017/plplot-5.8.0/cf/missing --run
> aclocal-1.9 -I cf 2>&1 | grep -v underquoted
>
> run info '(automake)Extending aclocal'
>
> or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
>
> cd . && /bin/sh
> /sw/src/fink.build/plplot-5.8.0-1017/plplot-5.8.0/cf/missing --run
> automake-1.9 --gnu
>
> doc/docbook/src/Makefile.am:130: htmldir was already defined in
> condition TRUE, which includes condition enable_docbook ...
>
> configure.ac:44 <http://configure.ac:44>: ... `htmldir' previously
> defined here
>
> cd . && /bin/sh
> /sw/src/fink.build/plplot-5.8.0-1017/plplot-5.8.0/cf/missing --run autoconf
>
> /bin/sh ./config.status --recheck
>
> running /bin/sh ./configure --prefix=/sw --mandir=/sw/share/man
> --infodir=/sw/share/info --with-freetype2-libdir=/sw/lib/freetype219/lib
> --with-freetype2-incdir=/sw/lib/freetype219/include/freetype2
> --with-freetype-font-dir=/usr/X11R6/lib/X11/fonts
> --with-gd-libdir=/sw/lib --with-gd-incdir=/sw/include
> --with-java-home=/Library/Java/Home TCLLIBDIR=/sw/lib TKLIBDIR=/sw/lib
> AQTINCDIR=/sw/include/aquaterm --with-wxwidgets-bindir=/sw/bin
> --without-rpath --build=powerpc-apple-darwin --with-prebuiltdoc
> --with-onsgmls --with-pkg-config --with-pthreads --with-ltdlsystem
> --enable-f95 FC=gfortran F77=gfortran --enable-xterm --with-x
> --disable-java --disable-dependency-tracking CFLAGS=-Os
> -fstrict-aliasing FCFLAGS=-Os -fstrict-aliasing FFLAGS=-Os
> -fstrict-aliasing LDFLAGS=-Wl,-x,-dead_strip
> build_alias=powerpc-apple-darwin --enable-ltdl-install=no --no-create
> --no-recursion
>
> 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 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 ISO C89... none needed
>
> checking for style of include used by make... GNU
>
> checking dependency style of gcc... none
>
> checking whether gcc and cc understand -c and -o together... yes
>
> checking for KCC... no
>
> 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++... none
>
> checking whether g++ accepts namespace use... yes
>
> checking for cmath... yes
>
> checking if stdint.h can be used from c++... yes
>
> checking whether we are using the GNU Fortran 77 compiler... yes
>
> checking whether gfortran accepts -g... yes
>
> checking if fortran command-line parsing is possible... yes
>
> checking whether we are using the GNU Fortran compiler... yes
>
> checking whether gfortran accepts -g... yes
>
> checking whether FC is a true Fortran9x compiler... yes
>
> checking for file... yes
>
> checking for lt_dlinit in -lltdl... yes
>
> checking for lt_dlinit in -lltdl... (cached) yes
>
> checking build system type... powerpc-apple-darwin
>
> checking host system type... powerpc-apple-darwin
>
> checking for a sed that does not truncate output... /sw/bin/sed
>
> checking for grep that handles long lines and -e... /usr/bin/grep
>
> checking for egrep... /usr/bin/grep -E
>
> checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
>
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld)
> is GNU ld... no
>
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to
> reload object files... -r
>
> checking for BSD-compatible nm... /usr/bin/nm
>
> checking whether ln -s works... yes
>
> checking how to recognize 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 how to run the C++ preprocessor... g++ -E
>
> checking the maximum length of command line arguments... 196608
>
> checking command to parse /usr/bin/nm output from gcc object... ok
>
> checking for objdir... .libs
>
> checking for ar... ar
>
> checking for ranlib... ranlib
>
> checking for strip... strip
>
> checking for dsymutil... dsymutil
>
> checking for nmedit... nmedit
>
> checking for -single_module linker flag... yes
>
> checking for -exported_symbols_list linker flag... yes
>
> checking if gcc supports -fno-rtti -fno-exceptions... no
>
> checking for gcc option to produce PIC... -fno-common
>
> checking if gcc PIC flag -fno-common works... yes
>
> checking if gcc static flag -static works... no
>
> checking if gcc supports -c -o file.o... yes
>
> checking whether the gcc linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
>
> checking dynamic linker characteristics... darwin dyld
>
> checking how to hardcode library paths into programs... immediate
>
> checking whether stripping libraries is possible... yes
>
> checking for dlopen in -ldl... yes
>
> checking whether a 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... yes
>
> configure: creating libtool
>
> appending configuration tag "CXX" to libtool
>
> checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
>
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld)
> is GNU ld... no
>
> checking whether the g++ linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
>
> checking for g++ option to produce PIC... -fno-common
>
> checking if g++ PIC flag -fno-common works... yes
>
> checking if g++ static flag -static works... no
>
> checking if g++ supports -c -o file.o... yes
>
> checking whether the g++ linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
>
> checking dynamic linker characteristics... darwin dyld
>
> (cached) (cached) checking how to hardcode library paths into
> programs... immediate
>
> appending configuration tag "F77" to libtool
>
> checking if libtool supports shared libraries... yes
>
> checking whether to build shared libraries... yes
>
> checking whether to build static libraries... yes
>
> checking for gfortran option to produce PIC... -fno-common
>
> checking if gfortran PIC flag -fno-common works... yes
>
> checking if gfortran static flag -static works... no
>
> checking if gfortran supports -c -o file.o... yes
>
> checking whether the gfortran linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
>
> checking dynamic linker characteristics... darwin dyld
>
> (cached) (cached) checking how to hardcode library paths into
> programs... immediate
>
> checking whether /sw/bin/python2.5 version >= 2.1... yes
>
> checking for /sw/bin/python2.5 version... 2.5
>
> checking for /sw/bin/python2.5 platform... darwin
>
> checking for /sw/bin/python2.5 script directory...
> ${prefix}/lib/python2.5/site-packages
>
> checking for /sw/bin/python2.5 extension module directory...
> ${exec_prefix}/lib/python2.5/site-packages
>
> checking for python2.5... /sw/bin/python2.5
>
> checking for a version of Python >= '2.1.0'... yes
>
> checking for the distutils Python package... yes
>
> checking for Python include path... -I/sw/include/python2.5
>
> checking for Python library path... -L/sw/lib/python2.5/config -lpython2.5
>
> checking for Python site-packages path... /sw/lib/python2.5/site-packages
>
> checking python extra libraries... -ldl
>
> checking python extra linking flags...
>
> checking consistency of all components of python development
> environment... yes
>
> checking for Python.h... /sw/include/python2.5/Python.h
>
> checking for arrayobject.h... /sw/include/python2.5/Numeric/arrayobject.h
>
> checking for swig... /sw/bin/swig
>
> checking for SWIG version... 1.3.40
>
> configure: SWIG executable is '/sw/bin/swig'
>
> configure: SWIG runtime library directory is '/sw/share/swig/1.3.40'
>
> checking for matwrap... no
>
> configure: WARNING: Using builtin matwrap.
>
> checking for mkoctfile... yes
>
> checking for octave... yes
>
> checking Octave version... 3.0.5
>
> checking Octave prefix... /sw
>
> checking Octave m dir... /sw/share/octave/site/m
>
> checking Octave oct dir... /sw/lib/octave/site/oct/x86_64-apple-darwin
>
> checking for tcl.h... /sw/include/tcl.h
>
> checking for itcl.h... no
>
> warning: can't find itcl.h, setting enable_itcl to no
>
> checking for name of shared library plplot... libplplot.11.dylib
>
> checking for name of shared library plplotd... libplplotd.11.dylib
>
> checking for name of shared library plplottcltk... libplplottcltk.11.dylib
>
> checking for name of shared library plplottcltkd... libplplottcltkd.11.dylib
>
> checking for sin in -lm... yes
>
> configure: "User-specified path to the libfreetype2 header files is
> /sw/lib/freetype219/include/freetype2"
>
> configure: "User-specified path to libfreetype2 is /sw/lib/freetype219/lib"
>
> fonts found in /usr/X11R6/lib/X11/fonts
>
> checking for NaN awareness in C compiler... yes
>
> checking for qh_new_qhull in -lqhull... yes
>
> checking for ANSI C header files... (cached) yes
>
> checking for unistd.h... (cached) yes
>
> checking termios.h usability... yes
>
> checking termios.h presence... yes
>
> checking for termios.h... yes
>
> checking for sys/wait.h that is POSIX.1 compatible... yes
>
> checking for dirent.h that defines DIR... yes
>
> checking for library containing opendir... none required
>
> checking return type of signal handlers... void
>
> checking for pid_t... yes
>
> checking vfork.h usability... no
>
> checking vfork.h presence... no
>
> checking for vfork.h... no
>
> checking for fork... yes
>
> checking for vfork... yes
>
> checking for working fork... yes
>
> checking for working vfork... (cached) yes
>
> checking for popen... yes
>
> checking for usleep... yes
>
> checking for isinf... yes
>
> checking for finite... yes
>
> checking for isnan... yes
>
> checking for pkg-config... found
>
> checking for dynamic drivers...
>
> checking for libcd header files... not found
>
> configure: WARNING: libcd header files not found, setting enable_cgm=no
>
> checking for pkg-config... (cached) found
>
> checking for pkg-config... /sw/bin/pkg-config
>
> checking for libgnomeui-2.0... yes
>
> checking GCW_CFLAGS... -I/sw/include/pango-1.0 -I/sw/include/freetype2
> -I/sw/include -I/sw/lib/fontconfig2/include -I/sw/include/libgnomeui-2.0
> -I/sw/include/libgnome-2.0 -I/sw/include/libbonoboui-2.0
> -I/sw/include/libgnomecanvas-2.0 -I/sw/include/gtk-2.0
> -I/sw/include/gnome-vfs-2.0
> -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/sw/include/libbonobo-2.0
> -I/sw/include/orbit-2.0 -I/sw/include/bonobo-activation-2.0
> -I/sw/include/libart-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0
> -I/sw/include/cairo -I/sw/include/gconf/2 -I/usr/X11R6/include
> -I/usr/X11/include -DORBIT2=1
>
> checking GCW_LIBS... -L/sw/lib -L/sw/lib/fontconfig2/lib
> -L/sw/lib/gnome-vfs2.16 -L/usr/X11/lib -lgnomeui-2 -lSM -lICE
> -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2
> -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0
> -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0
> -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgthread-2.0
> -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lintl
>
> checking for libgnomeprintui-2.2... yes
>
> checking GCW_CFLAGS... -I/sw/include/pango-1.0 -I/sw/include/freetype2
> -I/sw/include -I/sw/lib/fontconfig2/include
> -I/sw/include/libgnomeprintui-2.2 -I/sw/include/libgnomeprint-2.2
> -I/sw/include/libgnomecanvas-2.0 -I/sw/include/libart-2.0
> -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libxml2
> -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0
> -I/sw/include/cairo -I/usr/X11R6/include -I/usr/X11/include
>
> checking GCW_LIBS... -L/sw/lib -L/sw/lib/fontconfig2/lib
> -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomecanvas-2 -lxml2
> -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0
> -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0
> -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
>
> checking for gthread-2.0... yes
>
> checking GCWTHREAD_CFLAGS... -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include
>
> checking GCWTHREAD_LIBS... -L/sw/lib -lgthread-2.0 -lglib-2.0 -lintl
>
> checking math.h usability... yes
>
> checking math.h presence... yes
>
> checking for math.h... yes
>
> checking glib.h usability... yes
>
> checking glib.h presence... yes
>
> checking for glib.h... yes
>
> checking gtk/gtk.h usability... yes
>
> checking gtk/gtk.h presence... yes
>
> checking for gtk/gtk.h... yes
>
> checking libgnomecanvas/libgnomecanvas.h usability... yes
>
> checking libgnomecanvas/libgnomecanvas.h presence... yes
>
> checking for libgnomecanvas/libgnomecanvas.h... yes
>
> checking libart_lgpl/libart.h usability... yes
>
> checking libart_lgpl/libart.h presence... yes
>
> checking for libart_lgpl/libart.h... yes
>
> checking libgnomeprint/gnome-print.h usability... yes
>
> checking libgnomeprint/gnome-print.h presence... yes
>
> checking for libgnomeprint/gnome-print.h... yes
>
> checking for pygtk-2.0... yes
>
> checking PYGCW_CFLAGS... -I/sw/include/pygtk-2.0 -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include
>
> checking PYGCW_LIBS... -L/sw/lib/python2.5/site-packages/lib -L/sw/lib
> -lgobject-2.0 -lglib-2.0 -lintl
>
> checking for gnome-python-2.0... yes
>
> checking GNOME_PYTHON_CFLAGS... -I/sw/include/gnome-python-2.0
>
> checking GNOME_PYTHON_LIBS...
>
> checking glib-object.h usability... yes
>
> checking glib-object.h presence... yes
>
> checking for glib-object.h... yes
>
> checking for pygtk/codegen and friends... yes
>
> configure: "User-specified path to the libgd header files is /sw/include"
>
> configure: "User-specified path to libgd is /sw/lib"
>
> checking for png support in libgd... yes
>
> checking for jpeg support in libgd... yes
>
> checking for gif support in libgd... yes
>
> checking for libvga... no
>
> configure: WARNING: can't find libvga, setting enable_linuxvga to no
>
> checking for X... libraries /usr/X11/lib, headers
>
> checking whether -R must be followed by a space... no
>
> checking for gethostbyname... yes
>
> checking for connect... yes
>
> checking for remove... yes
>
> checking for shmat... yes
>
> checking for IceConnectionNumber in -lICE... yes
>
> checking for tk.h... /sw/include/tk.h
>
> checking for tkInt.h... no
>
> warning: can't find tkInt.h, setting enable_tkwin to no
>
> checking for pkg-config... (cached) found
>
> checking for pango pangoft2 lasi... yes
>
> checking PSTTF_CFLAGS... -I/sw/include/pango-1.0 -I/sw/include/freetype2
> -I/sw/include -I/sw/lib/fontconfig2/include -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include
>
> checking PSTTF_LIBS... -L/sw/lib -L/sw/lib/fontconfig2/lib -lLASi
> -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0
> -lgmodule-2.0 -lglib-2.0 -lintl
>
> checking for libgdi32 header files... not found
>
> configure: WARNING: libgdi32 header files not found, setting
> enable_wingcc=no
>
> checking for AquaTerm header files... checking for aqtInit in
> -laquaterm... yes
>
> configure: "User-specified path to the wxwidgets config file is /sw/bin"
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> -n
>
> checking for dirname... dirname
>
> checking for perl... found
>
> checking for yes... found
>
> configure: creating ./config.status
>
> configure:
>
> Configure results:
>
>
> command: ./configure --prefix=/sw --mandir=/sw/share/man
> --infodir=/sw/share/info --with-freetype2-libdir=/sw/lib/freetype219/lib
> --with-freetype2-incdir=/sw/lib/freetype219/include/freetype2
> --with-freetype-font-dir=/usr/X11R6/lib/X11/fonts
> --with-gd-libdir=/sw/lib --with-gd-incdir=/sw/include
> --with-java-home=/Library/Java/Home TCLLIBDIR=/sw/lib TKLIBDIR=/sw/lib
> AQTINCDIR=/sw/include/aquaterm --with-wxwidgets-bindir=/sw/bin
> --without-rpath --build=powerpc-apple-darwin --with-prebuiltdoc
> --with-onsgmls --with-pkg-config --with-pthreads --with-ltdlsystem
> --enable-f95 FC=gfortran F77=gfortran --enable-xterm --with-x
> --disable-java --disable-dependency-tracking CFLAGS=-Os
> -fstrict-aliasing FCFLAGS=-Os -fstrict-aliasing FFLAGS=-Os
> -fstrict-aliasing LDFLAGS=-Wl,-x,-dead_strip
> build_alias=powerpc-apple-darwin --enable-ltdl-install=no
> --enable-ltdl-install=no
>
> host: powerpc-apple-darwin
>
> have_x: yes
>
> prefix: /sw
>
> CC CFLAGS: gcc -Os -fstrict-aliasing
>
> CXX CXXFLAGS: g++ -g -O2
>
> F77 FFLAGS: gfortran -Os -fstrict-aliasing
>
> FC FCFLAGS: gfortran -Os -fstrict-aliasing
>
> LIB_TAG: d
>
> devices: aqt png jpeg gif hp7470 hp7580 lj_hpgl gcw mem null pbm plmeta
> ps psttf xterm tk wxwidgets xfig xwin
>
>
> Available device drivers:
>
> static:
>
> dynamic: aqt.la <http://aqt.la> gd.la <http://gd.la> hpgl.la
> <http://hpgl.la> gcw.la <http://gcw.la> mem.la <http://mem.la> null.la
> <http://null.la> pbm.la <http://pbm.la> plmeta.la <http://plmeta.la>
> ps.la <http://ps.la> psttf.la <http://psttf.la> tek.la <http://tek.la>
> tk.la <http://tk.la> wxwidgets.la <http://wxwidgets.la> xfig.la
> <http://xfig.la> xwin.la <http://xwin.la>
>
>
> Compilation options:
>
> with_debug: no
>
>
> Library options:
>
> enable_shared: yes enable_static: yes
>
> with_rpath: no with_double: yes
>
>
> Optional libraries:
>
> with_qhull: yes with_csa: yes
>
> with_freetype: yes with_pthreads: yes
>
>
> Language Bindings:
>
> enable_f77: yes enable_f95: yes
>
> enable_cxx: yes enable_java: no
>
> enable_python: yes enable_octave: yes
>
> enable_tcl: yes enable_itcl: no
>
> enable_pdl: no
>
>
<snip>
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include
> -I../../include -I/sw/include -I/sw/include -I/sw/include/pango-1.0
> -I/sw/include/freetype2 -I/sw/include -I/sw/lib/fontconfig2/include
> -I/sw/include/libgnomeprintui-2.2 -I/sw/include/libgnomeprint-2.2
> -I/sw/include/libgnomecanvas-2.0 -I/sw/include/libart-2.0
> -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libxml2
> -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0
> -I/sw/include/cairo -I/usr/X11R6/include -I/usr/X11/include
> -I/sw/include/pygtk-2.0 -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -Os -fstrict-aliasing -c
> ../../bindings/tk/tkMain.c -fno-common -DPIC -o .libs/tkMain.o
>
> ../../bindings/tk/tkMain.c:88: error: conflicting types for 'Tcl_Import'
>
> /sw/include/tclDecls.h:3095: error: previous declaration of 'Tcl_Import'
> was here
>
I assume you're on 10.6 and using 64-bit Fink?
We had a prior posting on this issue on the -users list, but it
apparently got missed, so I've cc'ed the originator of that post, too.
- --
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkwOM1AACgkQB8UpO3rKjQ+SOACfY6Jorrle0FHpg8s71MJGAB/S
4jQAnijEm6vk7EtA0p/IkpSgO1C6oYOc
=hcN/
-----END PGP SIGNATURE-----
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel