Skip to content

Instantly share code, notes, and snippets.

@zmwangx
Created May 28, 2014 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmwangx/cdf05bc842a978abf5ed to your computer and use it in GitHub Desktop.
Save zmwangx/cdf05bc842a978abf5ed to your computer and use it in GitHub Desktop.
Output of sudo make -j4 install when building GCC 4.9.0 on OS X 10.9.3 (with coreutils installed from MacPorts, see https://gist.github.com/ZhimingWang/b76e6168d88031b6f4f9).
/bin/sh /Users/zmwang/src/gcc/mkinstalldirs /usr/local /usr/local
rm -rf /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools
/bin/sh /Users/zmwang/src/gcc/fixincludes/../mkinstalldirs /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools
mkdir -p -- /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools
/bin/sh /Users/zmwang/src/gcc/fixincludes/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/include
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/include
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/fixincludes/README-fixinc \
/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/include/README
/opt/local/libexec/gnubin//install -c fixinc.sh /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/fixinc.sh
/opt/local/libexec/gnubin//install -c fixincl /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/fixincl
/opt/local/libexec/gnubin//install -c mkheaders /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/mkheaders
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/bin
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/include
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/info
mkdir -p -- /usr/local/share/info
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/man/man1
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/man/man7
mkdir -p -- /usr/local/share/man/man7
rm -f /usr/local/bin/g++
/opt/local/libexec/gnubin//install -c xg++ /usr/local/bin/g++
chmod a+x /usr/local/bin/g++
rm -f /usr/local/bin/c++
( cd /usr/local/bin && \
ln g++ c++ )
if [ -f cc1plus ] ; then \
if [ ! -f g++-cross ] ; then \
rm -f /usr/local/bin/x86_64-apple-darwin13.2.0-g++; \
( cd /usr/local/bin && \
ln g++ x86_64-apple-darwin13.2.0-g++ ); \
rm -f /usr/local/bin/x86_64-apple-darwin13.2.0-c++; \
( cd /usr/local/bin && \
ln c++ x86_64-apple-darwin13.2.0-c++ ); \
fi ; \
fi
for file in gnat1 cc1 cc1plus f951 go1 jc1 jvgenmain lto1 cc1obj cc1objplus; do \
if [ -f $file ] ; then \
rm -f /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/$file; \
/opt/local/libexec/gnubin//install -c $file /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/$file; \
else true; \
fi; \
done
for file in collect2 ..; do \
if [ x"$file" != x.. ]; then \
rm -f /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/$file; \
/opt/local/libexec/gnubin//install -c $file /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/$file; \
else true; fi; \
done
rm -f /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/specs
if [ -f gcov ]; \
then \
rm -f /usr/local/bin/gcov; \
/opt/local/libexec/gnubin//install -c gcov /usr/local/bin/gcov; \
fi
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include
rm -rf /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include-fixed
mkdir /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include-fixed
chmod a+rx /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include-fixed
(cd `${PWDCMD-pwd}`/include ; \
tar -cf - .; exit 0) | (cd /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include; tar xpf - )
(cd `${PWDCMD-pwd}`/include-fixed ; \
tar -cf - .; exit 0) | (cd /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include-fixed; tar xpf - )
files=`cd /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include-fixed; find . -type l -print 2>/dev/null`; \
if [ $? -eq 0 ]; then \
dir=`cd include-fixed; ${PWDCMD-pwd}`; \
for i in $files; do \
dest=`ls -ld /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include-fixed/$i | sed -n 's/.*-> //p'`; \
if expr "$dest" : "$dir.*" > /dev/null; then \
rm -f /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include-fixed/$i; \
ln -s `echo $i | sed "s|/[^/]*|/..|g" | sed 's|/..$||'``echo "$dest" | sed "s|$dir||"` /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include-fixed/$i; \
fi; \
done; \
fi
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/include
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gsyslimits.h \
/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/gsyslimits.h
/opt/local/libexec/gnubin//install -c -m 644 macro_list /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/macro_list
/opt/local/libexec/gnubin//install -c -m 644 fixinc_list /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/fixinc_list
set -e; for ml in `cat fixinc_list`; do \
multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/include${multi_dir}; \
/opt/local/libexec/gnubin//install -c -m 644 include-fixed${multidir}/limits.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/include${multi_dir}/limits.h; \
done
/opt/local/libexec/gnubin//install -c /Users/zmwang/src/gcc/gcc/../mkinstalldirs \
/usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/mkinstalldirs ; \
sysroot_headers_suffix='${sysroot_headers_suffix}'; \
echo 'SYSTEM_HEADER_DIR="'"`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`"'"' \
> /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/mkheaders.conf
echo 'OTHER_FIXINCLUDES_DIRS=""' \
>> /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/mkheaders.conf
echo 'STMP_FIXINC="stmp-fixinc"' \
>> /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/install-tools/mkheaders.conf
rm -f /usr/local/bin/cpp
/opt/local/libexec/gnubin//install -c -m 755 cpp /usr/local/bin/cpp
if [ x != x ]; then \
rm -f /usr/local//cpp; \
/opt/local/libexec/gnubin//install -c -m 755 cpp /usr/local//cpp; \
else true; fi
rm -f /usr/local/share/man/man1/g++.1
/opt/local/libexec/gnubin//install -c -m 644 doc/g++.1 /usr/local/share/man/man1/g++.1
chmod a-x /usr/local/share/man/man1/g++.1
rm -f /usr/local/share/man/man1/gcc.1
/opt/local/libexec/gnubin//install -c -m 644 doc/gcc.1 /usr/local/share/man/man1/gcc.1
chmod a-x /usr/local/share/man/man1/gcc.1
rm -f /usr/local/share/man/man1/cpp.1
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/doc/cpp.1 /usr/local/share/man/man1/cpp.1
chmod a-x /usr/local/share/man/man1/cpp.1
rm -f /usr/local/share/man/man1/gcov.1
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/doc/gcov.1 /usr/local/share/man/man1/gcov.1
chmod a-x /usr/local/share/man/man1/gcov.1
rm -f /usr/local/share/man/man7/fsf-funding.7
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/doc/fsf-funding.7 /usr/local/share/man/man7/fsf-funding.7
chmod a-x /usr/local/share/man/man7/fsf-funding.7
rm -f /usr/local/share/man/man7/gfdl.7
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/doc/gfdl.7 /usr/local/share/man/man7/gfdl.7
chmod a-x /usr/local/share/man/man7/gfdl.7
rm -f /usr/local/share/man/man7/gpl.7
/opt/local/libexec/gnubin//install -c -m 644 doc/gpl.7 /usr/local/share/man/man7/gpl.7
chmod a-x /usr/local/share/man/man7/gpl.7
rm -f /usr/local/share/info/cpp.info
if [ -f doc/cpp.info ]; then \
for f in doc/cpp.info*; do \
realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
/opt/local/libexec/gnubin//install -c -m 644 $f /usr/local/share/info/$realfile; \
chmod a-x /usr/local/share/info/$realfile; \
done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
if [ -f /usr/local/share/info/cpp.info ]; then \
install-info --dir-file=/usr/local/share/info/dir /usr/local/share/info/cpp.info; \
else true; fi; \
else true; fi;
rm -f /usr/local/share/info/gcc.info
if [ -f doc/gcc.info ]; then \
for f in doc/gcc.info*; do \
realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
/opt/local/libexec/gnubin//install -c -m 644 $f /usr/local/share/info/$realfile; \
chmod a-x /usr/local/share/info/$realfile; \
done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
if [ -f /usr/local/share/info/gcc.info ]; then \
install-info --dir-file=/usr/local/share/info/dir /usr/local/share/info/gcc.info; \
else true; fi; \
else true; fi;
rm -f /usr/local/share/info/cppinternals.info
if [ -f doc/cppinternals.info ]; then \
for f in doc/cppinternals.info*; do \
realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
/opt/local/libexec/gnubin//install -c -m 644 $f /usr/local/share/info/$realfile; \
chmod a-x /usr/local/share/info/$realfile; \
done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
if [ -f /usr/local/share/info/cppinternals.info ]; then \
install-info --dir-file=/usr/local/share/info/dir /usr/local/share/info/cppinternals.info; \
else true; fi; \
else true; fi;
rm -f /usr/local/share/info/gccinstall.info
if [ -f doc/gccinstall.info ]; then \
for f in doc/gccinstall.info*; do \
realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
/opt/local/libexec/gnubin//install -c -m 644 $f /usr/local/share/info/$realfile; \
chmod a-x /usr/local/share/info/$realfile; \
done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
if [ -f /usr/local/share/info/gccinstall.info ]; then \
install-info --dir-file=/usr/local/share/info/dir /usr/local/share/info/gccinstall.info; \
else true; fi; \
else true; fi;
rm -f /usr/local/share/info/gccint.info
if [ -f doc/gccint.info ]; then \
for f in doc/gccint.info*; do \
realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
/opt/local/libexec/gnubin//install -c -m 644 $f /usr/local/share/info/$realfile; \
chmod a-x /usr/local/share/info/$realfile; \
done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
if [ -f /usr/local/share/info/gccint.info ]; then \
install-info --dir-file=/usr/local/share/info/dir /usr/local/share/info/gccint.info; \
else true; fi; \
else true; fi;
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share
cats="po/be.gmo po/da.gmo po/de.gmo po/el.gmo po/es.gmo po/fi.gmo po/fr.gmo po/hr.gmo po/id.gmo po/ja.gmo po/nl.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo po/be.gmo po/da.gmo po/de.gmo po/el.gmo po/es.gmo po/fi.gmo po/fr.gmo po/hr.gmo po/id.gmo po/ja.gmo po/nl.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo"; for cat in $cats; do \
lang=`basename $cat | sed 's/\.gmo$//'`; \
if [ -f $cat ]; then :; \
elif [ -f /Users/zmwang/src/gcc/gcc/$cat ]; then cat=/Users/zmwang/src/gcc/gcc/$cat; \
else continue; \
fi; \
dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
echo /bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs $dir; \
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs $dir || exit 1; \
echo /opt/local/libexec/gnubin//install -c -m 644 $cat $dir/gcc.mo; \
/opt/local/libexec/gnubin//install -c -m 644 $cat $dir/gcc.mo; \
done
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/be/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/be/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/be.gmo /usr/local/share/locale/be/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/da/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/da/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/da.gmo /usr/local/share/locale/da/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/de/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/de/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/de.gmo /usr/local/share/locale/de/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/el/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/el/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/el.gmo /usr/local/share/locale/el/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/es/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/es/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/es.gmo /usr/local/share/locale/es/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/fi/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/fi/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/fi.gmo /usr/local/share/locale/fi/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/fr/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/fr/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/fr.gmo /usr/local/share/locale/fr/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/hr/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/hr/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/hr.gmo /usr/local/share/locale/hr/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/id/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/id/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/id.gmo /usr/local/share/locale/id/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/ja/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/ja/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/ja.gmo /usr/local/share/locale/ja/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/nl/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/nl/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/nl.gmo /usr/local/share/locale/nl/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/ru/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/ru/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/ru.gmo /usr/local/share/locale/ru/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/sr/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/sr/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/sr.gmo /usr/local/share/locale/sr/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/sv/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/sv/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/sv.gmo /usr/local/share/locale/sv/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/tr/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/tr/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/tr.gmo /usr/local/share/locale/tr/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/vi/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/vi/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/vi.gmo /usr/local/share/locale/vi/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/zh_CN/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/zh_CN/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/zh_CN.gmo /usr/local/share/locale/zh_CN/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/zh_TW/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/zh_TW/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/zh_TW.gmo /usr/local/share/locale/zh_TW/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/be/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/be.gmo /usr/local/share/locale/be/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/da/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/da.gmo /usr/local/share/locale/da/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/de/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/de.gmo /usr/local/share/locale/de/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/el/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/el.gmo /usr/local/share/locale/el/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/es/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/es.gmo /usr/local/share/locale/es/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/fi/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/fi.gmo /usr/local/share/locale/fi/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/fr/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/fr.gmo /usr/local/share/locale/fr/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/hr/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/hr.gmo /usr/local/share/locale/hr/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/id/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/id.gmo /usr/local/share/locale/id/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/ja/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/ja.gmo /usr/local/share/locale/ja/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/nl/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/nl.gmo /usr/local/share/locale/nl/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/ru/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/ru.gmo /usr/local/share/locale/ru/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/sr/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/sr.gmo /usr/local/share/locale/sr/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/sv/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/sv.gmo /usr/local/share/locale/sv/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/tr/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/tr.gmo /usr/local/share/locale/tr/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/vi/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/vi.gmo /usr/local/share/locale/vi/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/zh_CN/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/zh_CN.gmo /usr/local/share/locale/zh_CN/LC_MESSAGES/gcc.mo
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/share/locale/zh_TW/LC_MESSAGES
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/po/zh_TW.gmo /usr/local/share/locale/zh_TW/LC_MESSAGES/gcc.mo
rm -f /usr/local/bin/gcc
/opt/local/libexec/gnubin//install -c xgcc /usr/local/bin/gcc
if [ "gcc" != "x86_64-apple-darwin13.2.0-gcc-4.9.0" ]; then \
rm -f /usr/local/bin/x86_64-apple-darwin13.2.0-gcc-4.9.0; \
( cd /usr/local/bin && \
ln gcc x86_64-apple-darwin13.2.0-gcc-4.9.0 ); \
fi
if [ ! -f gcc-cross ] \
&& [ "gcc" != "x86_64-apple-darwin13.2.0-gcc" ]; then \
rm -f /usr/local/bin/x86_64-apple-darwin13.2.0-gcc-tmp; \
( cd /usr/local/bin && \
ln gcc x86_64-apple-darwin13.2.0-gcc-tmp && \
mv -f x86_64-apple-darwin13.2.0-gcc-tmp x86_64-apple-darwin13.2.0-gcc ); \
fi
/opt/local/libexec/gnubin//install -c lto-wrapper /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/lto-wrapper
for i in gcc-ar gcc-nm gcc-ranlib; do \
install_name=`echo $i|sed 's,y,y,'` ;\
target_install_name=x86_64-apple-darwin13.2.0-`echo $i|sed 's,y,y,'` ; \
rm -f /usr/local/bin/$install_name ; \
/opt/local/libexec/gnubin//install -c $i /usr/local/bin/$install_name ;\
if test -f gcc-cross; then \
:; \
else \
rm -f /usr/local/bin/$target_install_name; \
( cd /usr/local/bin && \
ln $install_name $target_install_name ) ; \
fi ; \
done
headers="cp-tree.h cxx-pretty-print.h name-lookup.h type-utils.h"; \
for file in $headers; do \
path=/Users/zmwang/src/gcc/gcc/cp/$file; \
dest=/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cp/$file; \
echo /opt/local/libexec/gnubin//install -c -m 644 $path $dest; \
dir=`dirname $dest`; \
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs $dir; \
/opt/local/libexec/gnubin//install -c -m 644 $path $dest; \
done
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cp/cp-tree.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cp/cp-tree.h
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cp
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cp/cxx-pretty-print.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cp/cxx-pretty-print.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cp/name-lookup.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cp/name-lookup.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cp/type-utils.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cp/type-utils.h
rm -f tmp-header-vars
echo USER_H=tgmath.h mm_malloc.h >> tmp-header-vars; echo HASHTAB_H=hashtab.h >> tmp-header-vars; echo OBSTACK_H=obstack.h >> tmp-header-vars; echo SPLAY_TREE_H=splay-tree.h >> tmp-header-vars; echo XREGEX_H=xregex.h >> tmp-header-vars; echo FNMATCH_H=fnmatch.h >> tmp-header-vars; echo LINKER_PLUGIN_API_H=plugin-api.h >> tmp-header-vars; echo BCONFIG_H=bconfig.h auto-host.h ansidecl.h >> tmp-header-vars; echo CONFIG_H=config.h auto-host.h ansidecl.h >> tmp-header-vars; echo TCONFIG_H=tconfig.h auto-host.h ansidecl.h >> tmp-header-vars; echo TM_P_H=tm_p.h config/i386/i386-protos.h darwin-protos.h tm-preds.h >> tmp-header-vars; echo GTM_H=tm.h options.h config/vxworks-dummy.h defaults.h insn-constants.h >> tmp-header-vars; echo TM_H=tm.h options.h config/vxworks-dummy.h x86-tune.def >> tmp-header-vars; echo DUMPFILE_H=line-map.h dumpfile.h >> tmp-header-vars; echo VEC_H=vec.h statistics.h ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo HASH_TABLE_H=hashtab.h hash-table.h >> tmp-header-vars; echo EXCEPT_H=except.h hashtab.h >> tmp-header-vars; echo TARGET_H=tm.h options.h config/vxworks-dummy.h x86-tune.def target.h target.def target-hooks-macros.h insn-modes.h insn-codes.h >> tmp-header-vars; echo C_TARGET_H=c-family/c-target.h c-family/c-target.def target-hooks-macros.h >> tmp-header-vars; echo COMMON_TARGET_H=common/common-target.h common-target.def target-hooks-macros.h >> tmp-header-vars; echo MACHMODE_H=machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo HOOKS_H=hooks.h machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo HOSTHOOKS_DEF_H=hosthooks-def.h hooks.h machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo LANGHOOKS_DEF_H=langhooks-def.h hooks.h machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo TARGET_DEF_H=target-def.h target-hooks-def.h hooks.h machmode.h mode-classes.def insn-modes.h targhooks.h >> tmp-header-vars; echo C_TARGET_DEF_H=c-family/c-target-def.h c-family/c-target-hooks-def.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def common-targhooks.h >> tmp-header-vars; echo RTL_BASE_H=coretypes.h rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def hashtab.h >> tmp-header-vars; echo FIXED_VALUE_H=fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h >> tmp-header-vars; echo RTL_H=coretypes.h rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def stringop.def genrtl.h >> tmp-header-vars; echo READ_MD_H=hashtab.h read-md.h >> tmp-header-vars; echo PARAMS_H=params.h params.def >> tmp-header-vars; echo INTERNAL_FN_H=internal-fn.h internal-fn.def >> tmp-header-vars; echo TREE_CORE_H=tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h >> tmp-header-vars; echo TREE_H=tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h >> tmp-header-vars; echo REGSET_H=regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h >> tmp-header-vars; echo BASIC_BLOCK_H=basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h >> tmp-header-vars; echo GIMPLE_H=gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h hash-table.h is-a.h >> tmp-header-vars; echo GCOV_IO_H=gcov-io.h gcov-iov.h auto-host.h >> tmp-header-vars; echo RECOG_H=recog.h >> tmp-header-vars; echo EMIT_RTL_H=emit-rtl.h >> tmp-header-vars; echo FLAGS_H=flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def >> tmp-header-vars; echo OPTIONS_H=options.h flag-types.h config/i386/i386-opts.h stringop.def >> tmp-header-vars; echo FUNCTION_H=function.h line-map.h input.h machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo EXPR_H=expr.h insn-config.h function.h stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h machmode.h mode-classes.def insn-modes.h emit-rtl.h >> tmp-header-vars; echo OPTABS_H=optabs.h insn-codes.h insn-opinit.h >> tmp-header-vars; echo REGS_H=regs.h machmode.h mode-classes.def insn-modes.h hard-reg-set.h >> tmp-header-vars; echo CFGLOOP_H=cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h statistics.h sbitmap.h >> tmp-header-vars; echo IPA_UTILS_H=ipa-utils.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def plugin-api.h is-a.h >> tmp-header-vars; echo IPA_REFERENCE_H=ipa-reference.h bitmap.h stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h >> tmp-header-vars; echo CGRAPH_H=cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def plugin-api.h is-a.h >> tmp-header-vars; echo DF_H=df.h bitmap.h line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h alloc-pool.h timevar.h timevar.def >> tmp-header-vars; echo RESOURCE_H=resource.h hard-reg-set.h df.h bitmap.h line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h alloc-pool.h timevar.h timevar.def >> tmp-header-vars; echo GCC_H=gcc.h version.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo GGC_H=ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo TIMEVAR_H=timevar.h timevar.def >> tmp-header-vars; echo INSN_ATTR_H=insn-attr.h insn-attr-common.h insn-addr.h >> tmp-header-vars; echo INSN_ADDR_H=insn-addr.h >> tmp-header-vars; echo C_COMMON_H=c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo C_PRAGMA_H=c-family/c-pragma.h cpplib.h >> tmp-header-vars; echo C_TREE_H=c/c-tree.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def obstack.h >> tmp-header-vars; echo SYSTEM_H=system.h hwint.h filenames.h >> tmp-header-vars; echo PREDICT_H=predict.h predict.def >> tmp-header-vars; echo CPPLIB_H=cpplib.h >> tmp-header-vars; echo INPUT_H=line-map.h input.h >> tmp-header-vars; echo OPTS_H=obstack.h >> tmp-header-vars; echo SYMTAB_H=obstack.h >> tmp-header-vars; echo CPP_ID_DATA_H=cpp-id-data.h >> tmp-header-vars; echo CPP_INTERNAL_H=cpp-id-data.h >> tmp-header-vars; echo TREE_DUMP_H=tree-dump.h line-map.h dumpfile.h >> tmp-header-vars; echo TREE_PASS_H=tree-pass.h timevar.h timevar.def line-map.h dumpfile.h >> tmp-header-vars; echo TREE_SSA_H=tree-ssa.h tree-ssa-operands.h bitmap.h stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h tree-ssa-alias.h >> tmp-header-vars; echo PRETTY_PRINT_H=pretty-print.h obstack.h >> tmp-header-vars; echo TREE_PRETTY_PRINT_H=tree-pretty-print.h pretty-print.h obstack.h >> tmp-header-vars; echo GIMPLE_PRETTY_PRINT_H=gimple-pretty-print.h tree-pretty-print.h pretty-print.h obstack.h >> tmp-header-vars; echo DIAGNOSTIC_CORE_H=diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo DIAGNOSTIC_H=diagnostic.h diagnostic-core.h obstack.h >> tmp-header-vars; echo C_PRETTY_PRINT_H=c-family/c-pretty-print.h pretty-print.h stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h >> tmp-header-vars; echo TREE_INLINE_H=tree-inline.h >> tmp-header-vars; echo REAL_H=real.h machmode.h mode-classes.def insn-modes.h >> tmp-header-vars; echo LTO_STREAMER_H=lto-streamer.h obstack.h alloc-pool.h pointer-set.h >> tmp-header-vars; echo IPA_PROP_H=ipa-prop.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def hashtab.h hash-table.h is-a.h alloc-pool.h >> tmp-header-vars; echo BITMAP_H=bitmap.h hashtab.h statistics.h >> tmp-header-vars; echo GCC_PLUGIN_H=gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h hashtab.h >> tmp-header-vars; echo PLUGIN_H=plugin.h gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h hashtab.h >> tmp-header-vars; echo PLUGIN_VERSION_H=plugin-version.h configargs.h >> tmp-header-vars; echo CONTEXT_H=context.h >> tmp-header-vars; echo GTFILES_H=gt-coverage.h gt-caller-save.h gt-symtab.h gt-alias.h gt-bitmap.h gt-cselib.h gt-cgraph.h gt-ipa-prop.h gt-ipa-cp.h gt-dbxout.h gt-dwarf2asm.h gt-dwarf2cfi.h gt-dwarf2out.h gt-tree-vect-generic.h gt-dojump.h gt-emit-rtl.h gt-explow.h gt-expr.h gt-function.h gt-except.h gt-gcse.h gt-godump.h gt-lists.h gt-optabs.h gt-profile.h gt-mcf.h gt-reg-stack.h gt-cfgrtl.h gt-sdbout.h gt-stor-layout.h gt-stringpool.h gt-tree.h gt-varasm.h gt-tree-ssanames.h gt-tree-eh.h gt-tree-ssa-address.h gt-tree-cfg.h gt-tree-dfa.h gt-tree-iterator.h gt-gimple-expr.h gt-tree-scalar-evolution.h gt-tree-profile.h gt-tree-nested.h gt-tree-parloops.h gt-omp-low.h gt-targhooks.h gt-i386.h gt-passes.h gt-cgraphunit.h gt-cgraphclones.h gt-tree-ssa-propagate.h gt-tree-phinodes.h gt-trans-mem.h gt-vtable-verify.h gt-asan.h gt-ubsan.h gt-tsan.h gt-ipa-devirt.h gt-darwin.h gt-ada-decl.h gt-ada-trans.h gt-ada-utils.h gt-ada-misc.h gt-c-c-lang.h gt-c-c-decl.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-c-c-objc-common.h gt-c-c-parser.h gt-cp-rtti.h gt-cp-mangle.h gt-cp-name-lookup.h gt-cp-call.h gt-cp-decl.h gt-cp-decl2.h gt-cp-pt.h gt-cp-repo.h gt-cp-semantics.h gt-cp-tree.h gt-cp-parser.h gt-cp-method.h gt-cp-typeck2.h gt-c-family-c-common.h gt-c-family-c-lex.h gt-c-family-c-pragma.h gt-cp-class.h gt-cp-cp-objcp-common.h gt-cp-cp-lang.h gt-cp-except.h gt-cp-vtable-class-hierarchy.h gt-fortran-f95-lang.h gt-fortran-trans-decl.h gt-fortran-trans-intrinsic.h gt-fortran-trans-io.h gt-fortran-trans-stmt.h gt-fortran-trans-types.h gt-go-go-lang.h gt-java-builtins.h gt-java-class.h gt-java-constants.h gt-java-decl.h gt-java-expr.h gt-java-jcf-parse.h gt-java-lang.h gt-java-mangle.h gt-java-resource.h gt-lto-lto-lang.h gt-lto-lto.h gt-objc-objc-act.h gt-objc-objc-runtime-shared-support.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-c-c-parser.h gt-c-c-decl.h gt-c-c-objc-common.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-cp-rtti.h gt-cp-mangle.h gt-cp-name-lookup.h gt-cp-call.h gt-cp-decl.h gt-cp-decl2.h gt-cp-pt.h gt-cp-repo.h gt-cp-semantics.h gt-cp-tree.h gt-cp-parser.h gt-cp-method.h gt-cp-typeck2.h gt-c-family-c-common.h gt-c-family-c-lex.h gt-c-family-c-pragma.h gt-cp-class.h gt-cp-cp-objcp-common.h gt-objc-objc-act.h gt-objc-objc-runtime-shared-support.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-c-family-c-cppbuiltin.h >> tmp-header-vars; echo GTFILES_LANG_H=gtype-ada.h gtype-c.h gtype-cp.h gtype-fortran.h gtype-go.h gtype-java.h gtype-lto.h gtype-objc.h gtype-objcp.h >> tmp-header-vars; \
/bin/sh /Users/zmwang/src/gcc/gcc/../move-if-change tmp-header-vars b-header-vars
echo timestamp > s-header-vars
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin
/opt/local/libexec/gnubin//install -c -m 644 gtype.state /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/gtype.state
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin
mkdir -p -- /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin
/opt/local/libexec/gnubin//install -c gengtype /usr/local/libexec/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/gengtype
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include
headers=`echo tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h config.h auto-host.h /Users/zmwang/src/gcc/gcc/../include/ansidecl.h system.h hwint.h /Users/zmwang/src/gcc/gcc/../include/libiberty.h /Users/zmwang/src/gcc/gcc/../include/safe-ctype.h /Users/zmwang/src/gcc/gcc/../include/filenames.h coretypes.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def toplev.h diagnostic-core.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h pointer-set.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h hash-table.h tree-ssa-alias.h internal-fn.h internal-fn.def gimple-fold.h tree-eh.h gimple-expr.h gimple.h is-a.h tree-pass.h timevar.h timevar.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h dumpfile.h gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h /Users/zmwang/src/gcc/gcc/../include/ansidecl.h system.h hwint.h /Users/zmwang/src/gcc/gcc/../include/libiberty.h /Users/zmwang/src/gcc/gcc/../include/safe-ctype.h /Users/zmwang/src/gcc/gcc/../include/filenames.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h ggc.h gtype-desc.h statistics.h tree-dump.h /Users/zmwang/src/gcc/gcc/../include/splay-tree.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h dumpfile.h pretty-print.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h /Users/zmwang/src/gcc/gcc/../include/obstack.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h vec.h statistics.h ggc.h gtype-desc.h statistics.h opts.h /Users/zmwang/src/gcc/gcc/../include/obstack.h params.h params.def options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h options.h insn-constants.h config/vxworks-dummy.h config/i386/biarch64.h config/i386/i386.h config/darwin.h config/darwin9.h config/darwin10.h config/i386/darwin.h config/i386/darwin64.h config/initfini-array.h defaults.h /Users/zmwang/src/gcc/gcc/config/i386/i386-protos.h /Users/zmwang/src/gcc/gcc/config/darwin-protos.h tm-preds.h config/i386/i386-protos.h config/darwin-protos.h tm-preds.h auto-host.h /Users/zmwang/src/gcc/gcc/../include/ansidecl.h auto-host.h ansidecl.h auto-host.h ansidecl.h intl.h plugin-version.h configargs.h diagnostic.h diagnostic-core.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def pretty-print.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h /Users/zmwang/src/gcc/gcc/../include/obstack.h c/c-tree.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h /Users/zmwang/src/gcc/gcc/../include/splay-tree.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h /Users/zmwang/src/gcc/gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def diagnostic.h diagnostic-core.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def pretty-print.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h /Users/zmwang/src/gcc/gcc/../include/obstack.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h /Users/zmwang/src/gcc/gcc/../include/splay-tree.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h /Users/zmwang/src/gcc/gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def c-family/c-objc.h c-family/c-pretty-print.h pretty-print.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h /Users/zmwang/src/gcc/gcc/../include/obstack.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h /Users/zmwang/src/gcc/gcc/../include/splay-tree.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h /Users/zmwang/src/gcc/gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h tree-iterator.h plugin.h gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h /Users/zmwang/src/gcc/gcc/../include/ansidecl.h system.h hwint.h /Users/zmwang/src/gcc/gcc/../include/libiberty.h /Users/zmwang/src/gcc/gcc/../include/safe-ctype.h /Users/zmwang/src/gcc/gcc/../include/filenames.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tree-ssa.h tree-ssa-operands.h bitmap.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h statistics.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h hash-table.h is-a.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cif-code.def ipa-ref.h ipa-ref-inline.h /Users/zmwang/src/gcc/gcc/../include/plugin-api.h is-a.h ipa-reference.h bitmap.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h statistics.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h tree-ssa-alias.h langhooks.h incpath.h debug.h except.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tree-ssa-sccvn.h real.h output.h ipa-utils.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cif-code.def ipa-ref.h ipa-ref-inline.h /Users/zmwang/src/gcc/gcc/../include/plugin-api.h is-a.h c-family/c-pragma.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h /Users/zmwang/src/gcc/gcc/../libcpp/include/cpplib.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h /Users/zmwang/src/gcc/gcc/../libcpp/include/cpplib.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cppdefault.h flags.h /Users/zmwang/src/gcc/gcc/../include/md5.h params.def params.h prefix.h tree-inline.h gimple-pretty-print.h tree-pretty-print.h pretty-print.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h /Users/zmwang/src/gcc/gcc/../include/obstack.h realmpfr.h ipa-prop.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h vec.h statistics.h ggc.h gtype-desc.h statistics.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cif-code.def ipa-ref.h ipa-ref-inline.h /Users/zmwang/src/gcc/gcc/../include/plugin-api.h is-a.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h tree.h tree-core.h coretypes.h all-tree.def tree.def c-family/c-common.def /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /Users/zmwang/src/gcc/gcc/java/java-tree.def /Users/zmwang/src/gcc/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def cilkplus.def cilk-builtins.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /Users/zmwang/src/gcc/gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def /Users/zmwang/src/gcc/gcc/../include/hashtab.h hash-table.h is-a.h alloc-pool.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def target.h target.def target-hooks-macros.h insn-modes.h insn-codes.h coretypes.h rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h real.h machmode.h mode-classes.def insn-modes.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h alias.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h flags.h flag-types.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def genrtl.h tm_p.h /Users/zmwang/src/gcc/gcc/config/i386/i386-protos.h /Users/zmwang/src/gcc/gcc/config/darwin-protos.h tm-preds.h cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h double-int.h bitmap.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h statistics.h sbitmap.h emit-rtl.h version.h stringpool.h gimplify.h gimple-iterator.h gimple-ssa.h fold-const.h tree-cfg.h tree-into-ssa.h tree-ssanames.h print-tree.h varasm.h context.h tree-phinodes.h stor-layout.h ssa-iterators.h resource.h hard-reg-set.h df.h bitmap.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h statistics.h regset.h bitmap.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h /Users/zmwang/src/gcc/gcc/../include/hashtab.h tm.h options.h /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /Users/zmwang/src/gcc/gcc/config/i386/i386.h /Users/zmwang/src/gcc/gcc/config/darwin.h /Users/zmwang/src/gcc/gcc/config/darwin9.h /Users/zmwang/src/gcc/gcc/config/darwin10.h /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /Users/zmwang/src/gcc/gcc/config/initfini-array.h /Users/zmwang/src/gcc/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h input.h machmode.h mode-classes.def insn-modes.h cfg-flags.def cfghooks.h alloc-pool.h timevar.h timevar.def tree-cfgcleanup.h attribs.h calls.h cfgexpand.h diagnostic-color.h gcc-symtab.h gimple-builder.h gimple-low.h gimple-walk.h gimplify-me.h pass_manager.h print-rtl.h stmt.h tree-dfa.h tree-hasher.h tree-nested.h tree-object-size.h tree-outof-ssa.h tree-parloops.h tree-ssa-address.h tree-ssa-coalesce.h tree-ssa-dom.h tree-ssa-loop.h tree-ssa-loop-ivopts.h tree-ssa-loop-manip.h tree-ssa-loop-niter.h tree-ssa-ter.h tree-ssa-threadedge.h tree-ssa-threadupdate.h | tr ' ' '\012' | sort -u`; \
srcdirstrip=`echo "/Users/zmwang/src/gcc/gcc" | sed 's/[].[^$\\*|]/\\\\&/g'`; \
for file in $headers; do \
if [ -f $file ] ; then \
path=$file; \
elif [ -f /Users/zmwang/src/gcc/gcc/$file ]; then \
path=/Users/zmwang/src/gcc/gcc/$file; \
else continue; \
fi; \
case $path in \
"/Users/zmwang/src/gcc/gcc"/config/* | "/Users/zmwang/src/gcc/gcc"/c-family/* | "/Users/zmwang/src/gcc/gcc"/*.def ) \
base=`echo "$path" | sed -e "s|$srcdirstrip/||"`;; \
*) base=`basename $path` ;; \
esac; \
dest=/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/$base; \
echo /opt/local/libexec/gnubin//install -c -m 644 $path $dest; \
dir=`dirname $dest`; \
/bin/sh /Users/zmwang/src/gcc/gcc/../mkinstalldirs $dir; \
/opt/local/libexec/gnubin//install -c -m 644 $path $dest; \
done
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../include/ansidecl.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ansidecl.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../include/filenames.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/filenames.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../include/hashtab.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/hashtab.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../include/libiberty.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/libiberty.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../include/md5.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/md5.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../include/obstack.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/obstack.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../include/plugin-api.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/plugin-api.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../include/safe-ctype.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/safe-ctype.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../include/splay-tree.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/splay-tree.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../libcpp/include/cpplib.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cpplib.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../libcpp/include/line-map.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/line-map.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/../libcpp/include/symtab.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/symtab.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/ada/gcc-interface/ada-tree.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ada/gcc-interface/ada-tree.def
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ada/gcc-interface
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/darwin-protos.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/darwin-protos.h
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/darwin-sections.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/darwin-sections.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/darwin.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/darwin.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/darwin10.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/darwin10.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/darwin9.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/darwin9.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/biarch64.h
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/darwin.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/darwin64.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/i386-opts.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/i386-opts.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/i386-protos.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/i386-protos.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/i386.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/i386.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/stringop.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/stringop.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/x86-tune.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/x86-tune.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/initfini-array.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/initfini-array.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/vxworks-dummy.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cp/cp-tree.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cp/cp-tree.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/defaults.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/defaults.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/java/java-tree.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/java/java-tree.def
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/java
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/objc/objc-tree.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/objc/objc-tree.def
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/objc
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/alias.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/alias.h
/opt/local/libexec/gnubin//install -c -m 644 all-tree.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/all-tree.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/alloc-pool.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/alloc-pool.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/attribs.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/attribs.h
/opt/local/libexec/gnubin//install -c -m 644 auto-host.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/auto-host.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/basic-block.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/basic-block.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/bitmap.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/bitmap.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/builtins.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/builtins.def
/opt/local/libexec/gnubin//install -c -m 644 bversion.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/bversion.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/c-family/c-common.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/c-family/c-common.def
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/c-family
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/c-family/c-common.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/c-family/c-common.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/c-family/c-objc.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/c-family/c-objc.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/c-family/c-pragma.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/c-family/c-pragma.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/c-family/c-pretty-print.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/c-family/c-pretty-print.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/c/c-tree.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/c-tree.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/calls.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/calls.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cfg-flags.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cfg-flags.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cfgexpand.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cfgexpand.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cfghooks.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cfghooks.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cfgloop.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cfgloop.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cgraph.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cgraph.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cif-code.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cif-code.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cilk-builtins.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cilk-builtins.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cilkplus.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cilkplus.def
/opt/local/libexec/gnubin//install -c -m 644 config.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/darwin-protos.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/darwin-protos.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/darwin.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/darwin.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/darwin10.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/darwin10.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/darwin9.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/darwin9.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/biarch64.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/biarch64.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/darwin.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/darwin.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/darwin64.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/darwin64.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/i386-protos.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/i386-protos.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/i386/i386.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/i386/i386.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/initfini-array.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/initfini-array.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/config/vxworks-dummy.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/config/vxworks-dummy.h
/opt/local/libexec/gnubin//install -c -m 644 configargs.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/configargs.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/context.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/context.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/coretypes.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/coretypes.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/cppdefault.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/cppdefault.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/debug.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/debug.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/defaults.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/defaults.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/df.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/df.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/diagnostic-color.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/diagnostic-color.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/diagnostic-core.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/diagnostic-core.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/diagnostic.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/diagnostic.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/diagnostic.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/diagnostic.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/double-int.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/double-int.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/dumpfile.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/dumpfile.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/emit-rtl.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/emit-rtl.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/except.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/except.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/fixed-value.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/fixed-value.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/flag-types.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/flag-types.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/flags.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/flags.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/fold-const.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/fold-const.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/function.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/function.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gcc-plugin.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gcc-plugin.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gcc-symtab.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gcc-symtab.h
/opt/local/libexec/gnubin//install -c -m 644 genrtl.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/genrtl.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/ggc.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ggc.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple-builder.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple-builder.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple-expr.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple-expr.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple-fold.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple-fold.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple-iterator.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple-iterator.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple-low.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple-low.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple-pretty-print.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple-pretty-print.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple-ssa.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple-ssa.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple-walk.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple-walk.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimple.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimple.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimplify-me.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimplify-me.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gimplify.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gimplify.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gsstruct.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gsstruct.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/gtm-builtins.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gtm-builtins.def
/opt/local/libexec/gnubin//install -c -m 644 gtype-desc.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/gtype-desc.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/hard-reg-set.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/hard-reg-set.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/hash-table.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/hash-table.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/highlev-plugin-common.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/highlev-plugin-common.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/hwint.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/hwint.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/incpath.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/incpath.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/input.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/input.h
/opt/local/libexec/gnubin//install -c -m 644 insn-codes.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/insn-codes.h
/opt/local/libexec/gnubin//install -c -m 644 insn-constants.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/insn-constants.h
/opt/local/libexec/gnubin//install -c -m 644 insn-flags.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/insn-flags.h
/opt/local/libexec/gnubin//install -c -m 644 insn-modes.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/insn-modes.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/insn-notes.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/insn-notes.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/internal-fn.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/internal-fn.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/internal-fn.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/internal-fn.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/intl.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/intl.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/ipa-prop.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ipa-prop.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/ipa-ref-inline.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ipa-ref-inline.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/ipa-ref.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ipa-ref.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/ipa-reference.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ipa-reference.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/ipa-utils.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ipa-utils.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/is-a.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/is-a.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/langhooks.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/langhooks.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/machmode.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/machmode.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/mode-classes.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/mode-classes.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/omp-builtins.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/omp-builtins.def
/opt/local/libexec/gnubin//install -c -m 644 options.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/options.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/opts.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/opts.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/output.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/output.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/params.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/params.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/params.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/params.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/pass_manager.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/pass_manager.h
/opt/local/libexec/gnubin//install -c -m 644 plugin-version.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/plugin-version.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/plugin.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/plugin.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/plugin.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/plugin.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/pointer-set.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/pointer-set.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/predict.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/predict.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/predict.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/predict.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/prefix.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/prefix.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/pretty-print.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/pretty-print.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/print-rtl.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/print-rtl.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/print-tree.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/print-tree.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/real.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/real.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/realmpfr.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/realmpfr.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/reg-notes.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/reg-notes.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/regset.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/regset.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/resource.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/resource.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/rtl.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/rtl.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/rtl.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/rtl.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/sanitizer.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/sanitizer.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/sbitmap.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/sbitmap.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/ssa-iterators.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/ssa-iterators.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/statistics.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/statistics.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/stmt.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/stmt.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/stor-layout.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/stor-layout.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/stringpool.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/stringpool.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/sync-builtins.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/sync-builtins.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/system.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/system.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/target-hooks-macros.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/target-hooks-macros.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/target.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/target.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/target.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/target.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/timevar.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/timevar.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/timevar.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/timevar.h
/opt/local/libexec/gnubin//install -c -m 644 tm-preds.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tm-preds.h
/opt/local/libexec/gnubin//install -c -m 644 tm.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tm.h
/opt/local/libexec/gnubin//install -c -m 644 tm_p.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tm_p.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/toplev.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/toplev.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-cfg.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-cfg.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-cfgcleanup.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-cfgcleanup.h
/opt/local/libexec/gnubin//install -c -m 644 tree-check.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-check.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-core.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-core.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-dfa.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-dfa.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-dump.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-dump.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-eh.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-eh.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-hasher.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-hasher.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-inline.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-inline.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-into-ssa.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-into-ssa.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-iterator.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-iterator.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-nested.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-nested.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-object-size.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-object-size.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-outof-ssa.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-outof-ssa.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-parloops.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-parloops.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-pass.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-pass.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-phinodes.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-phinodes.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-pretty-print.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-pretty-print.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-address.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-address.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-alias.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-alias.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-coalesce.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-coalesce.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-dom.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-dom.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-loop-ivopts.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-loop-ivopts.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-loop-manip.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-loop-manip.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-loop-niter.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-loop-niter.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-loop.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-loop.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-operands.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-operands.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-sccvn.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-sccvn.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-ter.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-ter.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-threadedge.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-threadedge.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa-threadupdate.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa-threadupdate.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssa.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssa.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree-ssanames.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree-ssanames.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/tree.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/tree.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/treestruct.def /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/treestruct.def
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/varasm.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/varasm.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/vec.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/vec.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/gcc/version.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/version.h
/opt/local/libexec/gnubin//install -c -m 644 b-header-vars /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/plugin/include/b-header-vars
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && /Applications/Xcode.app/Contents/Developer/usr/bin/make stamp-h1)
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
true DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
make[3]: Nothing to be done for `install-data-am'.
mkdir -p -- /usr/local/share/locale/ca/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/eo/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/pt_BR/LC_MESSAGES
mkdir -p -- /usr/local/share/locale/uk/LC_MESSAGES
cats="po/be.gmo po/ca.gmo po/da.gmo po/de.gmo po/el.gmo po/eo.gmo po/es.gmo po/fi.gmo po/fr.gmo po/id.gmo po/ja.gmo po/nl.gmo po/pt_BR.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/uk.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo po/be.gmo po/ca.gmo po/da.gmo po/de.gmo po/el.gmo po/eo.gmo po/es.gmo po/fi.gmo po/fr.gmo po/id.gmo po/ja.gmo po/nl.gmo po/pt_BR.gmo po/ru.gmo po/sr.gmo po/sv.gmo po/tr.gmo po/uk.gmo po/vi.gmo po/zh_CN.gmo po/zh_TW.gmo"; for cat in $cats; do \
lang=`basename $cat | sed 's/\.gmo$//'`; \
if [ -f $cat ]; then :; \
elif [ -f /Users/zmwang/src/gcc/libcpp/$cat ]; then cat=/Users/zmwang/src/gcc/libcpp/$cat; \
else continue; \
fi; \
dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
echo /opt/local/libexec/gnubin//install -c -m 644 $cat $dir/cpplib.mo; \
/opt/local/libexec/gnubin//install -c -m 644 $cat $dir/cpplib.mo; \
done
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/be.gmo /usr/local/share/locale/be/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/ca.gmo /usr/local/share/locale/ca/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/da.gmo /usr/local/share/locale/da/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/de.gmo /usr/local/share/locale/de/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/el.gmo /usr/local/share/locale/el/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/eo.gmo /usr/local/share/locale/eo/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/es.gmo /usr/local/share/locale/es/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/fi.gmo /usr/local/share/locale/fi/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/fr.gmo /usr/local/share/locale/fr/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/id.gmo /usr/local/share/locale/id/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/ja.gmo /usr/local/share/locale/ja/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/nl.gmo /usr/local/share/locale/nl/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/pt_BR.gmo /usr/local/share/locale/pt_BR/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/ru.gmo /usr/local/share/locale/ru/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/sr.gmo /usr/local/share/locale/sr/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/sv.gmo /usr/local/share/locale/sv/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/tr.gmo /usr/local/share/locale/tr/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/uk.gmo /usr/local/share/locale/uk/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/vi.gmo /usr/local/share/locale/vi/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/zh_CN.gmo /usr/local/share/locale/zh_CN/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/zh_TW.gmo /usr/local/share/locale/zh_TW/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/be.gmo /usr/local/share/locale/be/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/ca.gmo /usr/local/share/locale/ca/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/da.gmo /usr/local/share/locale/da/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/de.gmo /usr/local/share/locale/de/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/el.gmo /usr/local/share/locale/el/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/eo.gmo /usr/local/share/locale/eo/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/es.gmo /usr/local/share/locale/es/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/fi.gmo /usr/local/share/locale/fi/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/fr.gmo /usr/local/share/locale/fr/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/id.gmo /usr/local/share/locale/id/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/ja.gmo /usr/local/share/locale/ja/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/nl.gmo /usr/local/share/locale/nl/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/pt_BR.gmo /usr/local/share/locale/pt_BR/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/ru.gmo /usr/local/share/locale/ru/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/sr.gmo /usr/local/share/locale/sr/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/sv.gmo /usr/local/share/locale/sv/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/tr.gmo /usr/local/share/locale/tr/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/uk.gmo /usr/local/share/locale/uk/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/vi.gmo /usr/local/share/locale/vi/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/zh_CN.gmo /usr/local/share/locale/zh_CN/LC_MESSAGES/cpplib.mo
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcpp/po/zh_TW.gmo /usr/local/share/locale/zh_TW/LC_MESSAGES/cpplib.mo
make[2]: Nothing to be done for `install'.
make[3]: Nothing to be done for `all'.
if test -n ""; then \
/bin/sh /Users/zmwang/src/gcc/libiberty/../mkinstalldirs /usr/local/lib/`gcc -g -O2 -print-multi-os-directory`; \
/opt/local/libexec/gnubin//install -c -m 644 ./libiberty.a /usr/local/lib/`gcc -g -O2 -print-multi-os-directory`/./libiberty.an; \
( cd /usr/local/lib/`gcc -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \
mv -f /usr/local/lib/`gcc -g -O2 -print-multi-os-directory`/./libiberty.an /usr/local/lib/`gcc -g -O2 -print-multi-os-directory`/./libiberty.a; \
case "" in \
/*) thd=;; \
*) thd=/usr/local/include/;; \
esac; \
/bin/sh /Users/zmwang/src/gcc/libiberty/../mkinstalldirs ${thd}; \
for h in /Users/zmwang/src/gcc/libiberty/../include/ansidecl.h /Users/zmwang/src/gcc/libiberty/../include/demangle.h /Users/zmwang/src/gcc/libiberty/../include/dyn-string.h /Users/zmwang/src/gcc/libiberty/../include/fibheap.h /Users/zmwang/src/gcc/libiberty/../include/floatformat.h /Users/zmwang/src/gcc/libiberty/../include/hashtab.h /Users/zmwang/src/gcc/libiberty/../include/libiberty.h /Users/zmwang/src/gcc/libiberty/../include/objalloc.h /Users/zmwang/src/gcc/libiberty/../include/partition.h /Users/zmwang/src/gcc/libiberty/../include/safe-ctype.h /Users/zmwang/src/gcc/libiberty/../include/sort.h /Users/zmwang/src/gcc/libiberty/../include/splay-tree.h /Users/zmwang/src/gcc/libiberty/../include/timeval-utils.h; do \
/opt/local/libexec/gnubin//install -c -m 644 $h ${thd}; \
done; \
fi
make[3]: Nothing to be done for `install'.
/bin/sh /Users/zmwang/src/gcc/libgcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0
/opt/local/libexec/gnubin//install -c -m 644 libgcc_eh.a /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/
chmod 644 /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/libgcc_eh.a
ranlib /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/libgcc_eh.a
/bin/sh /Users/zmwang/src/gcc/libgcc/../mkinstalldirs /usr/local/lib
for d in libgcc_s.1.dylib libgcc_ext.10.4.dylib libgcc_ext.10.5.dylib ; do \
/opt/local/libexec/gnubin//install -c -m 644 $d /usr/local/lib/$d || exit 1 ; \
done
if [ -f /usr/local/lib/libgcc_s_ppc64.1.dylib ]; then \
rm -f /usr/local/lib/libgcc_s_ppc64.1.dylib; \
else true; fi
ln -s libgcc_s.1.dylib \
/usr/local/lib/libgcc_s_ppc64.1.dylib
if [ -f /usr/local/lib/libgcc_s_x86_64.1.dylib ]; then \
rm -f /usr/local/lib/libgcc_s_x86_64.1.dylib; \
else true; fi
ln -s libgcc_s.1.dylib \
/usr/local/lib/libgcc_s_x86_64.1.dylib
/bin/sh /Users/zmwang/src/gcc/libgcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0
/opt/local/libexec/gnubin//install -c -m 644 libgcc.a /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/
chmod 644 /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/libgcc.a
ranlib /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/libgcc.a
/opt/local/libexec/gnubin//install -c -m 644 libgcov.a /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/
chmod 644 /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/libgcov.a
ranlib /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/libgcov.a
parts="crt3.o crttms.o crttme.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \
for file in $parts; do \
rm -f /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/$file; \
/opt/local/libexec/gnubin//install -c -m 644 $file /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/; \
case $file in \
*.a) \
ranlib ../.././gcc/$file ;; \
esac; \
done
/bin/sh /Users/zmwang/src/gcc/libgcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include
/opt/local/libexec/gnubin//install -c -m 644 unwind.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libgcc; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make "AR=ar" "AR_FLAGS=rc" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CFLAGS=-g -O2" "DESTDIR=" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=ranlib" "SHELL=/bin/sh" "prefix=/usr/local" "exec_prefix=/usr/local" "libdir=/usr/local/lib" "libsubdir=/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0" "tooldir=/usr/local/x86_64-apple-darwin13.2.0" \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
install); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
/bin/sh /Users/zmwang/src/gcc/libgcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386
mkdir -p -- /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386
/opt/local/libexec/gnubin//install -c -m 644 libgcc_eh.a /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/
chmod 644 /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/libgcc_eh.a
ranlib /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/libgcc_eh.a
/bin/sh /Users/zmwang/src/gcc/libgcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386
/opt/local/libexec/gnubin//install -c -m 644 libgcc.a /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/
chmod 644 /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/libgcc.a
ranlib /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/libgcc.a
/opt/local/libexec/gnubin//install -c -m 644 libgcov.a /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/
chmod 644 /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/libgcov.a
ranlib /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/libgcov.a
parts="crt3.o crttms.o crttme.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \
for file in $parts; do \
rm -f /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/$file; \
/opt/local/libexec/gnubin//install -c -m 644 $file /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/i386/; \
case $file in \
*.a) \
ranlib ../../.././gcc/i386/$file ;; \
esac; \
done
/bin/sh /Users/zmwang/src/gcc/libgcc/../mkinstalldirs /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include
/opt/local/libexec/gnubin//install -c -m 644 unwind.h /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include
Making install in include
make[4]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0
mkdir -p -- /usr/local/include/c++/4.9.0
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./bits
mkdir -p -- /usr/local/include/c++/4.9.0/./bits
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/bits/algorithmfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/alloc_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/atomic_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/basic_ios.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/basic_ios.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/basic_string.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/basic_string.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/boost_concept_check.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/c++0x_warning.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/c++14_warning.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/char_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/codecvt.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/concept_check.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/cpp_type_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/deque.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/enable_special_members.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/forward_list.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/forward_list.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/fstream.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/functexcept.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/functional_hash.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/gslice.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/gslice_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/hashtable.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/hashtable_policy.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/indirect_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/ios_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/istream.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/list.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_classes.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_classes.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_facets.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_facets.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_facets_nonio.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_facets_nonio.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/localefwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/mask_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/memoryfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/move.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/ostream.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/ostream_insert.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/parse_numbers.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/postypes.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/predefined_ops.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/ptr_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/random.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/random.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/range_access.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_constants.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_error.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_scanner.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_scanner.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_automaton.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_automaton.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_compiler.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_compiler.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_executor.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_executor.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stream_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/streambuf_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/shared_ptr.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/shared_ptr_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/slice_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/sstream.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_algo.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_algobase.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_bvector.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_construct.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_deque.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_function.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_heap.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_iterator_base_funcs.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_iterator_base_types.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_list.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_map.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_multimap.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_multiset.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_numeric.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_pair.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_queue.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_raw_storage_iter.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_relops.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_set.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_stack.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_tempbuf.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_tree.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_uninitialized.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_vector.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/streambuf.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stringfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/unique_ptr.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/unordered_map.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/unordered_set.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/uses_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/valarray_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/valarray_array.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/valarray_before.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/valarray_after.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/vector.tcc; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./bits; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./backward
mkdir -p -- /usr/local/include/c++/4.9.0/./backward
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/backward/auto_ptr.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/backward_warning.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/binders.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_map /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_set /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_fun.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hashtable.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/strstream; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./backward; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./ext
mkdir -p -- /usr/local/include/c++/4.9.0/./ext
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/algorithm /Users/zmwang/src/gcc/libstdc++-v3/include/ext/aligned_buffer.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/alloc_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/atomicity.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/array_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/bitmap_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/cast.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/cmath /Users/zmwang/src/gcc/libstdc++-v3/include/ext/codecvt_specializations.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/concurrence.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/debug_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/enc_filebuf.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/extptr_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/stdio_filebuf.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/stdio_sync_filebuf.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/functional /Users/zmwang/src/gcc/libstdc++-v3/include/ext/iterator /Users/zmwang/src/gcc/libstdc++-v3/include/ext/malloc_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/memory /Users/zmwang/src/gcc/libstdc++-v3/include/ext/mt_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/new_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/numeric /Users/zmwang/src/gcc/libstdc++-v3/include/ext/numeric_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pod_char_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pointer.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pool_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/rb_tree /Users/zmwang/src/gcc/libstdc++-v3/include/ext/random /Users/zmwang/src/gcc/libstdc++-v3/include/ext/random.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/ext/rope /Users/zmwang/src/gcc/libstdc++-v3/include/ext/ropeimpl.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/slist /Users/zmwang/src/gcc/libstdc++-v3/include/ext/string_conversions.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/throw_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/typelist.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/type_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/rc_string_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/sso_string_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/vstring.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/vstring.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/ext/vstring_fwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/vstring_util.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_set /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_map; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./ext; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./ext/pb_ds
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds
for dir in ./ext/pb_ds/detail ./ext/pb_ds/detail/pairing_heap_ ./ext/pb_ds/detail/splay_tree_ ./ext/pb_ds/detail/list_update_map_ ./ext/pb_ds/detail/branch_policy ./ext/pb_ds/detail/trie_policy ./ext/pb_ds/detail/gp_hash_table_map_ ./ext/pb_ds/detail/tree_policy ./ext/pb_ds/detail/binomial_heap_base_ ./ext/pb_ds/detail/resize_policy ./ext/pb_ds/detail/bin_search_tree_ ./ext/pb_ds/detail/binomial_heap_ ./ext/pb_ds/detail/thin_heap_ ./ext/pb_ds/detail/pat_trie_ ./ext/pb_ds/detail/cc_hash_table_map_ ./ext/pb_ds/detail/rc_binomial_heap_ ./ext/pb_ds/detail/left_child_next_sibling_heap_ ./ext/pb_ds/detail/unordered_iterator ./ext/pb_ds/detail/binary_heap_ ./ext/pb_ds/detail/ov_tree_map_ ./ext/pb_ds/detail/hash_fn ./ext/pb_ds/detail/eq_fn ./ext/pb_ds/detail/rb_tree_map_ ./ext/pb_ds/detail/list_update_policy; do \
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/${dir} ; done
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/pairing_heap_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/splay_tree_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/list_update_map_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/branch_policy
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/trie_policy
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/gp_hash_table_map_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/tree_policy
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/binomial_heap_base_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/resize_policy
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/bin_search_tree_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/binomial_heap_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/thin_heap_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/pat_trie_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/cc_hash_table_map_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/rc_binomial_heap_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/left_child_next_sibling_heap_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/unordered_iterator
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/binary_heap_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/ov_tree_map_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/hash_fn
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/eq_fn
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/rb_tree_map_
mkdir -p -- /usr/local/include/c++/4.9.0/./ext/pb_ds/detail/list_update_policy
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/exception.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/branch_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./tr1
mkdir -p -- /usr/local/include/c++/4.9.0/./tr1
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/array /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/bessel_function.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/beta_function.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ccomplex /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cctype /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cfenv /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cfloat /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cinttypes /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/climits /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cmath /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/complex /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/complex.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdarg /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdbool /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdint /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdio /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdlib /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ctgmath /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ctime /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ctype.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cwchar /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cwctype /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ell_integral.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/exp_integral.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/fenv.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/float.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/functional /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/functional_hash.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/gamma.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/hypergeometric.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/hashtable.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/hashtable_policy.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/inttypes.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/limits.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/math.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/memory /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/modified_bessel_func.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/poly_hermite.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/poly_laguerre.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/legendre_function.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/random /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/random.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/random.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/regex /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/riemann_zeta.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/shared_ptr.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/special_function_util.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdarg.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdbool.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdint.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdio.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdlib.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/tgmath.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/tuple /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/type_traits /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/unordered_map /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/unordered_map.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/unordered_set /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/unordered_set.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/utility /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/wchar.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/wctype.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./tr1; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./tr2
mkdir -p -- /usr/local/include/c++/4.9.0/./tr2
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/bool_set /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/bool_set.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/dynamic_bitset /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/dynamic_bitset.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/ratio /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/type_traits; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./tr2; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./decimal
mkdir -p -- /usr/local/include/c++/4.9.0/./decimal
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/decimal/decimal /Users/zmwang/src/gcc/libstdc++-v3/include/decimal/decimal.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./decimal; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./experimental
mkdir -p -- /usr/local/include/c++/4.9.0/./experimental
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/experimental/optional /Users/zmwang/src/gcc/libstdc++-v3/include/experimental/string_view /Users/zmwang/src/gcc/libstdc++-v3/include/experimental/string_view.tcc; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./experimental; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/.
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cassert /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/ccomplex /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cctype /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cerrno /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cfenv /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cfloat /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cinttypes /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/ciso646 /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/climits /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/clocale /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cmath /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/csetjmp /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/csignal /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdalign /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdarg /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdbool /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstddef /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdint /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdio /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdlib /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstring /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/ctgmath /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/ctime /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cwchar /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cwctype; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/.; done
c_base_headers_extra_install='';\
for file in $c_base_headers_extra_install; do \
/opt/local/libexec/gnubin//install -c -m 644 $file /usr/local/include/c++/4.9.0/./bits; done
c_compatibility_headers_install='/Users/zmwang/src/gcc/libstdc++-v3/include/c_compatibility/complex.h /Users/zmwang/src/gcc/libstdc++-v3/include/c_compatibility/fenv.h /Users/zmwang/src/gcc/libstdc++-v3/include/c_compatibility/tgmath.h';\
for file in $c_compatibility_headers_install; do \
/opt/local/libexec/gnubin//install -c -m 644 $file /usr/local/include/c++/4.9.0; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/.
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/std/algorithm /Users/zmwang/src/gcc/libstdc++-v3/include/std/array /Users/zmwang/src/gcc/libstdc++-v3/include/std/atomic /Users/zmwang/src/gcc/libstdc++-v3/include/std/bitset /Users/zmwang/src/gcc/libstdc++-v3/include/std/chrono /Users/zmwang/src/gcc/libstdc++-v3/include/std/complex /Users/zmwang/src/gcc/libstdc++-v3/include/std/condition_variable /Users/zmwang/src/gcc/libstdc++-v3/include/std/deque /Users/zmwang/src/gcc/libstdc++-v3/include/std/forward_list /Users/zmwang/src/gcc/libstdc++-v3/include/std/fstream /Users/zmwang/src/gcc/libstdc++-v3/include/std/functional /Users/zmwang/src/gcc/libstdc++-v3/include/std/future /Users/zmwang/src/gcc/libstdc++-v3/include/std/iomanip /Users/zmwang/src/gcc/libstdc++-v3/include/std/ios /Users/zmwang/src/gcc/libstdc++-v3/include/std/iosfwd /Users/zmwang/src/gcc/libstdc++-v3/include/std/iostream /Users/zmwang/src/gcc/libstdc++-v3/include/std/istream /Users/zmwang/src/gcc/libstdc++-v3/include/std/iterator /Users/zmwang/src/gcc/libstdc++-v3/include/std/limits /Users/zmwang/src/gcc/libstdc++-v3/include/std/list /Users/zmwang/src/gcc/libstdc++-v3/include/std/locale /Users/zmwang/src/gcc/libstdc++-v3/include/std/map /Users/zmwang/src/gcc/libstdc++-v3/include/std/memory /Users/zmwang/src/gcc/libstdc++-v3/include/std/mutex /Users/zmwang/src/gcc/libstdc++-v3/include/std/numeric /Users/zmwang/src/gcc/libstdc++-v3/include/std/ostream /Users/zmwang/src/gcc/libstdc++-v3/include/std/queue /Users/zmwang/src/gcc/libstdc++-v3/include/std/random /Users/zmwang/src/gcc/libstdc++-v3/include/std/ratio /Users/zmwang/src/gcc/libstdc++-v3/include/std/regex /Users/zmwang/src/gcc/libstdc++-v3/include/std/scoped_allocator /Users/zmwang/src/gcc/libstdc++-v3/include/std/set /Users/zmwang/src/gcc/libstdc++-v3/include/std/shared_mutex /Users/zmwang/src/gcc/libstdc++-v3/include/std/sstream /Users/zmwang/src/gcc/libstdc++-v3/include/std/stack /Users/zmwang/src/gcc/libstdc++-v3/include/std/stdexcept /Users/zmwang/src/gcc/libstdc++-v3/include/std/streambuf /Users/zmwang/src/gcc/libstdc++-v3/include/std/string /Users/zmwang/src/gcc/libstdc++-v3/include/std/system_error /Users/zmwang/src/gcc/libstdc++-v3/include/std/thread /Users/zmwang/src/gcc/libstdc++-v3/include/std/tuple /Users/zmwang/src/gcc/libstdc++-v3/include/std/typeindex /Users/zmwang/src/gcc/libstdc++-v3/include/std/type_traits /Users/zmwang/src/gcc/libstdc++-v3/include/std/unordered_map /Users/zmwang/src/gcc/libstdc++-v3/include/std/unordered_set /Users/zmwang/src/gcc/libstdc++-v3/include/std/utility /Users/zmwang/src/gcc/libstdc++-v3/include/std/valarray /Users/zmwang/src/gcc/libstdc++-v3/include/std/vector; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/.; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./debug
mkdir -p -- /usr/local/include/c++/4.9.0/./debug
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/debug/array /Users/zmwang/src/gcc/libstdc++-v3/include/debug/bitset /Users/zmwang/src/gcc/libstdc++-v3/include/debug/debug.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/deque /Users/zmwang/src/gcc/libstdc++-v3/include/debug/formatter.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/forward_list /Users/zmwang/src/gcc/libstdc++-v3/include/debug/functions.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/list /Users/zmwang/src/gcc/libstdc++-v3/include/debug/map /Users/zmwang/src/gcc/libstdc++-v3/include/debug/macros.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/map.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/multimap.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/multiset.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_iterator.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_local_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_local_iterator.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_sequence.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_sequence.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_unordered_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_unordered_container.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_unordered_container.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/debug/set /Users/zmwang/src/gcc/libstdc++-v3/include/debug/set.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/string /Users/zmwang/src/gcc/libstdc++-v3/include/debug/unordered_map /Users/zmwang/src/gcc/libstdc++-v3/include/debug/unordered_set /Users/zmwang/src/gcc/libstdc++-v3/include/debug/vector; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./debug; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./parallel
mkdir -p -- /usr/local/include/c++/4.9.0/./parallel
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/algo.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/algobase.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/algorithm /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/algorithmfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/balanced_quicksort.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/base.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/basic_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/checkers.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/compatibility.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/compiletime_settings.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/equally_split.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/features.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/find.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/find_selectors.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/for_each.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/for_each_selectors.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/list_partition.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/losertree.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/merge.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/multiseq_selection.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/multiway_merge.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/multiway_mergesort.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/numeric /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/numericfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/omp_loop.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/omp_loop_static.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/par_loop.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/parallel.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/partial_sum.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/partition.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/queue.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/quicksort.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/random_number.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/random_shuffle.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/search.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/set_operations.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/settings.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/sort.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/tags.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/types.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/unique_copy.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/workstealing.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./parallel; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./profile
mkdir -p -- /usr/local/include/c++/4.9.0/./profile
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/profile/array /Users/zmwang/src/gcc/libstdc++-v3/include/profile/base.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/unordered_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/unordered_map /Users/zmwang/src/gcc/libstdc++-v3/include/profile/unordered_set /Users/zmwang/src/gcc/libstdc++-v3/include/profile/vector /Users/zmwang/src/gcc/libstdc++-v3/include/profile/bitset /Users/zmwang/src/gcc/libstdc++-v3/include/profile/deque /Users/zmwang/src/gcc/libstdc++-v3/include/profile/forward_list /Users/zmwang/src/gcc/libstdc++-v3/include/profile/list /Users/zmwang/src/gcc/libstdc++-v3/include/profile/map /Users/zmwang/src/gcc/libstdc++-v3/include/profile/map.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/multimap.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/multiset.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/set /Users/zmwang/src/gcc/libstdc++-v3/include/profile/set.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/iterator_tracker.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./profile; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./profile/impl
mkdir -p -- /usr/local/include/c++/4.9.0/./profile/impl
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_algos.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_container_size.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_hash_func.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_node.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_state.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_trace.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_vector_size.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./profile/impl; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/bits
mkdir -p -- /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/bits
for file in /Users/zmwang/src/gcc/libstdc++-v3/config/os/bsd/darwin/ctype_base.h /Users/zmwang/src/gcc/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h /Users/zmwang/src/gcc/libstdc++-v3/config/os/bsd/darwin/os_defines.h /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/generic/atomic_word.h /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/generic/cpu_defines.h /Users/zmwang/src/gcc/libstdc++-v3/config/os/generic/error_constants.h /Users/zmwang/src/gcc/libstdc++-v3/include/precompiled/stdc++.h /Users/zmwang/src/gcc/libstdc++-v3/include/precompiled/stdtr1c++.h /Users/zmwang/src/gcc/libstdc++-v3/include/precompiled/extc++.h /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/i486/opt/bits/opt_random.h ./x86_64-apple-darwin13.2.0/bits/basic_file.h ./x86_64-apple-darwin13.2.0/bits/c++config.h ./x86_64-apple-darwin13.2.0/bits/c++allocator.h ./x86_64-apple-darwin13.2.0/bits/c++io.h ./x86_64-apple-darwin13.2.0/bits/c++locale.h ./x86_64-apple-darwin13.2.0/bits/messages_members.h ./x86_64-apple-darwin13.2.0/bits/time_members.h \
./x86_64-apple-darwin13.2.0/bits/gthr.h ./x86_64-apple-darwin13.2.0/bits/gthr-single.h ./x86_64-apple-darwin13.2.0/bits/gthr-posix.h ./x86_64-apple-darwin13.2.0/bits/gthr-default.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/bits; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/bits/../ext
mkdir -p -- /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/bits/../ext
for file in /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/bits/../ext; done
Making install in libsupc++
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ../libtool --mode=install /opt/local/libexec/gnubin//install -c libsupc++.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libsupc++.lai /usr/local/lib/libsupc++.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libsupc++.a /usr/local/lib/libsupc++.a
libtool: install: chmod 644 /usr/local/lib/libsupc++.a
libtool: install: ranlib /usr/local/lib/libsupc++.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/bits
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/atomic_lockfree_defines.h /usr/local/include/c++/4.9.0/bits/atomic_lockfree_defines.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/cxxabi_forced.h /usr/local/include/c++/4.9.0/bits/cxxabi_forced.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/exception_defines.h /usr/local/include/c++/4.9.0/bits/exception_defines.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/exception_ptr.h /usr/local/include/c++/4.9.0/bits/exception_ptr.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/hash_bytes.h /usr/local/include/c++/4.9.0/bits/hash_bytes.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/nested_exception.h /usr/local/include/c++/4.9.0/bits/nested_exception.h
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/cxxabi.h /usr/local/include/c++/4.9.0/cxxabi.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/exception /usr/local/include/c++/4.9.0/exception
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/initializer_list /usr/local/include/c++/4.9.0/initializer_list
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/new /usr/local/include/c++/4.9.0/new
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/typeinfo /usr/local/include/c++/4.9.0/typeinfo
Making install in src
Making install in c++98
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in c++11
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ../libtool --mode=install /opt/local/libexec/gnubin//install -c libstdc++.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libstdc++.6.dylib /usr/local/lib/libstdc++.6.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libstdc++.6.dylib libstdc++.dylib || { rm -f libstdc++.dylib && ln -s libstdc++.6.dylib libstdc++.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libstdc++.lai /usr/local/lib/libstdc++.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libstdc++.a /usr/local/lib/libstdc++.a
libtool: install: chmod 644 /usr/local/lib/libstdc++.a
libtool: install: ranlib /usr/local/lib/libstdc++.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
Making install in doc
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in po
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in testsuite
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in python
make[4]: Nothing to be done for `install-exec-am'.
/opt/local/libexec/gnubin//install -c -m 644 gdb.py /usr/local/lib/libstdc++.a-gdb.py
test -z "/usr/local/share/gcc-4.9.0/python" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/share/gcc-4.9.0/python"
/opt/local/libexec/gnubin//mkdir -p '/usr/local/share/gcc-4.9.0/python/libstdcxx/v6'
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/python/libstdcxx/v6/printers.py /Users/zmwang/src/gcc/libstdc++-v3/python/libstdcxx/v6/__init__.py '/usr/local/share/gcc-4.9.0/python/libstdcxx/v6'
/opt/local/libexec/gnubin//mkdir -p '/usr/local/share/gcc-4.9.0/python/libstdcxx'
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/python/libstdcxx/__init__.py '/usr/local/share/gcc-4.9.0/python/libstdcxx'
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "includedir=/usr/local/include" "prefix=/usr/local" "tooldir=/usr/local/x86_64-apple-darwin13.2.0" "gxx_include_dir=/usr/local/include/c++/4.9.0" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "RANLIB=ranlib" "NM=/Users/zmwang/build/gcc/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libstdc++-v3; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "includedir=/usr/local/include" "prefix=/usr/local" "tooldir=/usr/local/x86_64-apple-darwin13.2.0" "gxx_include_dir=/usr/local/include/c++/4.9.0" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "RANLIB=ranlib" "NM=/Users/zmwang/build/gcc/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "includedir=/usr/local/include" "prefix=/usr/local" "tooldir=/usr/local/x86_64-apple-darwin13.2.0" "gxx_include_dir=/usr/local/include/c++/4.9.0" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "RANLIB=ranlib" "NM=/Users/zmwang/build/gcc/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive
Making all in include
make[7]: Nothing to be done for `all'.
Making all in libsupc++
make[7]: Nothing to be done for `all'.
Making all in src
Making all in c++98
make[8]: Nothing to be done for `all'.
Making all in c++11
make[8]: Nothing to be done for `all'.
make[8]: Nothing to be done for `all-am'.
Making all in doc
make[7]: Nothing to be done for `all'.
Making all in po
make[7]: Nothing to be done for `all'.
Making all in testsuite
make[7]: Nothing to be done for `all'.
Making all in python
make[7]: Nothing to be done for `all'.
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "includedir=/usr/local/include" "prefix=/usr/local" "tooldir=/usr/local/x86_64-apple-darwin13.2.0" "gxx_include_dir=/usr/local/include/c++/4.9.0" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "RANLIB=ranlib" "NM=/Users/zmwang/build/gcc/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "includedir=/usr/local/include" "prefix=/usr/local" "tooldir=/usr/local/x86_64-apple-darwin13.2.0" "gxx_include_dir=/usr/local/include/c++/4.9.0" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "RANLIB=ranlib" "NM=/Users/zmwang/build/gcc/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libstdc++-v3; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "includedir=/usr/local/include" "prefix=/usr/local" "tooldir=/usr/local/x86_64-apple-darwin13.2.0" "gxx_include_dir=/usr/local/include/c++/4.9.0" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "RANLIB=ranlib" "NM=/Users/zmwang/build/gcc/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
install); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
Making install in include
make[8]: Nothing to be done for `install-exec-am'.
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./bits
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/bits/algorithmfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/alloc_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/atomic_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/basic_ios.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/basic_ios.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/basic_string.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/basic_string.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/boost_concept_check.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/c++0x_warning.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/c++14_warning.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/char_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/codecvt.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/concept_check.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/cpp_type_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/deque.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/enable_special_members.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/forward_list.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/forward_list.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/fstream.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/functexcept.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/functional_hash.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/gslice.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/gslice_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/hashtable.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/hashtable_policy.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/indirect_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/ios_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/istream.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/list.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_classes.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_classes.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_facets.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_facets.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_facets_nonio.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/locale_facets_nonio.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/localefwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/mask_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/memoryfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/move.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/ostream.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/ostream_insert.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/parse_numbers.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/postypes.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/predefined_ops.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/ptr_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/random.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/random.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/range_access.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_constants.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_error.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_scanner.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_scanner.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_automaton.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_automaton.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_compiler.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_compiler.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_executor.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/regex_executor.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stream_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/streambuf_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/shared_ptr.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/shared_ptr_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/slice_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/sstream.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_algo.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_algobase.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_bvector.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_construct.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_deque.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_function.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_heap.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_iterator_base_funcs.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_iterator_base_types.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_list.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_map.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_multimap.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_multiset.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_numeric.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_pair.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_queue.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_raw_storage_iter.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_relops.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_set.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_stack.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_tempbuf.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_tree.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_uninitialized.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stl_vector.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/streambuf.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/stringfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/unique_ptr.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/unordered_map.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/unordered_set.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/uses_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/valarray_array.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/valarray_array.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/bits/valarray_before.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/valarray_after.h /Users/zmwang/src/gcc/libstdc++-v3/include/bits/vector.tcc; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./bits; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./backward
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/backward/auto_ptr.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/backward_warning.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/binders.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_map /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_set /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_fun.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hashtable.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/strstream; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./backward; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./ext
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/algorithm /Users/zmwang/src/gcc/libstdc++-v3/include/ext/aligned_buffer.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/alloc_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/atomicity.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/array_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/bitmap_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/cast.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/cmath /Users/zmwang/src/gcc/libstdc++-v3/include/ext/codecvt_specializations.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/concurrence.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/debug_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/enc_filebuf.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/extptr_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/stdio_filebuf.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/stdio_sync_filebuf.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/functional /Users/zmwang/src/gcc/libstdc++-v3/include/ext/iterator /Users/zmwang/src/gcc/libstdc++-v3/include/ext/malloc_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/memory /Users/zmwang/src/gcc/libstdc++-v3/include/ext/mt_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/new_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/numeric /Users/zmwang/src/gcc/libstdc++-v3/include/ext/numeric_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pod_char_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pointer.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pool_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/rb_tree /Users/zmwang/src/gcc/libstdc++-v3/include/ext/random /Users/zmwang/src/gcc/libstdc++-v3/include/ext/random.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/ext/rope /Users/zmwang/src/gcc/libstdc++-v3/include/ext/ropeimpl.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/slist /Users/zmwang/src/gcc/libstdc++-v3/include/ext/string_conversions.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/throw_allocator.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/typelist.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/type_traits.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/rc_string_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/sso_string_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/vstring.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/vstring.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/ext/vstring_fwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/ext/vstring_util.h /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_set /Users/zmwang/src/gcc/libstdc++-v3/include/backward/hash_map; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./ext; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./ext/pb_ds
for dir in ./ext/pb_ds/detail ./ext/pb_ds/detail/pairing_heap_ ./ext/pb_ds/detail/splay_tree_ ./ext/pb_ds/detail/list_update_map_ ./ext/pb_ds/detail/branch_policy ./ext/pb_ds/detail/trie_policy ./ext/pb_ds/detail/gp_hash_table_map_ ./ext/pb_ds/detail/tree_policy ./ext/pb_ds/detail/binomial_heap_base_ ./ext/pb_ds/detail/resize_policy ./ext/pb_ds/detail/bin_search_tree_ ./ext/pb_ds/detail/binomial_heap_ ./ext/pb_ds/detail/thin_heap_ ./ext/pb_ds/detail/pat_trie_ ./ext/pb_ds/detail/cc_hash_table_map_ ./ext/pb_ds/detail/rc_binomial_heap_ ./ext/pb_ds/detail/left_child_next_sibling_heap_ ./ext/pb_ds/detail/unordered_iterator ./ext/pb_ds/detail/binary_heap_ ./ext/pb_ds/detail/ov_tree_map_ ./ext/pb_ds/detail/hash_fn ./ext/pb_ds/detail/eq_fn ./ext/pb_ds/detail/rb_tree_map_ ./ext/pb_ds/detail/list_update_policy; do \
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/${dir} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/exception.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/branch_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp /Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp; do \
install_base=/usr/local/include/c++/4.9.0/./ext/pb_ds ; \
relative_name=`echo $file | sed -e "s|/Users/zmwang/src/gcc/libstdc++-v3/include/ext/pb_ds|.|g"` ;\
/opt/local/libexec/gnubin//install -c -m 644 ${file} ${install_base}/${relative_name} ; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./tr1
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/array /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/bessel_function.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/beta_function.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ccomplex /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cctype /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cfenv /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cfloat /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cinttypes /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/climits /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cmath /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/complex /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/complex.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdarg /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdbool /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdint /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdio /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cstdlib /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ctgmath /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ctime /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ctype.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cwchar /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/cwctype /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/ell_integral.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/exp_integral.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/fenv.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/float.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/functional /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/functional_hash.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/gamma.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/hypergeometric.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/hashtable.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/hashtable_policy.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/inttypes.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/limits.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/math.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/memory /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/modified_bessel_func.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/poly_hermite.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/poly_laguerre.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/legendre_function.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/random /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/random.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/random.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/regex /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/riemann_zeta.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/shared_ptr.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/special_function_util.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdarg.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdbool.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdint.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdio.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/stdlib.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/tgmath.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/tuple /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/type_traits /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/unordered_map /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/unordered_map.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/unordered_set /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/unordered_set.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/utility /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/wchar.h /Users/zmwang/src/gcc/libstdc++-v3/include/tr1/wctype.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./tr1; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./tr2
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/bool_set /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/bool_set.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/dynamic_bitset /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/dynamic_bitset.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/ratio /Users/zmwang/src/gcc/libstdc++-v3/include/tr2/type_traits; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./tr2; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./decimal
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/decimal/decimal /Users/zmwang/src/gcc/libstdc++-v3/include/decimal/decimal.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./decimal; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./experimental
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/experimental/optional /Users/zmwang/src/gcc/libstdc++-v3/include/experimental/string_view /Users/zmwang/src/gcc/libstdc++-v3/include/experimental/string_view.tcc; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./experimental; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/.
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cassert /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/ccomplex /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cctype /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cerrno /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cfenv /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cfloat /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cinttypes /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/ciso646 /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/climits /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/clocale /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cmath /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/csetjmp /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/csignal /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdalign /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdarg /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdbool /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstddef /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdint /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdio /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstdlib /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cstring /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/ctgmath /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/ctime /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cwchar /Users/zmwang/src/gcc/libstdc++-v3/include/c_global/cwctype; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/.; done
c_base_headers_extra_install='';\
for file in $c_base_headers_extra_install; do \
/opt/local/libexec/gnubin//install -c -m 644 $file /usr/local/include/c++/4.9.0/./bits; done
c_compatibility_headers_install='/Users/zmwang/src/gcc/libstdc++-v3/include/c_compatibility/complex.h /Users/zmwang/src/gcc/libstdc++-v3/include/c_compatibility/fenv.h /Users/zmwang/src/gcc/libstdc++-v3/include/c_compatibility/tgmath.h';\
for file in $c_compatibility_headers_install; do \
/opt/local/libexec/gnubin//install -c -m 644 $file /usr/local/include/c++/4.9.0; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/.
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/std/algorithm /Users/zmwang/src/gcc/libstdc++-v3/include/std/array /Users/zmwang/src/gcc/libstdc++-v3/include/std/atomic /Users/zmwang/src/gcc/libstdc++-v3/include/std/bitset /Users/zmwang/src/gcc/libstdc++-v3/include/std/chrono /Users/zmwang/src/gcc/libstdc++-v3/include/std/complex /Users/zmwang/src/gcc/libstdc++-v3/include/std/condition_variable /Users/zmwang/src/gcc/libstdc++-v3/include/std/deque /Users/zmwang/src/gcc/libstdc++-v3/include/std/forward_list /Users/zmwang/src/gcc/libstdc++-v3/include/std/fstream /Users/zmwang/src/gcc/libstdc++-v3/include/std/functional /Users/zmwang/src/gcc/libstdc++-v3/include/std/future /Users/zmwang/src/gcc/libstdc++-v3/include/std/iomanip /Users/zmwang/src/gcc/libstdc++-v3/include/std/ios /Users/zmwang/src/gcc/libstdc++-v3/include/std/iosfwd /Users/zmwang/src/gcc/libstdc++-v3/include/std/iostream /Users/zmwang/src/gcc/libstdc++-v3/include/std/istream /Users/zmwang/src/gcc/libstdc++-v3/include/std/iterator /Users/zmwang/src/gcc/libstdc++-v3/include/std/limits /Users/zmwang/src/gcc/libstdc++-v3/include/std/list /Users/zmwang/src/gcc/libstdc++-v3/include/std/locale /Users/zmwang/src/gcc/libstdc++-v3/include/std/map /Users/zmwang/src/gcc/libstdc++-v3/include/std/memory /Users/zmwang/src/gcc/libstdc++-v3/include/std/mutex /Users/zmwang/src/gcc/libstdc++-v3/include/std/numeric /Users/zmwang/src/gcc/libstdc++-v3/include/std/ostream /Users/zmwang/src/gcc/libstdc++-v3/include/std/queue /Users/zmwang/src/gcc/libstdc++-v3/include/std/random /Users/zmwang/src/gcc/libstdc++-v3/include/std/ratio /Users/zmwang/src/gcc/libstdc++-v3/include/std/regex /Users/zmwang/src/gcc/libstdc++-v3/include/std/scoped_allocator /Users/zmwang/src/gcc/libstdc++-v3/include/std/set /Users/zmwang/src/gcc/libstdc++-v3/include/std/shared_mutex /Users/zmwang/src/gcc/libstdc++-v3/include/std/sstream /Users/zmwang/src/gcc/libstdc++-v3/include/std/stack /Users/zmwang/src/gcc/libstdc++-v3/include/std/stdexcept /Users/zmwang/src/gcc/libstdc++-v3/include/std/streambuf /Users/zmwang/src/gcc/libstdc++-v3/include/std/string /Users/zmwang/src/gcc/libstdc++-v3/include/std/system_error /Users/zmwang/src/gcc/libstdc++-v3/include/std/thread /Users/zmwang/src/gcc/libstdc++-v3/include/std/tuple /Users/zmwang/src/gcc/libstdc++-v3/include/std/typeindex /Users/zmwang/src/gcc/libstdc++-v3/include/std/type_traits /Users/zmwang/src/gcc/libstdc++-v3/include/std/unordered_map /Users/zmwang/src/gcc/libstdc++-v3/include/std/unordered_set /Users/zmwang/src/gcc/libstdc++-v3/include/std/utility /Users/zmwang/src/gcc/libstdc++-v3/include/std/valarray /Users/zmwang/src/gcc/libstdc++-v3/include/std/vector; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/.; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./debug
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/debug/array /Users/zmwang/src/gcc/libstdc++-v3/include/debug/bitset /Users/zmwang/src/gcc/libstdc++-v3/include/debug/debug.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/deque /Users/zmwang/src/gcc/libstdc++-v3/include/debug/formatter.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/forward_list /Users/zmwang/src/gcc/libstdc++-v3/include/debug/functions.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/list /Users/zmwang/src/gcc/libstdc++-v3/include/debug/map /Users/zmwang/src/gcc/libstdc++-v3/include/debug/macros.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/map.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/multimap.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/multiset.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_iterator.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_local_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_local_iterator.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_sequence.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_sequence.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_unordered_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_unordered_container.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/safe_unordered_container.tcc /Users/zmwang/src/gcc/libstdc++-v3/include/debug/set /Users/zmwang/src/gcc/libstdc++-v3/include/debug/set.h /Users/zmwang/src/gcc/libstdc++-v3/include/debug/string /Users/zmwang/src/gcc/libstdc++-v3/include/debug/unordered_map /Users/zmwang/src/gcc/libstdc++-v3/include/debug/unordered_set /Users/zmwang/src/gcc/libstdc++-v3/include/debug/vector; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./debug; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./parallel
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/algo.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/algobase.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/algorithm /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/algorithmfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/balanced_quicksort.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/base.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/basic_iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/checkers.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/compatibility.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/compiletime_settings.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/equally_split.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/features.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/find.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/find_selectors.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/for_each.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/for_each_selectors.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/iterator.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/list_partition.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/losertree.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/merge.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/multiseq_selection.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/multiway_merge.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/multiway_mergesort.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/numeric /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/numericfwd.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/omp_loop.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/omp_loop_static.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/par_loop.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/parallel.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/partial_sum.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/partition.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/queue.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/quicksort.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/random_number.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/random_shuffle.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/search.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/set_operations.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/settings.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/sort.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/tags.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/types.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/unique_copy.h /Users/zmwang/src/gcc/libstdc++-v3/include/parallel/workstealing.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./parallel; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./profile
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/profile/array /Users/zmwang/src/gcc/libstdc++-v3/include/profile/base.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/unordered_base.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/unordered_map /Users/zmwang/src/gcc/libstdc++-v3/include/profile/unordered_set /Users/zmwang/src/gcc/libstdc++-v3/include/profile/vector /Users/zmwang/src/gcc/libstdc++-v3/include/profile/bitset /Users/zmwang/src/gcc/libstdc++-v3/include/profile/deque /Users/zmwang/src/gcc/libstdc++-v3/include/profile/forward_list /Users/zmwang/src/gcc/libstdc++-v3/include/profile/list /Users/zmwang/src/gcc/libstdc++-v3/include/profile/map /Users/zmwang/src/gcc/libstdc++-v3/include/profile/map.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/multimap.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/multiset.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/set /Users/zmwang/src/gcc/libstdc++-v3/include/profile/set.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/iterator_tracker.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./profile; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/./profile/impl
for file in /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_algos.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_container_size.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_hash_func.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_node.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_state.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_trace.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_vector_size.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h /Users/zmwang/src/gcc/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/./profile/impl; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/i386/bits
mkdir -p -- /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/i386/bits
for file in /Users/zmwang/src/gcc/libstdc++-v3/config/os/bsd/darwin/ctype_base.h /Users/zmwang/src/gcc/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h /Users/zmwang/src/gcc/libstdc++-v3/config/os/bsd/darwin/os_defines.h /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/generic/atomic_word.h /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/generic/cpu_defines.h /Users/zmwang/src/gcc/libstdc++-v3/config/os/generic/error_constants.h /Users/zmwang/src/gcc/libstdc++-v3/include/precompiled/stdc++.h /Users/zmwang/src/gcc/libstdc++-v3/include/precompiled/stdtr1c++.h /Users/zmwang/src/gcc/libstdc++-v3/include/precompiled/extc++.h /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/i486/opt/bits/opt_random.h ./x86_64-apple-darwin13.2.0/bits/basic_file.h ./x86_64-apple-darwin13.2.0/bits/c++config.h ./x86_64-apple-darwin13.2.0/bits/c++allocator.h ./x86_64-apple-darwin13.2.0/bits/c++io.h ./x86_64-apple-darwin13.2.0/bits/c++locale.h ./x86_64-apple-darwin13.2.0/bits/messages_members.h ./x86_64-apple-darwin13.2.0/bits/time_members.h \
./x86_64-apple-darwin13.2.0/bits/gthr.h ./x86_64-apple-darwin13.2.0/bits/gthr-single.h ./x86_64-apple-darwin13.2.0/bits/gthr-posix.h ./x86_64-apple-darwin13.2.0/bits/gthr-default.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/i386/bits; done
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/i386/bits/../ext
mkdir -p -- /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/i386/bits/../ext
for file in /Users/zmwang/src/gcc/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h; do \
/opt/local/libexec/gnubin//install -c -m 644 ${file} /usr/local/include/c++/4.9.0/x86_64-apple-darwin13.2.0/i386/bits/../ext; done
Making install in libsupc++
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ../libtool --mode=install /opt/local/libexec/gnubin//install -c libsupc++.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libsupc++.lai /usr/local/lib/i386/libsupc++.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libsupc++.a /usr/local/lib/i386/libsupc++.a
libtool: install: chmod 644 /usr/local/lib/i386/libsupc++.a
libtool: install: ranlib /usr/local/lib/i386/libsupc++.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0/bits
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/atomic_lockfree_defines.h /usr/local/include/c++/4.9.0/bits/atomic_lockfree_defines.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/cxxabi_forced.h /usr/local/include/c++/4.9.0/bits/cxxabi_forced.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/exception_defines.h /usr/local/include/c++/4.9.0/bits/exception_defines.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/exception_ptr.h /usr/local/include/c++/4.9.0/bits/exception_ptr.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/hash_bytes.h /usr/local/include/c++/4.9.0/bits/hash_bytes.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/nested_exception.h /usr/local/include/c++/4.9.0/bits/nested_exception.h
/bin/sh /Users/zmwang/src/gcc/libstdc++-v3/../mkinstalldirs /usr/local/include/c++/4.9.0
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/cxxabi.h /usr/local/include/c++/4.9.0/cxxabi.h
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/exception /usr/local/include/c++/4.9.0/exception
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/initializer_list /usr/local/include/c++/4.9.0/initializer_list
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/new /usr/local/include/c++/4.9.0/new
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/libsupc++/typeinfo /usr/local/include/c++/4.9.0/typeinfo
Making install in src
Making install in c++98
make[9]: Nothing to be done for `install-exec-am'.
make[9]: Nothing to be done for `install-data-am'.
Making install in c++11
make[9]: Nothing to be done for `install-exec-am'.
make[9]: Nothing to be done for `install-data-am'.
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ../libtool --mode=install /opt/local/libexec/gnubin//install -c libstdc++.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libstdc++.6.dylib /usr/local/lib/i386/libstdc++.6.dylib
libtool: install: (cd /usr/local/lib/i386 && { ln -s -f libstdc++.6.dylib libstdc++.dylib || { rm -f libstdc++.dylib && ln -s libstdc++.6.dylib libstdc++.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libstdc++.lai /usr/local/lib/i386/libstdc++.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libstdc++.a /usr/local/lib/i386/libstdc++.a
libtool: install: chmod 644 /usr/local/lib/i386/libstdc++.a
libtool: install: ranlib /usr/local/lib/i386/libstdc++.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[9]: Nothing to be done for `install-data-am'.
Making install in doc
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
Making install in po
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
Making install in testsuite
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
Making install in python
make[8]: Nothing to be done for `install-exec-am'.
/opt/local/libexec/gnubin//install -c -m 644 gdb.py /usr/local/lib/i386/libstdc++.a-gdb.py
test -z "/usr/local/share/gcc-4.9.0/python" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/share/gcc-4.9.0/python"
/opt/local/libexec/gnubin//mkdir -p '/usr/local/share/gcc-4.9.0/python/libstdcxx/v6'
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/python/libstdcxx/v6/printers.py /Users/zmwang/src/gcc/libstdc++-v3/python/libstdcxx/v6/__init__.py '/usr/local/share/gcc-4.9.0/python/libstdcxx/v6'
/opt/local/libexec/gnubin//mkdir -p '/usr/local/share/gcc-4.9.0/python/libstdcxx'
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libstdc++-v3/python/libstdcxx/__init__.py '/usr/local/share/gcc-4.9.0/python/libstdcxx'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "includedir=/usr/local/include" "prefix=/usr/local" "tooldir=/usr/local/x86_64-apple-darwin13.2.0" "gxx_include_dir=/usr/local/include/c++/4.9.0" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "RANLIB=ranlib" "NM=/Users/zmwang/build/gcc/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "includedir=/usr/local/include" "prefix=/usr/local" "tooldir=/usr/local/x86_64-apple-darwin13.2.0" "gxx_include_dir=/usr/local/include/c++/4.9.0" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "RANLIB=ranlib" "NM=/Users/zmwang/build/gcc/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
make[8]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in sanitizer_common
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in lsan
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
make[4]: Nothing to be done for `install-data-am'.
Making install in asan
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/opt/local/libexec/gnubin//install -c -m 644 libasan_preinit.o '/usr/local/lib'
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ../libtool --mode=install /opt/local/libexec/gnubin//install -c libasan.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libasan.1.dylib /usr/local/lib/libasan.1.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libasan.1.dylib libasan.dylib || { rm -f libasan.dylib && ln -s libasan.1.dylib libasan.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libasan.lai /usr/local/lib/libasan.la
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
Making install in ubsan
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ../libtool --mode=install /opt/local/libexec/gnubin//install -c libubsan.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libubsan.0.dylib /usr/local/lib/libubsan.0.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libubsan.0.dylib libubsan.dylib || { rm -f libubsan.dylib && ln -s libubsan.0.dylib libubsan.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libubsan.lai /usr/local/lib/libubsan.la
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libsanitizer; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS="-g -O2 ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-recursive
Making all in sanitizer_common
make[7]: Nothing to be done for `all'.
Making all in lsan
make[7]: Nothing to be done for `all'.
Making all in asan
make[7]: Nothing to be done for `all'.
Making all in ubsan
make[7]: Nothing to be done for `all'.
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libsanitizer; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS="-g -O2 ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
install); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
Making install in sanitizer_common
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
Making install in lsan
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
make[8]: Nothing to be done for `install-data-am'.
Making install in asan
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/opt/local/libexec/gnubin//install -c -m 644 libasan_preinit.o '/usr/local/lib/i386'
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ../libtool --mode=install /opt/local/libexec/gnubin//install -c libasan.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libasan.1.dylib /usr/local/lib/i386/libasan.1.dylib
libtool: install: (cd /usr/local/lib/i386 && { ln -s -f libasan.1.dylib libasan.dylib || { rm -f libasan.dylib && ln -s libasan.1.dylib libasan.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libasan.lai /usr/local/lib/i386/libasan.la
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[8]: Nothing to be done for `install-data-am'.
Making install in ubsan
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ../libtool --mode=install /opt/local/libexec/gnubin//install -c libubsan.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libubsan.0.dylib /usr/local/lib/i386/libubsan.0.dylib
libtool: install: (cd /usr/local/lib/i386 && { ln -s -f libubsan.0.dylib libubsan.dylib || { rm -f libubsan.dylib && ln -s libubsan.0.dylib libubsan.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libubsan.lai /usr/local/lib/i386/libubsan.la
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[8]: Nothing to be done for `install-data-am'.
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/opt/local/libexec/gnubin//install -c -m 644 libsanitizer.spec '/usr/local/lib/i386'
make[8]: Nothing to be done for `install-data-am'.
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/opt/local/libexec/gnubin//install -c -m 644 libsanitizer.spec '/usr/local/lib'
make[4]: Nothing to be done for `install-data-am'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libcilkrts; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libcilkrts; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
install); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/opt/local/libexec/gnubin//install -c -m 644 libcilkrts.spec '/usr/local/lib/i386'
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libcilkrts.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libcilkrts.5.dylib /usr/local/lib/i386/libcilkrts.5.dylib
libtool: install: (cd /usr/local/lib/i386 && { ln -s -f libcilkrts.5.dylib libcilkrts.dylib || { rm -f libcilkrts.dylib && ln -s libcilkrts.5.dylib libcilkrts.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libcilkrts.lai /usr/local/lib/i386/libcilkrts.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libcilkrts.a /usr/local/lib/i386/libcilkrts.a
libtool: install: chmod 644 /usr/local/lib/i386/libcilkrts.a
libtool: install: ranlib /usr/local/lib/i386/libcilkrts.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/cilk" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/cilk"
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk_api.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk_api_linux.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk_stub.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk_undocumented.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/common.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/holder.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/hyperobject_base.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/metaprogramming.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_file.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_list.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_max.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_min.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_min_max.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opadd.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opand.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opmul.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opor.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opxor.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_ostream.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_string.h '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/cilk'
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/opt/local/libexec/gnubin//install -c -m 644 libcilkrts.spec '/usr/local/lib'
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libcilkrts.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libcilkrts.5.dylib /usr/local/lib/libcilkrts.5.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libcilkrts.5.dylib libcilkrts.dylib || { rm -f libcilkrts.dylib && ln -s libcilkrts.5.dylib libcilkrts.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libcilkrts.lai /usr/local/lib/libcilkrts.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libcilkrts.a /usr/local/lib/libcilkrts.a
libtool: install: chmod 644 /usr/local/lib/libcilkrts.a
libtool: install: ranlib /usr/local/lib/libcilkrts.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/cilk" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/cilk"
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk_api.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk_api_linux.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk_stub.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/cilk_undocumented.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/common.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/holder.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/hyperobject_base.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/metaprogramming.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_file.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_list.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_max.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_min.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_min_max.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opadd.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opand.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opmul.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opor.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_opxor.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_ostream.h /Users/zmwang/src/gcc/libcilkrts/include/cilk/reducer_string.h '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/cilk'
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libssp; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include -m32" "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include -m32" "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libssp; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
install); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include -m32" "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include -m32" "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libssp.la libssp_nonshared.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp.0.dylib /usr/local/lib/i386/libssp.0.dylib
libtool: install: (cd /usr/local/lib/i386 && { ln -s -f libssp.0.dylib libssp.dylib || { rm -f libssp.dylib && ln -s libssp.0.dylib libssp.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp.lai /usr/local/lib/i386/libssp.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp_nonshared.lai /usr/local/lib/i386/libssp_nonshared.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp.a /usr/local/lib/i386/libssp.a
libtool: install: chmod 644 /usr/local/lib/i386/libssp.a
libtool: install: ranlib /usr/local/lib/i386/libssp.a
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp_nonshared.a /usr/local/lib/i386/libssp_nonshared.a
libtool: install: chmod 644 /usr/local/lib/i386/libssp_nonshared.a
libtool: install: ranlib /usr/local/lib/i386/libssp_nonshared.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include"
/opt/local/libexec/gnubin//mkdir -p '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/ssp'
/opt/local/libexec/gnubin//install -c -m 644 ssp/ssp.h /Users/zmwang/src/gcc/libssp/ssp/string.h /Users/zmwang/src/gcc/libssp/ssp/stdio.h /Users/zmwang/src/gcc/libssp/ssp/unistd.h '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/ssp'
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libssp.la libssp_nonshared.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp.0.dylib /usr/local/lib/libssp.0.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libssp.0.dylib libssp.dylib || { rm -f libssp.dylib && ln -s libssp.0.dylib libssp.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp.lai /usr/local/lib/libssp.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp_nonshared.lai /usr/local/lib/libssp_nonshared.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp.a /usr/local/lib/libssp.a
libtool: install: chmod 644 /usr/local/lib/libssp.a
libtool: install: ranlib /usr/local/lib/libssp.a
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libssp_nonshared.a /usr/local/lib/libssp_nonshared.a
libtool: install: chmod 644 /usr/local/lib/libssp_nonshared.a
libtool: install: ranlib /usr/local/lib/libssp_nonshared.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include"
/opt/local/libexec/gnubin//mkdir -p '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/ssp'
/opt/local/libexec/gnubin//install -c -m 644 ssp/ssp.h /Users/zmwang/src/gcc/libssp/ssp/string.h /Users/zmwang/src/gcc/libssp/ssp/stdio.h /Users/zmwang/src/gcc/libssp/ssp/unistd.h '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include/ssp'
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libquadmath; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libquadmath; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
install); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 -m32" "CXXFLAGS=-g -O2 -m32" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/opt/local/libexec/gnubin//install -c" "INSTALL_DATA=/opt/local/libexec/gnubin//install -c -m 644" "INSTALL_PROGRAM=/opt/local/libexec/gnubin//install -c" "INSTALL_SCRIPT=/opt/local/libexec/gnubin//install -c" "JC1FLAGS=" "LDFLAGS=-m32" "LIBCFLAGS=-g -O2 -m32" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include -I /Users/zmwang/src/gcc/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "includedir=/usr/local/include" "AR=ar" "AS=/Users/zmwang/build/gcc/./gcc/as" "CC=/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "CXX=/Users/zmwang/build/gcc/./gcc/xg++ -B/Users/zmwang/build/gcc/./gcc/ -nostdinc++ -nostdinc++ -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include/x86_64-apple-darwin13.2.0 -I/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/include -I/Users/zmwang/src/gcc/libstdc++-v3/libsupc++ -I/Users/zmwang/src/gcc/libstdc++-v3/include/backward -I/Users/zmwang/src/gcc/libstdc++-v3/testsuite/util -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/src/.libs -L/Users/zmwang/build/gcc/x86_64-apple-darwin13.2.0/libstdc++-v3/libsupc++/.libs -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.0/sys-include " "LD=/Users/zmwang/build/gcc/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -m32" "NM=/Users/zmwang/build/gcc/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libquadmath.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libquadmath.0.dylib /usr/local/lib/i386/libquadmath.0.dylib
libtool: install: (cd /usr/local/lib/i386 && { ln -s -f libquadmath.0.dylib libquadmath.dylib || { rm -f libquadmath.dylib && ln -s libquadmath.0.dylib libquadmath.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libquadmath.lai /usr/local/lib/i386/libquadmath.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libquadmath.a /usr/local/lib/i386/libquadmath.a
libtool: install: chmod 644 /usr/local/lib/i386/libquadmath.a
libtool: install: ranlib /usr/local/lib/i386/libquadmath.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/share/info" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/share/info"
/opt/local/libexec/gnubin//install -c -m 644 ./libquadmath.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/libquadmath.info'
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include"
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libquadmath/quadmath.h /Users/zmwang/src/gcc/libquadmath/quadmath_weak.h '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include'
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libquadmath.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libquadmath.0.dylib /usr/local/lib/libquadmath.0.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libquadmath.0.dylib libquadmath.dylib || { rm -f libquadmath.dylib && ln -s libquadmath.0.dylib libquadmath.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libquadmath.lai /usr/local/lib/libquadmath.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libquadmath.a /usr/local/lib/libquadmath.a
libtool: install: chmod 644 /usr/local/lib/libquadmath.a
libtool: install: ranlib /usr/local/lib/libquadmath.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/share/info" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/share/info"
/opt/local/libexec/gnubin//install -c -m 644 ./libquadmath.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/libquadmath.info'
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include"
/opt/local/libexec/gnubin//install -c -m 644 /Users/zmwang/src/gcc/libquadmath/quadmath.h /Users/zmwang/src/gcc/libquadmath/quadmath_weak.h '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include'
Making install in testsuite
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libgomp; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS="-L. -Wall -L../libgfortran ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in testsuite
make[7]: Nothing to be done for `all'.
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libgomp; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS=" ${flags}" \
FCFLAGS="-L. -Wall -L../libgfortran ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
install); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
Making install in testsuite
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
true DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/opt/local/libexec/gnubin//install -c -m 644 libgomp.spec '/usr/local/lib/i386'
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libgomp.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libgomp.1.dylib /usr/local/lib/i386/libgomp.1.dylib
libtool: install: (cd /usr/local/lib/i386 && { ln -s -f libgomp.1.dylib libgomp.dylib || { rm -f libgomp.dylib && ln -s libgomp.1.dylib libgomp.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libgomp.lai /usr/local/lib/i386/libgomp.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libgomp.a /usr/local/lib/i386/libgomp.a
libtool: install: chmod 644 /usr/local/lib/i386/libgomp.a
libtool: install: ranlib /usr/local/lib/i386/libgomp.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/share/info" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/share/info"
/opt/local/libexec/gnubin//install -c -m 644 ./libgomp.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/libgomp.info'
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/finclude" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/finclude"
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include"
/opt/local/libexec/gnubin//install -c -m 644 omp.h '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include'
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/opt/local/libexec/gnubin//install -c -m 644 libgomp.spec '/usr/local/lib'
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libgomp.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libgomp.1.dylib /usr/local/lib/libgomp.1.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libgomp.1.dylib libgomp.dylib || { rm -f libgomp.dylib && ln -s libgomp.1.dylib libgomp.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libgomp.lai /usr/local/lib/libgomp.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libgomp.a /usr/local/lib/libgomp.a
libtool: install: chmod 644 /usr/local/lib/libgomp.a
libtool: install: ranlib /usr/local/lib/libgomp.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/share/info" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/share/info"
/opt/local/libexec/gnubin//install -c -m 644 ./libgomp.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/libgomp.info'
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/finclude" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/finclude"
test -z "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include"
/opt/local/libexec/gnubin//install -c -m 644 omp.h '/usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.9.0/include'
Making install in testsuite
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libitm; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS="-g -O2 ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in testsuite
make[7]: Nothing to be done for `all'.
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libitm; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS="-g -O2 ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
install); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
Making install in testsuite
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
true DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/opt/local/libexec/gnubin//install -c -m 644 libitm.spec '/usr/local/lib/i386'
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libitm.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libitm.1.dylib /usr/local/lib/i386/libitm.1.dylib
libtool: install: (cd /usr/local/lib/i386 && { ln -s -f libitm.1.dylib libitm.dylib || { rm -f libitm.dylib && ln -s libitm.1.dylib libitm.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libitm.lai /usr/local/lib/i386/libitm.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libitm.a /usr/local/lib/i386/libitm.a
libtool: install: chmod 644 /usr/local/lib/i386/libitm.a
libtool: install: ranlib /usr/local/lib/i386/libitm.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/share/info" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/share/info"
/opt/local/libexec/gnubin//install -c -m 644 ./libitm.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/libitm.info'
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/opt/local/libexec/gnubin//install -c -m 644 libitm.spec '/usr/local/lib'
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libitm.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libitm.1.dylib /usr/local/lib/libitm.1.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libitm.1.dylib libitm.dylib || { rm -f libitm.dylib && ln -s libitm.1.dylib libitm.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libitm.lai /usr/local/lib/libitm.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libitm.a /usr/local/lib/libitm.a
libtool: install: chmod 644 /usr/local/lib/libitm.a
libtool: install: ranlib /usr/local/lib/libitm.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/share/info" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/share/info"
/opt/local/libexec/gnubin//install -c -m 644 ./libitm.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/libitm.info'
Making install in testsuite
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libatomic; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS="-g -O2 ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
all); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in testsuite
make[7]: Nothing to be done for `all'.
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
if [ -z "i386" ]; then \
true; \
else \
rootpre=`${PWDCMD-pwd}`/; export rootpre; \
srcrootpre=`cd /Users/zmwang/src/gcc/libatomic; ${PWDCMD-pwd}`/; export srcrootpre; \
lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
compiler="/Users/zmwang/build/gcc/./gcc/xgcc -B/Users/zmwang/build/gcc/./gcc/ -B/usr/local/x86_64-apple-darwin13.2.0/bin/ -B/usr/local/x86_64-apple-darwin13.2.0/lib/ -isystem /usr/local/x86_64-apple-darwin13.2.0/include -isystem /usr/local/x86_64-apple-darwin13.2.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}; /Applications/Xcode.app/Contents/Developer/usr/bin/make \
CFLAGS="-g -O2 ${flags}" \
CCASFLAGS="-g -O2 ${flags}" \
FCFLAGS=" ${flags}" \
FFLAGS=" ${flags}" \
ADAFLAGS=" ${flags}" \
prefix="/usr/local" \
exec_prefix="/usr/local" \
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="/opt/local/libexec/gnubin//install -c" \
INSTALL_DATA="/opt/local/libexec/gnubin//install -c -m 644" \
INSTALL_PROGRAM="/opt/local/libexec/gnubin//install -c" \
INSTALL_SCRIPT="/opt/local/libexec/gnubin//install -c" \
install); then \
true; \
else \
exit 1; \
fi; \
else true; \
fi; \
fi; \
done; \
fi
Making install in testsuite
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
true DO=install multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
test -z "/usr/local/lib/i386" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib/i386"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libatomic.la '/usr/local/lib/i386'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libatomic.1.dylib /usr/local/lib/i386/libatomic.1.dylib
libtool: install: (cd /usr/local/lib/i386 && { ln -s -f libatomic.1.dylib libatomic.dylib || { rm -f libatomic.dylib && ln -s libatomic.1.dylib libatomic.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libatomic.lai /usr/local/lib/i386/libatomic.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libatomic.a /usr/local/lib/i386/libatomic.a
libtool: install: chmod 644 /usr/local/lib/i386/libatomic.a
libtool: install: ranlib /usr/local/lib/i386/libatomic.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/i386
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[8]: Nothing to be done for `install-data-am'.
test -z "/usr/local/lib" || /opt/local/libexec/gnubin//mkdir -p "/usr/local/lib"
/bin/sh ./libtool --mode=install /opt/local/libexec/gnubin//install -c libatomic.la '/usr/local/lib'
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libatomic.1.dylib /usr/local/lib/libatomic.1.dylib
libtool: install: (cd /usr/local/lib && { ln -s -f libatomic.1.dylib libatomic.dylib || { rm -f libatomic.dylib && ln -s libatomic.1.dylib libatomic.dylib; }; })
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libatomic.lai /usr/local/lib/libatomic.la
libtool: install: /opt/local/libexec/gnubin//install -c .libs/libatomic.a /usr/local/lib/libatomic.a
libtool: install: chmod 644 /usr/local/lib/libatomic.a
libtool: install: ranlib /usr/local/lib/libatomic.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment