Re: gcc49-4.9.0-1000

Jack Howarth <[email protected]>
Newsgroups gmane.os.apple.fink.devel
Message-ID <CAP5Ds0Cj=VR+bA8NH7+T3-9abB9N=noihKCEA4GP_r9a=sHbEQ@mail.gmail.com>
Haruhiko,
    The 10.6 tree is no longer supported by fink and I have no way to test
10.6 anymore. I suspect that you are trying to build gcc49 on a first
generation Intel Mac with either a Core Solo or Core Duo processor which
lacks 64-bit support for the x86_64 multi lib in gcc49. Potentially this
can be fixed the same way as we did the the quadmath issue on those
processors by appending…

--- gcc-4.9.0/libcilkrts/configure.orig 2014-06-20 11:35:08.000000000 -0400
+++ gcc-4.9.0/libcilkrts/configure 2014-06-20 11:39:40.000000000 -0400
@@ -3310,7 +3310,7 @@
 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 $as_echo "$ac_try_echo"; } >&5
   (eval "$ac_try") 2>&5
-  ac_status=$?
+  ac_status=0
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; }; then
     cross_compiling=no
@@ -3348,7 +3348,7 @@
 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 $as_echo "$ac_try_echo"; } >&5
   (eval "$ac_link") 2>&5
-  ac_status=$?
+  ac_status=0
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then :
   # If both `conftest.exe' and `conftest' are `present' (well, observable)

to the gcc49.patch in the 10.6 tree and updating the PatchFile-MD5 in the
gcc49 info files. However I have not way to test is this fix will work (as
I don't have a Core Solo or Core Duo) nor do I have access to 10.6 anymore.
Sorry.
           Jack


On Fri, Jun 20, 2014 at 11:22 AM, Haruhiko Nakasu <[email protected]>
wrote:

> Feedback: not good
>
> --
> Package manager version: 0.36.5
> Distribution version: selfupdate-rsync Fri Jun 20 15:07:36 2014, 10.6, i386
> Mac OS X version: 10.6.8
> Xcode version: 3.2.6
> gcc version: 4.2.1 (Apple Inc. build 5666) (dot 3)
> make version: 3.82
> Feedback Courtesy of FinkCommander
>
> --
> Machine ID: MacBook1,1
> Processor: Intel Core Duo
> Memory: 2 GB
>
> ------------------------------------------------
> I Could not compile ...
>
> Log
>
> ~~~~~~~
>
> make[4]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3'
> make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc"
> "CC_FOR_TARGET=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/" "CFLAGS=-g -O2"
> "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2"
> "INSTALL=/sw/bin/ginstall -c" "INSTALL_DATA=/sw/bin/ginstall -c -m 644"
> "INSTALL_PROGRAM=/sw/bin/ginstall -c" "INSTALL_SCRIPT=/sw/bin/ginstall -c"
> "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make"
> "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000   "
> "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/sw/lib/gcc4.9"
> "infodir=/sw/lib/gcc4.9/info" "libdir=/sw/lib/gcc4.9/lib"
> "includedir=/sw/lib/gcc4.9/include" "prefix=/sw/lib/gcc4.9"
> "tooldir=/sw/lib/gcc4.9/i386-apple-darwin10.8.0"
> "gxx_include_dir=/sw/lib/gcc4.9/include/c++/4.9.0" "AR=ar"
> "AS=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/as"
> "LD=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld"
> "RANLIB=ranlib"
> "NM=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm"
> "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do #
> make
> make[5]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3'
> if [ -z "x86_64" ]; then ¥
>   true; ¥
> else ¥
>   rootpre=`${PWDCMD-pwd}`/; export rootpre; ¥
>   srcrootpre=`cd ../../../gcc-4.9.0/libstdc++-v3; ${PWDCMD-pwd}`/; export
> srcrootpre; ¥
>   lib=`echo "${rootpre}" | sed -e 's,^.*/¥([^/][^/]*¥)/$,¥1,'`; ¥
>   compiler="/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   "; ¥
>   for i in `${compiler} --print-multi-lib 2>/dev/null`; do ¥
>     dir=`echo $i | sed -e 's/;.*$//'`; ¥
>     if [ "${dir}" = "." ]; then ¥
>       true; ¥
>     else ¥
>       if [ -d ../${dir}/${lib} ]; then ¥
>         flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; ¥
>         if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc"
> "CC_FOR_TARGET=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/" "CFLAGS=-g -O2"
> "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2"
> "INSTALL=/sw/bin/ginstall -c" "INSTALL_DATA=/sw/bin/ginstall -c -m 644"
> "INSTALL_PROGRAM=/sw/bin/ginstall -c" "INSTALL_SCRIPT=/sw/bin/ginstall -c"
> "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make"
> "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000    "
> "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/sw/lib/gcc4.9"
> "infodir=/sw/lib/gcc4.9/info" "libdir=/sw/lib/gcc4.9/lib"
> "includedir=/sw/lib/gcc4.9/include" "prefix=/sw/lib/gcc4.9"
> "tooldir=/sw/lib/gcc4.9/i386-apple-darwin10.8.0"
> "gxx_include_dir=/sw/lib/gcc4.9/include/c++/4.9.0" "AR=ar"
> "AS=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/as"
> "LD=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld"
> "RANLIB=ranlib"
> "NM=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm"
> "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" ¥
>                         CFLAGS="-g -O2 ${flags}" ¥
>                         CCASFLAGS=" ${flags}" ¥
>                         FCFLAGS=" ${flags}" ¥
>                         FFLAGS=" ${flags}" ¥
>                         ADAFLAGS=" ${flags}" ¥
>                         prefix="/sw/lib/gcc4.9" ¥
>                         exec_prefix="/sw/lib/gcc4.9" ¥
>                         GCJFLAGS=" ${flags}" ¥
>                         GOCFLAGS="-O2 -g ${flags}" ¥
>                         CXXFLAGS="-g -O2 ${flags}" ¥
>                         LIBCFLAGS="-g -O2 ${flags}" ¥
>                         LIBCXXFLAGS="-g -O2 -fno-implicit-templates
> ${flags}" ¥
>                         LDFLAGS=" ${flags}" ¥
>                         MULTIFLAGS="${flags}" ¥
>                         DESTDIR="" ¥
>                         INSTALL="/sw/bin/ginstall -c" ¥
>                         INSTALL_DATA="/sw/bin/ginstall -c -m 644" ¥
>                         INSTALL_PROGRAM="/sw/bin/ginstall -c" ¥
>                         INSTALL_SCRIPT="/sw/bin/ginstall -c" ¥
>                         all); then ¥
>           true; ¥
>         else ¥
>           exit 1; ¥
>         fi; ¥
>       else true; ¥
>       fi; ¥
>     fi; ¥
>   done; ¥
> fi
> make[6]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3'
> make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc"
> "CC_FOR_TARGET=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/" "CFLAGS=-g -O2
>  -m64" "CXXFLAGS=-g -O2  -m64" "CFLAGS_FOR_BUILD=-g -O2"
> "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/sw/bin/ginstall -c"
> "INSTALL_DATA=/sw/bin/ginstall -c -m 644" "INSTALL_PROGRAM=/sw/bin/ginstall
> -c" "INSTALL_SCRIPT=/sw/bin/ginstall -c" "LDFLAGS=-m64" "LIBCFLAGS=-g -O2
>  -m64" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo
> --split-size=5000000 --split-size=5000000     " "SHELL=/bin/sh"
> "RUNTESTFLAGS=" "exec_prefix=/sw/lib/gcc4.9" "infodir=/sw/lib/gcc4.9/info"
> "libdir=/sw/lib/gcc4.9/lib" "includedir=/sw/lib/gcc4.9/include"
> "prefix=/sw/lib/gcc4.9" "tooldir=/sw/lib/gcc4.9/i386-apple-darwin10.8.0"
> "gxx_include_dir=/sw/lib/gcc4.9/include/c++/4.9.0" "AR=ar"
> "AS=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/as"
> "LD=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld"
> "RANLIB=ranlib"
> "NM=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm"
> "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive
> make[7]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3'
> Making all in include
> make[8]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/include'
> make[8]: Nothing to be done for `all'.
> make[8]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/include'
> Making all in libsupc++
> make[8]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/libsupc++'
> make[8]: Nothing to be done for `all'.
> make[8]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/libsupc++'
> Making all in src
> make[8]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/src'
> Making all in c++98
> make[9]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/src/c++98'
> make[9]: Nothing to be done for `all'.
> make[9]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/src/c++98'
> Making all in c++11
> make[9]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/src/c++11'
> make[9]: Nothing to be done for `all'.
> make[9]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/src/c++11'
> make[9]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/src'
> make[9]: Nothing to be done for `all-am'.
> make[9]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/src'
> make[8]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/src'
> Making all in doc
> make[8]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/doc'
> make[8]: Nothing to be done for `all'.
> make[8]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/doc'
> Making all in po
> make[8]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/po'
> make[8]: Nothing to be done for `all'.
> make[8]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/po'
> Making all in testsuite
> make[8]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/testsuite'
> make[8]: Nothing to be done for `all'.
> make[8]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/testsuite'
> Making all in python
> make[8]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/python'
> make[8]: Nothing to be done for `all'.
> make[8]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3/python'
> make[8]: Entering directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3'
> true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc"
> "CC_FOR_TARGET=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/" "CFLAGS=-g -O2
>  -m64" "CXXFLAGS=-g -O2  -m64" "CFLAGS_FOR_BUILD=-g -O2"
> "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/sw/bin/ginstall -c"
> "INSTALL_DATA=/sw/bin/ginstall -c -m 644" "INSTALL_PROGRAM=/sw/bin/ginstall
> -c" "INSTALL_SCRIPT=/sw/bin/ginstall -c" "LDFLAGS=-m64" "LIBCFLAGS=-g -O2
>  -m64" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo
> --split-size=5000000 --split-size=5000000       " "SHELL=/bin/sh"
> "RUNTESTFLAGS=" "exec_prefix=/sw/lib/gcc4.9" "infodir=/sw/lib/gcc4.9/info"
> "libdir=/sw/lib/gcc4.9/lib" "includedir=/sw/lib/gcc4.9/include"
> "prefix=/sw/lib/gcc4.9" "tooldir=/sw/lib/gcc4.9/i386-apple-darwin10.8.0"
> "gxx_include_dir=/sw/lib/gcc4.9/include/c++/4.9.0" "AR=ar"
> "AS=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/as"
> "LD=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld"
> "RANLIB=ranlib"
> "NM=/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm"
> "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do #
> make
> make[8]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3'
> make[7]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3'
> make[6]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libstdc++-v3'
> make[5]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3'
> make[4]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3'
> make[3]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3'
> make[2]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3'
> Checking multilib configuration for libsanitizer...
> mkdir i386-apple-darwin10.8.0/libsanitizer
> libtool: link: (cd ".libs" && rm -f "libquadmath.dylib" && ln -s
> "libquadmath.0.dylib" "libquadmath.dylib")
> Configuring in i386-apple-darwin10.8.0/libsanitizer
> libtool: link: ar rc .libs/libquadmath.a  math/x2y2m1q.o math/isinf_nsq.o
> math/acoshq.o math/fmodq.o math/acosq.o math/frexpq.o math/rem_pio2q.o
> math/asinhq.o math/hypotq.o math/remainderq.o math/asinq.o math/rintq.o
> math/atan2q.o math/isinfq.o math/roundq.o math/atanhq.o math/isnanq.o
> math/scalblnq.o math/atanq.o math/j0q.o math/scalbnq.o math/cbrtq.o
> math/j1q.o math/signbitq.o math/ceilq.o math/jnq.o math/sincos_table.o
> math/complex.o math/ldexpq.o math/sincosq.o math/copysignq.o math/lgammaq.o
> math/sincosq_kernel.o math/coshq.o math/llroundq.o math/sinhq.o math/cosq.o
> math/log10q.o math/sinq.o math/cosq_kernel.o math/log1pq.o
> math/sinq_kernel.o math/erfq.o math/logq.o math/sqrtq.o math/expm1q.o
> math/lroundq.o math/tanhq.o math/expq.o math/modfq.o math/tanq.o
> math/fabsq.o math/nanq.o math/tgammaq.o math/finiteq.o math/nextafterq.o
> math/truncq.o math/floorq.o math/powq.o math/fmaq.o math/cacoshq.o
> math/cacosq.o math/casinhq.o math/casinq.o math/catanhq.o math/catanq.o
> math/cimagq.o math/conjq.o math/cprojq.o math/crealq.o math/fdimq.o
> math/fmaxq.o math/fminq.o math/ilogbq.o math/llrintq.o math/log2q.o
> math/lrintq.o math/nearbyintq.o math/remquoq.o math/ccoshq.o math/cexpq.o
> math/clog10q.o math/clogq.o math/csinq.o math/csinhq.o math/csqrtq.o
> math/ctanq.o math/ctanhq.o printf/addmul_1.o printf/add_n.o printf/cmp.o
> printf/divrem.o printf/flt1282mpn.o printf/fpioconst.o printf/lshift.o
> printf/mul_1.o printf/mul_n.o printf/mul.o printf/printf_fphex.o
> printf/printf_fp.o printf/quadmath-printf.o printf/rshift.o
> printf/submul_1.o printf/sub_n.o strtod/strtoflt128.o strtod/mpn2flt128.o
> strtod/tens_in_limb.o
> libtool: link: ranlib .libs/libquadmath.a
> libtool: link: ( cd ".libs" && rm -f "libquadmath.la" && ln -s "../
> libquadmath.la" "libquadmath.la" )
> make[3]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libquadmath'
> make[2]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libquadmath'
> Checking multilib configuration for libcilkrts...
> mkdir i386-apple-darwin10.8.0/libcilkrts
> Configuring in i386-apple-darwin10.8.0/libcilkrts
> configure: creating cache ./config.cache
> checking for --enable-version-specific-runtime-libs... no
> checking for i386-apple-darwin10.8.0-gcc...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include
> 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... configure: creating cache
> ./config.cache
>
> checking build system type... checking for suffix of object files... o
> checking whether we are using the GNU C compiler... i386-apple-darwin10.8.0
> checking host system type... i386-apple-darwin10.8.0
> checking target system type... yes
> checking whether
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    accepts -g... yes
> checking for /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    option to accept ISO
> C89... i386-apple-darwin10.8.0
> checking for a BSD-compatible install... /sw/bin/ginstall -c
> checking whether build environment is sane... none needed
> checking how to run the C preprocessor...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/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 a thread-safe mkdir -p... /sw/bin/gmkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> yes
> checking for string.h... checking whether to enable maintainer-specific
> portions of Makefiles... no
> checking for i386-apple-darwin10.8.0-gcc...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include
> yes
> checking for C compiler default output file name... checking for
> memory.h... yes
> a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... checking for strings.h...
> checking for suffix of object files... yes
> checking for inttypes.h... o
> checking whether we are using the GNU C compiler... yes
> checking whether
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    accepts -g... yes
> checking for stdint.h... yes
> checking for /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    option to accept ISO
> C89... yes
> checking for unistd.h... none needed
> checking for style of include used by make... GNU
> checking dependency style of
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   ... yes
> checking minix/config.h usability... gcc3
> no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... checking whether
> we are using the GNU C++ compiler... yes
> yes
> checking whether
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    accepts -g...
> checking build system type... yes
> checking dependency style of
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   ...
> i386-apple-darwin10.8.0
> checking host system type... i386-apple-darwin10.8.0
> checking target system type... gcc3
> checking how to run the C preprocessor... i386-apple-darwin10.8.0
> checking for a BSD-compatible install... /sw/bin/ginstall -c
> checking whether build environment is sane...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/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
> yes
> checking for string.h... checking for a thread-safe mkdir -p...
> /sw/bin/gmkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for style of include used by make... yes
> GNU
> checking dependency style of
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   ... checking for
> memory.h... yes
> checking for strings.h... gcc3
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for i386-apple-darwin10.8.0-gcc... (cached)
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include
> yes
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    accepts -g...
> (cached) yes
> checking for /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    option to accept ISO
> C89... (cached) none needed
> checking for inttypes.h... yes
> checking whether we are using the GNU C++ compiler... checking for
> stdint.h... yes
> checking whether
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    accepts -g... yes
> yes
> checking dependency style of
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   ... checking for
> unistd.h... yes
> checking for working alloca.h... gcc3
> checking dependency style of
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   ... yes
> checking for alloca... gcc3
> checking for i386-apple-darwin10.8.0-ranlib... ranlib
> checking how to print strings... printf
> checking for a sed that does not truncate output... /sw/bin/sed
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   ...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld
> checking if the linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld) is GNU
> ld... no
> checking for BSD- or MS-compatible name lister (nm)...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm
> checking the name lister
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm) interface...
> yes
> checking for --enable-version-specific-runtime-libs... no
> BSD nm
> checking how to print strings... checking whether ln -s works... yes
> checking the maximum length of command line arguments... printf
> checking for a sed that does not truncate output... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> /sw/bin/sed
> checking for fgrep... checking for
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld option
> to reload object files... /usr/bin/grep -F
> checking for ld used by
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   ... -r
> checking for i386-apple-darwin10.8.0-objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for i386-apple-darwin10.8.0-ar... ar
> checking for i386-apple-darwin10.8.0-strip... strip
> checking for i386-apple-darwin10.8.0-ranlib... (cached) ranlib
> checking command to parse
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm output from
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    object...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld
> checking if the linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld) is GNU
> ld... no
> checking for BSD- or MS-compatible name lister (nm)...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm
> checking the name lister
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm) interface...
> BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking for
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld option
> to reload object files... -r
> checking for i386-apple-darwin10.8.0-objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for i386-apple-darwin10.8.0-ar... ar
> checking for i386-apple-darwin10.8.0-strip... strip
> checking for i386-apple-darwin10.8.0-ranlib... ranlib
> checking command to parse
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/nm output from
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    object... ok
> checking for i386-apple-darwin10.8.0-dsymutil... no
> checking for dsymutil... dsymutil
> checking for i386-apple-darwin10.8.0-nmedit... no
> checking for nmedit... nmedit
> checking for i386-apple-darwin10.8.0-lipo... lipo
> checking for i386-apple-darwin10.8.0-otool... no
> checking for otool... otool
> checking for i386-apple-darwin10.8.0-otool64... no
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... ok
> checking for i386-apple-darwin10.8.0-dsymutil... no
> checking for dsymutil... dsymutil
> checking for i386-apple-darwin10.8.0-nmedit... no
> checking for nmedit... nmedit
> checking for i386-apple-darwin10.8.0-lipo... lipo
> checking for i386-apple-darwin10.8.0-otool... no
> checking for otool... otool
> checking for i386-apple-darwin10.8.0-otool64... no
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -force_load linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking for -force_load linker flag... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -fno-rtti
> -fno-exceptions... checking if
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -fno-rtti
> -fno-exceptions... no
> checking for /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    option to produce
> PIC... -fno-common -DPIC
> checking if /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    PIC flag -fno-common
> -DPIC works... no
> checking for /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    option to produce
> PIC... -fno-common -DPIC
> checking if /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    PIC flag -fno-common
> -DPIC works... yes
> checking if /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    static flag -static
> works... yes
> checking if /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    static flag -static
> works... no
> checking if /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -c -o
> file.o... no
> checking if /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -c -o
> file.o... yes
> checking if /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -c -o
> file.o... (cached) yes
> checking whether the
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld)
> supports shared libraries... yes
> checking dynamic linker characteristics... yes
> checking if /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -c -o
> file.o... (cached) yes
> checking whether the
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld)
> supports shared libraries... yes
> checking dynamic linker characteristics... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking for dlopen in -ldl... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking for dlopen in -ldl... yes
> checking whether a program can dlopen itself... yes
> checking whether a program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... yes
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking how to run the C++ preprocessor... yes
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking how to run the C++ preprocessor...
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    -E
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    -E
> checking for ld used by
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   ...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld
> checking if the linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld) is GNU
> ld... no
> checking whether the
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld)
> supports shared libraries... yes
> checking for  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    option to produce
> PIC... -fno-common -DPIC
> checking if  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    PIC flag -fno-common
> -DPIC works... checking for ld used by
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include   ...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld
> checking if the linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld) is GNU
> ld... no
> checking whether the
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld)
> supports shared libraries... yes
> yes
> checking if  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    static flag -static
> works... checking for
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    option to produce
> PIC... -fno-common -DPIC
> checking if  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    PIC flag -fno-common
> -DPIC works... no
> checking if  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -c -o
> file.o... yes
> checking if  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    static flag -static
> works... no
> checking if  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -c -o
> file.o... yes
> checking if  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -c -o
> file.o... (cached) yes
> checking whether the
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -shared-libgcc -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc
> -nostdinc++
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld)
> supports shared libraries... yes
> checking dynamic linker characteristics... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking for gawk... (cached) gawk
> checking size of void *... yes
> checking if  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    supports -c -o
> file.o... (cached) yes
> checking whether the
>  /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xg++
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/ -nostdinc++
> -nostdinc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include/i386-apple-darwin10.8.0
> -I/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/include
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/libsupc++
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/include/backward
> -I/sw/src/fink.build/gcc49-4.9.0-1000/gcc-4.9.0/libstdc++-v3/testsuite/util
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/src/.libs
> -L/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include    linker
> (/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/collect-ld)
> supports shared libraries... yes
> checking dynamic linker characteristics... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> 4
> checking for clock_getres... no
> checking for clock_gettime... no
> configure: updating cache ./config.cache
> checking for clock_settime... configure: creating ./config.status
> no
> checking for clock_gettime in -lrt... no
> checking for necessary platform features... yes
> checking __sync extensions... yes
> checking __atomic extensions... yes
> checking output filetype...
> configure: WARNING: could not determine output file type
> looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
> checking for uintptr_t... yes
> checking for int_least32_t... yes
> checking for int_fast32_t... yes
> checking for uint64_t... yes
> checking what to include in gstdint.h... stdint.h (already complete)
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> checking alloca.h usability... yes
> checking alloca.h presence... yes
> checking for alloca.h... yes
> checking link.h usability... no
> checking link.h presence... no
> checking for link.h... no
> checking whether strnlen is declared... no
> configure: updating cache ./config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating libcilkrts.spec
> config.status: executing depfiles commands
> config.status: executing default-1 commands
> Adding multilib support to Makefile in ../../../gcc-4.9.0/libcilkrts
> multidirs=x86_64
> with_multisubdir=
> Running configure in multilib subdirs x86_64
> pwd:
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libcilkrts
> Running configure in multilib subdir x86_64
> pwd:
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0
> configure: creating cache ./config.cache
> config.status: creating Makefile
> checking build system type... config.status: creating libsanitizer.spec
> i386-apple-darwin10.8.0
> checking host system type... config.status: creating
> libbacktrace/backtrace-supported.h
> i386-apple-darwin10.8.0
> checking target system type... config.status: creating
> interception/Makefile
> i386-apple-darwin10.8.0
> checking for a BSD-compatible install... /sw/bin/ginstall -c
> checking whether build environment is sane... Adding multilib support to
> interception/Makefile in ../../../gcc-4.9.0/libsanitizer
> multidirs=x86_64
> with_multisubdir=
> config.status: creating sanitizer_common/Makefile
> yes
> checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for i386-apple-darwin10.8.0-gcc...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include  -m64
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... configure: error: in
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libcilkrts':
> configure: error: cannot run C compiled programs.
> If you meant to cross compile, use `--host'.
> See `config.log' for more details.
> Adding multilib support to sanitizer_common/Makefile in
> ../../../gcc-4.9.0/libsanitizer
> multidirs=x86_64
> with_multisubdir=
> config.status: creating libbacktrace/Makefile
> make[1]: *** [configure-target-libcilkrts] Error 1
> make[1]: *** Waiting for unfinished jobs....
> Adding multilib support to libbacktrace/Makefile in
> ../../../gcc-4.9.0/libsanitizer
> multidirs=x86_64
> with_multisubdir=
> config.status: creating lsan/Makefile
> Adding multilib support to lsan/Makefile in ../../../gcc-4.9.0/libsanitizer
> multidirs=x86_64
> with_multisubdir=
> config.status: creating asan/Makefile
> Adding multilib support to asan/Makefile in ../../../gcc-4.9.0/libsanitizer
> multidirs=x86_64
> with_multisubdir=
> config.status: creating ubsan/Makefile
> Adding multilib support to ubsan/Makefile in
> ../../../gcc-4.9.0/libsanitizer
> multidirs=x86_64
> with_multisubdir=
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing default-1 commands
> Adding multilib support to Makefile in ../../../gcc-4.9.0/libsanitizer
> multidirs=x86_64
> with_multisubdir=
> Running configure in multilib subdirs x86_64
> pwd:
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/libsanitizer
> Running configure in multilib subdir x86_64
> pwd:
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0
> configure: creating cache ./config.cache
> checking for --enable-version-specific-runtime-libs... no
> checking for i386-apple-darwin10.8.0-gcc...
> /sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/xgcc
> -B/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/./gcc/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/bin/
> -B/sw/lib/gcc4.9/i386-apple-darwin10.8.0/lib/ -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/include -isystem
> /sw/lib/gcc4.9/i386-apple-darwin10.8.0/sys-include  -m64
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... configure: error: in
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir/i386-apple-darwin10.8.0/x86_64/libsanitizer':
> configure: error: cannot run C compiled programs.
> If you meant to cross compile, use `--host'.
> See `config.log' for more details.
> make[1]: *** [configure-target-libsanitizer] Error 1
> make[1]: Leaving directory
> `/sw/src/fink.build/gcc49-4.9.0-1000/darwin_objdir'
> make: *** [bootstrap-lean] Error 2
> ### execution of /tmp/fink.IxQh8 failed, exit code 2
> ### execution of /tmp/fink.gvN1T failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-gcc49-4.9.0-1000
> (Reading database ... 233476 files and directories currently installed.)
> Removing fink-buildlock-gcc49-4.9.0-1000 ...
> Failed: phase compiling: gcc49-4.9.0-1000 failed
>
> Before reporting any errors, please run "fink selfupdate" and try again.
> Also try using "fink configure" to set your maximum build jobs to 1 and
> attempt to build the package again.
> If you continue to have issues, please check to see if the FAQ on Fink's
> website solves the problem.  If not, ask on one (not both, please) of
> these mailing lists:
>
>         The Fink Users List <[email protected]>
>         The Fink Beginners List <[email protected]>,
>
> with a carbon copy to the maintainer:
>
>         Jack Howarth <[email protected]>
>
> Note that this is preferable to emailing just the maintainer directly,
> since most fink package maintainers do not have access to all possible
> hardware and software configurations.
>
> Please try to include the complete error message in your report.  This
> generally consists of a compiler line starting with e.g. "gcc" or "g++"
> followed by the actual error output from the compiler.
>
> Also include the following system information:
> Package manager version: 0.36.5
> Distribution version: selfupdate-rsync Fri Jun 20 15:07:36 2014, 10.6, i386
> Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
> Xcode.app: 3.2.6
> Xcode command-line tools: 3.2.6
> Max. Fink build jobs:  2
>
>
>
>
>
>

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems

_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.