星期二, 3月 13, 2012

install pcre on mac os Lion.

$ sudo port -v build pcre configure.ldflags="-L/opt/local/lib -lncurses" ---> Fetching archive for zlib ---> zlib-1.2.6_0.darwin_11.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/software/zlib ---> Attempting to fetch zlib-1.2.6_0.darwin_11.x86_64.tbz2 from http://packages.macports.org/zlib % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Fetching zlib ---> zlib-1.2.6.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/zlib ---> Attempting to fetch zlib-1.2.6.tar.bz2 from http://jog.id.distfiles.macports.org/macports/mpdistfiles/zlib % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 489k 100 489k 0 0 230k 0 0:00:02 0:00:02 --:--:-- 356k ---> Verifying checksum(s) for zlib ---> Checksumming zlib-1.2.6.tar.bz2 ---> Extracting zlib ---> Extracting zlib-1.2.6.tar.bz2 ---> Applying patches to zlib ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/archivers/zlib/files/clang.patch patching file configure ---> Configuring zlib Checking for shared library support... Building shared library libz.1.2.6.dylib with /usr/bin/clang. Checking for off64_t... No. Checking for fseeko... Yes. Checking for unistd.h... Yes. Checking for stdarg.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf(). Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for attribute(visibility) support... Yes. ---> Building zlib make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6' /usr/bin/clang -pipe -O2 -arch x86_64 -I. -c -o example.o test/example.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o adler32.o adler32.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o crc32.o crc32.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o deflate.o deflate.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o infback.o infback.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o inffast.o inffast.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o inflate.o inflate.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o inftrees.o inftrees.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o trees.o trees.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o zutil.o zutil.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o compress.o compress.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o uncompr.o uncompr.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o gzclose.o gzclose.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o gzlib.o gzlib.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o gzread.o gzread.c /usr/bin/clang -pipe -O2 -arch x86_64 -c -o gzwrite.o gzwrite.c /usr/bin/clang -pipe -O2 -arch x86_64 -I. -c -o minigzip.o test/minigzip.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/adler32.o adler32.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/crc32.o crc32.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/deflate.o deflate.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/infback.o infback.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/inffast.o inffast.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/inflate.o inflate.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/inftrees.o inftrees.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/trees.o trees.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/zutil.o zutil.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/compress.o compress.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/uncompr.o uncompr.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/gzclose.o gzclose.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/gzlib.o gzlib.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/gzread.o gzread.c /usr/bin/clang -pipe -O2 -arch x86_64 -fPIC -DPIC -c -o objs/gzwrite.o gzwrite.c libtool -o libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o /usr/bin/clang -pipe -O2 -arch x86_64 -o example example.o -L. libz.a /usr/bin/clang -pipe -O2 -arch x86_64 -o minigzip minigzip.o -L. libz.a /usr/bin/clang -dynamiclib -install_name /opt/local/lib/libz.1.dylib -compatibility_version 1 -current_version 1.2.6 -pipe -O2 -arch x86_64 -fPIC -o libz.1.2.6.dylib adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo -lc -L/opt/local/lib -lncurses -arch x86_64 rm -f libz.dylib libz.1.dylib ln -s libz.1.2.6.dylib libz.dylib ln -s libz.1.2.6.dylib libz.1.dylib /usr/bin/clang -pipe -O2 -arch x86_64 -o examplesh example.o -L. libz.1.2.6.dylib /usr/bin/clang -pipe -O2 -arch x86_64 -o minigzipsh minigzip.o -L. libz.1.2.6.dylib make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6' ---> Staging zlib into destroot . changed gid expected 0 found 80 modified ./usr missing (created) . missing (directory not created: File exists) ./Applications missing (created) ./Developer missing (created) ./Library missing (created) . changed gid expected 80 found 0 modified ./bin missing (created) ./etc missing (created) ./include missing (created) ./lib missing (created) ./lib/pkgconfig missing (created) ./libexec missing (created) ./sbin missing (created) ./share missing (created) ./share/info missing (created) ./share/man missing (created) ./share/man/cat1 missing (created) ./share/man/cat2 missing (created) ./share/man/cat3 missing (created) ./share/man/cat4 missing (created) ./share/man/cat5 missing (created) ./share/man/cat6 missing (created) ./share/man/cat7 missing (created) ./share/man/cat8 missing (created) ./share/man/cat9 missing (created) ./share/man/catl missing (created) ./share/man/catn missing (created) ./share/man/man1 missing (created) ./share/man/man2 missing (created) ./share/man/man3 missing (created) ./share/man/man4 missing (created) ./share/man/man5 missing (created) ./share/man/man6 missing (created) ./share/man/man7 missing (created) ./share/man/man8 missing (created) ./share/man/man9 missing (created) ./share/man/manl missing (created) ./share/man/mann missing (created) ./share/nls missing (created) ./share/nls/C missing (created) ./share/nls/af_ZA.ISO8859-1 missing (created) ./share/nls/af_ZA.ISO8859-15 missing (created) ./share/nls/bg_BG.CP1251 missing (created) ./share/nls/cs_CZ.ISO8859-2 missing (created) ./share/nls/da_DK.ISO8859-1 missing (created) ./share/nls/da_DK.ISO8859-15 missing (created) ./share/nls/de_AT.ISO8859-1 missing (created) ./share/nls/de_AT.ISO8859-15 missing (created) ./share/nls/de_CH.ISO8859-1 missing (created) ./share/nls/de_CH.ISO8859-15 missing (created) ./share/nls/de_DE.ISO8859-1 missing (created) ./share/nls/de_DE.ISO8859-15 missing (created) ./share/nls/el_GR.ISO8859-7 missing (created) ./share/nls/en_AU.ISO8859-1 missing (created) ./share/nls/en_AU.ISO8859-15 missing (created) ./share/nls/en_AU.US-ASCII missing (created) ./share/nls/en_CA.ISO8859-1 missing (created) ./share/nls/en_CA.ISO8859-15 missing (created) ./share/nls/en_CA.US-ASCII missing (created) ./share/nls/en_GB.ISO8859-1 missing (created) ./share/nls/en_GB.ISO8859-15 missing (created) ./share/nls/en_GB.US-ASCII missing (created) ./share/nls/en_NZ.ISO8859-1 missing (created) ./share/nls/en_NZ.ISO8859-15 missing (created) ./share/nls/en_NZ.US-ASCII missing (created) ./share/nls/en_US.ISO8859-1 missing (created) ./share/nls/en_US.ISO8859-15 missing (created) ./share/nls/es_ES.ISO8859-1 missing (created) ./share/nls/es_ES.ISO8859-15 missing (created) ./share/nls/et_EE.ISO8859-15 missing (created) ./share/nls/fi_FI.ISO8859-1 missing (created) ./share/nls/fi_FI.ISO8859-15 missing (created) ./share/nls/fr_BE.ISO8859-1 missing (created) ./share/nls/fr_BE.ISO8859-15 missing (created) ./share/nls/fr_CA.ISO8859-1 missing (created) ./share/nls/fr_CA.ISO8859-15 missing (created) ./share/nls/fr_CH.ISO8859-1 missing (created) ./share/nls/fr_CH.ISO8859-15 missing (created) ./share/nls/fr_FR.ISO8859-1 missing (created) ./share/nls/fr_FR.ISO8859-15 missing (created) ./share/nls/hi_IN.ISCII-DEV missing (created) ./share/nls/hr_HR.ISO8859-2 missing (created) ./share/nls/hu_HU.ISO8859-2 missing (created) ./share/nls/is_IS.ISO8859-1 missing (created) ./share/nls/is_IS.ISO8859-15 missing (created) ./share/nls/it_CH.ISO8859-1 missing (created) ./share/nls/it_CH.ISO8859-15 missing (created) ./share/nls/it_IT.ISO8859-1 missing (created) ./share/nls/it_IT.ISO8859-15 missing (created) ./share/nls/ja_JP.SJIS missing (created) ./share/nls/ja_JP.eucJP missing (created) ./share/nls/ko_KR.eucKR missing (created) ./share/nls/la_LN.ISO8859-1 missing (created) ./share/nls/la_LN.ISO8859-15 missing (created) ./share/nls/la_LN.ISO8859-2 missing (created) ./share/nls/la_LN.ISO8859-4 missing (created) ./share/nls/la_LN.US-ASCII missing (created) ./share/nls/lt_LT.ISO8859-4 missing (created) ./share/nls/nl_BE.ISO8859-1 missing (created) ./share/nls/nl_BE.ISO8859-15 missing (created) ./share/nls/nl_NL.ISO8859-1 missing (created) ./share/nls/nl_NL.ISO8859-15 missing (created) ./share/nls/no_NO.ISO8859-1 missing (created) ./share/nls/no_NO.ISO8859-15 missing (created) ./share/nls/pl_PL.ISO8859-2 missing (created) ./share/nls/pt_BR.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-15 missing (created) ./share/nls/ro_RO.ISO8859-2 missing (created) ./share/nls/ru_RU.CP866 missing (created) ./share/nls/ru_RU.ISO8859-5 missing (created) ./share/nls/ru_RU.KOI8-R missing (created) ./share/nls/sk_SK.ISO8859-2 missing (created) ./share/nls/sl_SI.ISO8859-2 missing (created) ./share/nls/sv_SE.ISO8859-1 missing (created) ./share/nls/sv_SE.ISO8859-15 missing (created) ./share/nls/tr_TR.ISO8859-9 missing (created) ./share/nls/uk_UA.ISO8859-5 missing (created) ./share/nls/uk_UA.KOI8-U missing (created) ./share/nls/zh_CN.eucCN missing (created) ./share/nls/zh_TW.Big5 missing (created) ./share/skel missing (created) ./src missing (created) ./var missing (created) ./www missing (created) make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6' cp libz.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/lib chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/lib/libz.a cp libz.1.2.6.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/lib chmod 755 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/lib/libz.1.2.6.dylib cp zlib.3 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/man/man3 chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/man/man3/zlib.3 cp zlib.pc /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/lib/pkgconfig chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/lib/pkgconfig/zlib.pc cp zlib.h zconf.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/include chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/include/zlib.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/include/zconf.h make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6' xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/doc xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/doc/zlib xinstall: chdir(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6) xinstall: ChangeLog -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/doc/zlib/ChangeLog xinstall: FAQ -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/doc/zlib/FAQ xinstall: README -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/doc/zlib/README xinstall: zlib.3.pdf -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/doc/zlib/zlib.3.pdf xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/enough.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/enough.c xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/fitblk.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/fitblk.c xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/gun.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/gun.c xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/gzappend.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/gzappend.c xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/gzjoin.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/gzjoin.c xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/gzlog.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/gzlog.c xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/gzlog.h -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/gzlog.h xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/README.examples -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/README.examples xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/zlib_how.html -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/zlib_how.html xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/zpipe.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/zpipe.c xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/zlib-1.2.6/examples/zran.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_zlib/zlib/work/destroot/opt/local/share/examples/zlib/zran.c ---> Compressing man pages for zlib man3/zlib.3: 53.9% -- replaced with man3/zlib.3.gz man3/zlib.3.gz: changing permissions from 00644 to 00444 ---> Installing zlib @1.2.6_0 a . a ./+COMMENT a ./+CONTENTS a ./+DESC a ./+PORTFILE a ./+STATE a ./opt a ./opt/local a ./opt/local/include a ./opt/local/lib a ./opt/local/share a ./opt/local/share/doc a ./opt/local/share/examples a ./opt/local/share/man a ./opt/local/share/man/man3 a ./opt/local/share/man/man3/zlib.3.gz a ./opt/local/share/examples/zlib a ./opt/local/share/examples/zlib/enough.c a ./opt/local/share/examples/zlib/fitblk.c a ./opt/local/share/examples/zlib/gun.c a ./opt/local/share/examples/zlib/gzappend.c a ./opt/local/share/examples/zlib/gzjoin.c a ./opt/local/share/examples/zlib/gzlog.c a ./opt/local/share/examples/zlib/gzlog.h a ./opt/local/share/examples/zlib/README.examples a ./opt/local/share/examples/zlib/zlib_how.html a ./opt/local/share/examples/zlib/zpipe.c a ./opt/local/share/examples/zlib/zran.c a ./opt/local/share/doc/zlib a ./opt/local/share/doc/zlib/ChangeLog a ./opt/local/share/doc/zlib/FAQ a ./opt/local/share/doc/zlib/README a ./opt/local/share/doc/zlib/zlib.3.pdf a ./opt/local/lib/libz.1.2.6.dylib a ./opt/local/lib/libz.1.dylib a ./opt/local/lib/libz.a a ./opt/local/lib/libz.dylib a ./opt/local/lib/pkgconfig a ./opt/local/lib/pkgconfig/zlib.pc a ./opt/local/include/zconf.h a ./opt/local/include/zlib.h ---> Cleaning zlib ---> Removing work directory for zlib ---> Deactivating zlib @1.2.5_0 ---> Cleaning zlib ---> Removing work directory for zlib ---> Activating zlib @1.2.6_0 x ./ x ./+COMMENT x ./+CONTENTS x ./+DESC x ./+PORTFILE x ./+STATE x ./opt/ x ./opt/local/ x ./opt/local/include/ x ./opt/local/lib/ x ./opt/local/share/ x ./opt/local/share/doc/ x ./opt/local/share/examples/ x ./opt/local/share/man/ x ./opt/local/share/man/man3/ x ./opt/local/share/man/man3/zlib.3.gz x ./opt/local/share/examples/zlib/ x ./opt/local/share/examples/zlib/enough.c x ./opt/local/share/examples/zlib/fitblk.c x ./opt/local/share/examples/zlib/gun.c x ./opt/local/share/examples/zlib/gzappend.c x ./opt/local/share/examples/zlib/gzjoin.c x ./opt/local/share/examples/zlib/gzlog.c x ./opt/local/share/examples/zlib/gzlog.h x ./opt/local/share/examples/zlib/README.examples x ./opt/local/share/examples/zlib/zlib_how.html x ./opt/local/share/examples/zlib/zpipe.c x ./opt/local/share/examples/zlib/zran.c x ./opt/local/share/doc/zlib/ x ./opt/local/share/doc/zlib/ChangeLog x ./opt/local/share/doc/zlib/FAQ x ./opt/local/share/doc/zlib/README x ./opt/local/share/doc/zlib/zlib.3.pdf x ./opt/local/lib/libz.1.2.6.dylib x ./opt/local/lib/libz.1.dylib x ./opt/local/lib/libz.a x ./opt/local/lib/libz.dylib x ./opt/local/lib/pkgconfig/ x ./opt/local/lib/pkgconfig/zlib.pc x ./opt/local/include/zconf.h x ./opt/local/include/zlib.h ---> Cleaning zlib ---> Removing work directory for zlib ---> Computing dependencies for pcre. ---> Fetching pcre ---> Verifying checksum(s) for pcre ---> Checksumming pcre-8.12.tar.bz2 ---> Extracting pcre ---> Extracting pcre-8.12.tar.bz2 ---> Applying patches to pcre ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/pcre/files/configure.patch patching file configure ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/pcre/files/pcretest.c.patch patching file pcretest.c ---> Configuring pcre checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/clang accepts -g... yes checking for /usr/bin/clang option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/clang... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/clang++ accepts -g... yes checking dependency style of /usr/bin/clang++... gcc3 checking how to run the C preprocessor... /usr/bin/clang -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for int64_t... yes checking build system type... x86_64-apple-darwin11.3.0 checking host system type... x86_64-apple-darwin11.3.0 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/clang... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes checking if /usr/bin/clang static flag -static works... no checking if /usr/bin/clang supports -c -o file.o... yes checking if /usr/bin/clang supports -c -o file.o... (cached) yes checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin11.3.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... /usr/bin/clang++ -E checking for ld used by /usr/bin/clang++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries... yes checking for /usr/bin/clang++ option to produce PIC... -fno-common -DPIC checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works... yes checking if /usr/bin/clang++ static flag -static works... no checking if /usr/bin/clang++ supports -c -o file.o... yes checking if /usr/bin/clang++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin11.3.0 dyld checking how to hardcode library paths into programs... immediate checking whether ln -s works... yes checking for ANSI C header files... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for alias support in the linker... yes checking string usability... yes checking string presence... yes checking for string... yes checking bits/type_traits.h usability... no checking bits/type_traits.h presence... no checking for bits/type_traits.h... no checking type_traits.h usability... no checking type_traits.h presence... no checking for type_traits.h... no checking for strtoq... yes checking for long long... yes checking for unsigned long long... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for bcopy... yes checking for memmove... yes checking for strerror... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzopen in -lz... yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking for libbz2... yes checking for readline in -ledit... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libpcre.pc config.status: creating libpcreposix.pc config.status: creating libpcrecpp.pc config.status: creating pcre-config config.status: creating pcre.h config.status: creating pcre_stringpiece.h config.status: creating pcrecpparg.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing script-chmod commands config.status: executing delete-old-chartables commands pcre-8.12 configuration summary: Install prefix .................. : /opt/local C preprocessor .................. : /usr/bin/clang -E C compiler ...................... : /usr/bin/clang C++ preprocessor ................ : /usr/bin/clang++ -E C++ compiler .................... : /usr/bin/clang++ Linker .......................... : /usr/bin/ld C preprocessor flags ............ : -I/opt/local/include C compiler flags ................ : -pipe -O2 -arch x86_64 C++ compiler flags .............. : -pipe -O2 -arch x86_64 Linker flags .................... : -L/opt/local/lib -lncurses -arch x86_64 Extra libraries ................. : Build C++ library ............... : yes Enable UTF-8 support ............ : yes Unicode properties .............. : yes Newline char/sequence ........... : lf \R matches only ANYCRLF ......... : no EBCDIC coding ................... : no Rebuild char tables ............. : no Use stack recursion ............. : yes POSIX mem threshold ............. : 10 Internal link size .............. : 2 Match limit ..................... : 10000000 Match limit recursion ........... : MATCH_LIMIT Build shared libs ............... : yes Build static libs ............... : yes Link pcregrep with libz ......... : yes Link pcregrep with libbz2 ....... : yes Link pcretest with libedit ...... : yes ---> Building pcre make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_pcre/pcre/work/pcre-8.12' /usr/bin/make all-am make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_pcre/pcre/work/pcre-8.12' /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_compile.lo -MD -MP -MF .deps/pcre_compile.Tpo -c -o pcre_compile.lo pcre_compile.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_config.lo -MD -MP -MF .deps/pcre_config.Tpo -c -o pcre_config.lo pcre_config.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_dfa_exec.lo -MD -MP -MF .deps/pcre_dfa_exec.Tpo -c -o pcre_dfa_exec.lo pcre_dfa_exec.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_exec.lo -MD -MP -MF .deps/pcre_exec.Tpo -c -o pcre_exec.lo pcre_exec.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_dfa_exec.lo -MD -MP -MF .deps/pcre_dfa_exec.Tpo -c pcre_dfa_exec.c -fno-common -DPIC -o .libs/pcre_dfa_exec.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_config.lo -MD -MP -MF .deps/pcre_config.Tpo -c pcre_config.c -fno-common -DPIC -o .libs/pcre_config.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_compile.lo -MD -MP -MF .deps/pcre_compile.Tpo -c pcre_compile.c -fno-common -DPIC -o .libs/pcre_compile.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_exec.lo -MD -MP -MF .deps/pcre_exec.Tpo -c pcre_exec.c -fno-common -DPIC -o .libs/pcre_exec.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_config.lo -MD -MP -MF .deps/pcre_config.Tpo -c pcre_config.c -o pcre_config.o >/dev/null 2>&1 mv -f .deps/pcre_config.Tpo .deps/pcre_config.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_fullinfo.lo -MD -MP -MF .deps/pcre_fullinfo.Tpo -c -o pcre_fullinfo.lo pcre_fullinfo.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_fullinfo.lo -MD -MP -MF .deps/pcre_fullinfo.Tpo -c pcre_fullinfo.c -fno-common -DPIC -o .libs/pcre_fullinfo.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_fullinfo.lo -MD -MP -MF .deps/pcre_fullinfo.Tpo -c pcre_fullinfo.c -o pcre_fullinfo.o >/dev/null 2>&1 mv -f .deps/pcre_fullinfo.Tpo .deps/pcre_fullinfo.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_get.lo -MD -MP -MF .deps/pcre_get.Tpo -c -o pcre_get.lo pcre_get.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_get.lo -MD -MP -MF .deps/pcre_get.Tpo -c pcre_get.c -fno-common -DPIC -o .libs/pcre_get.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_get.lo -MD -MP -MF .deps/pcre_get.Tpo -c pcre_get.c -o pcre_get.o >/dev/null 2>&1 mv -f .deps/pcre_get.Tpo .deps/pcre_get.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_globals.lo -MD -MP -MF .deps/pcre_globals.Tpo -c -o pcre_globals.lo pcre_globals.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_globals.lo -MD -MP -MF .deps/pcre_globals.Tpo -c pcre_globals.c -fno-common -DPIC -o .libs/pcre_globals.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_globals.lo -MD -MP -MF .deps/pcre_globals.Tpo -c pcre_globals.c -o pcre_globals.o >/dev/null 2>&1 mv -f .deps/pcre_globals.Tpo .deps/pcre_globals.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_info.lo -MD -MP -MF .deps/pcre_info.Tpo -c -o pcre_info.lo pcre_info.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_info.lo -MD -MP -MF .deps/pcre_info.Tpo -c pcre_info.c -fno-common -DPIC -o .libs/pcre_info.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_info.lo -MD -MP -MF .deps/pcre_info.Tpo -c pcre_info.c -o pcre_info.o >/dev/null 2>&1 mv -f .deps/pcre_info.Tpo .deps/pcre_info.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_maketables.lo -MD -MP -MF .deps/pcre_maketables.Tpo -c -o pcre_maketables.lo pcre_maketables.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_maketables.lo -MD -MP -MF .deps/pcre_maketables.Tpo -c pcre_maketables.c -fno-common -DPIC -o .libs/pcre_maketables.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_maketables.lo -MD -MP -MF .deps/pcre_maketables.Tpo -c pcre_maketables.c -o pcre_maketables.o >/dev/null 2>&1 mv -f .deps/pcre_maketables.Tpo .deps/pcre_maketables.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_newline.lo -MD -MP -MF .deps/pcre_newline.Tpo -c -o pcre_newline.lo pcre_newline.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_newline.lo -MD -MP -MF .deps/pcre_newline.Tpo -c pcre_newline.c -fno-common -DPIC -o .libs/pcre_newline.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_newline.lo -MD -MP -MF .deps/pcre_newline.Tpo -c pcre_newline.c -o pcre_newline.o >/dev/null 2>&1 mv -f .deps/pcre_newline.Tpo .deps/pcre_newline.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_ord2utf8.lo -MD -MP -MF .deps/pcre_ord2utf8.Tpo -c -o pcre_ord2utf8.lo pcre_ord2utf8.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_ord2utf8.lo -MD -MP -MF .deps/pcre_ord2utf8.Tpo -c pcre_ord2utf8.c -fno-common -DPIC -o .libs/pcre_ord2utf8.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_ord2utf8.lo -MD -MP -MF .deps/pcre_ord2utf8.Tpo -c pcre_ord2utf8.c -o pcre_ord2utf8.o >/dev/null 2>&1 mv -f .deps/pcre_ord2utf8.Tpo .deps/pcre_ord2utf8.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_refcount.lo -MD -MP -MF .deps/pcre_refcount.Tpo -c -o pcre_refcount.lo pcre_refcount.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_refcount.lo -MD -MP -MF .deps/pcre_refcount.Tpo -c pcre_refcount.c -fno-common -DPIC -o .libs/pcre_refcount.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_refcount.lo -MD -MP -MF .deps/pcre_refcount.Tpo -c pcre_refcount.c -o pcre_refcount.o >/dev/null 2>&1 mv -f .deps/pcre_refcount.Tpo .deps/pcre_refcount.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_study.lo -MD -MP -MF .deps/pcre_study.Tpo -c -o pcre_study.lo pcre_study.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_study.lo -MD -MP -MF .deps/pcre_study.Tpo -c pcre_study.c -fno-common -DPIC -o .libs/pcre_study.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_dfa_exec.lo -MD -MP -MF .deps/pcre_dfa_exec.Tpo -c pcre_dfa_exec.c -o pcre_dfa_exec.o >/dev/null 2>&1 libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_study.lo -MD -MP -MF .deps/pcre_study.Tpo -c pcre_study.c -o pcre_study.o >/dev/null 2>&1 mv -f .deps/pcre_study.Tpo .deps/pcre_study.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_tables.lo -MD -MP -MF .deps/pcre_tables.Tpo -c -o pcre_tables.lo pcre_tables.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_tables.lo -MD -MP -MF .deps/pcre_tables.Tpo -c pcre_tables.c -fno-common -DPIC -o .libs/pcre_tables.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_tables.lo -MD -MP -MF .deps/pcre_tables.Tpo -c pcre_tables.c -o pcre_tables.o >/dev/null 2>&1 libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_compile.lo -MD -MP -MF .deps/pcre_compile.Tpo -c pcre_compile.c -o pcre_compile.o >/dev/null 2>&1 mv -f .deps/pcre_tables.Tpo .deps/pcre_tables.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_try_flipped.lo -MD -MP -MF .deps/pcre_try_flipped.Tpo -c -o pcre_try_flipped.lo pcre_try_flipped.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_try_flipped.lo -MD -MP -MF .deps/pcre_try_flipped.Tpo -c pcre_try_flipped.c -fno-common -DPIC -o .libs/pcre_try_flipped.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_try_flipped.lo -MD -MP -MF .deps/pcre_try_flipped.Tpo -c pcre_try_flipped.c -o pcre_try_flipped.o >/dev/null 2>&1 mv -f .deps/pcre_try_flipped.Tpo .deps/pcre_try_flipped.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_ucd.lo -MD -MP -MF .deps/pcre_ucd.Tpo -c -o pcre_ucd.lo pcre_ucd.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_ucd.lo -MD -MP -MF .deps/pcre_ucd.Tpo -c pcre_ucd.c -fno-common -DPIC -o .libs/pcre_ucd.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_ucd.lo -MD -MP -MF .deps/pcre_ucd.Tpo -c pcre_ucd.c -o pcre_ucd.o >/dev/null 2>&1 mv -f .deps/pcre_ucd.Tpo .deps/pcre_ucd.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_valid_utf8.lo -MD -MP -MF .deps/pcre_valid_utf8.Tpo -c -o pcre_valid_utf8.lo pcre_valid_utf8.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_valid_utf8.lo -MD -MP -MF .deps/pcre_valid_utf8.Tpo -c pcre_valid_utf8.c -fno-common -DPIC -o .libs/pcre_valid_utf8.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_valid_utf8.lo -MD -MP -MF .deps/pcre_valid_utf8.Tpo -c pcre_valid_utf8.c -o pcre_valid_utf8.o >/dev/null 2>&1 mv -f .deps/pcre_valid_utf8.Tpo .deps/pcre_valid_utf8.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_version.lo -MD -MP -MF .deps/pcre_version.Tpo -c -o pcre_version.lo pcre_version.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_version.lo -MD -MP -MF .deps/pcre_version.Tpo -c pcre_version.c -fno-common -DPIC -o .libs/pcre_version.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_version.lo -MD -MP -MF .deps/pcre_version.Tpo -c pcre_version.c -o pcre_version.o >/dev/null 2>&1 mv -f .deps/pcre_version.Tpo .deps/pcre_version.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_xclass.lo -MD -MP -MF .deps/pcre_xclass.Tpo -c -o pcre_xclass.lo pcre_xclass.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_xclass.lo -MD -MP -MF .deps/pcre_xclass.Tpo -c pcre_xclass.c -fno-common -DPIC -o .libs/pcre_xclass.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_xclass.lo -MD -MP -MF .deps/pcre_xclass.Tpo -c pcre_xclass.c -o pcre_xclass.o >/dev/null 2>&1 mv -f .deps/pcre_xclass.Tpo .deps/pcre_xclass.Plo rm -f pcre_chartables.c ln -s ./pcre_chartables.c.dist pcre_chartables.c /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcreposix.lo -MD -MP -MF .deps/pcreposix.Tpo -c -o pcreposix.lo pcreposix.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcreposix.lo -MD -MP -MF .deps/pcreposix.Tpo -c pcreposix.c -fno-common -DPIC -o .libs/pcreposix.o libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcreposix.lo -MD -MP -MF .deps/pcreposix.Tpo -c pcreposix.c -o pcreposix.o >/dev/null 2>&1 mv -f .deps/pcreposix.Tpo .deps/pcreposix.Plo /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcrecpp.lo -MD -MP -MF .deps/pcrecpp.Tpo -c -o pcrecpp.lo pcrecpp.cc libtool: compile: /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcrecpp.lo -MD -MP -MF .deps/pcrecpp.Tpo -c pcrecpp.cc -fno-common -DPIC -o .libs/pcrecpp.o mv -f .deps/pcre_dfa_exec.Tpo .deps/pcre_dfa_exec.Plo /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_scanner.lo -MD -MP -MF .deps/pcre_scanner.Tpo -c -o pcre_scanner.lo pcre_scanner.cc libtool: compile: /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_scanner.lo -MD -MP -MF .deps/pcre_scanner.Tpo -c pcre_scanner.cc -fno-common -DPIC -o .libs/pcre_scanner.o libtool: compile: /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcrecpp.lo -MD -MP -MF .deps/pcrecpp.Tpo -c pcrecpp.cc -o pcrecpp.o >/dev/null 2>&1 libtool: compile: /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_scanner.lo -MD -MP -MF .deps/pcre_scanner.Tpo -c pcre_scanner.cc -o pcre_scanner.o >/dev/null 2>&1 mv -f .deps/pcre_compile.Tpo .deps/pcre_compile.Plo /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_stringpiece.lo -MD -MP -MF .deps/pcre_stringpiece.Tpo -c -o pcre_stringpiece.lo pcre_stringpiece.cc libtool: compile: /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_stringpiece.lo -MD -MP -MF .deps/pcre_stringpiece.Tpo -c pcre_stringpiece.cc -fno-common -DPIC -o .libs/pcre_stringpiece.o mv -f .deps/pcre_scanner.Tpo .deps/pcre_scanner.Plo /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcretest.o -MD -MP -MF .deps/pcretest.Tpo -c -o pcretest.o pcretest.c mv -f .deps/pcrecpp.Tpo .deps/pcrecpp.Plo /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcregrep.o -MD -MP -MF .deps/pcregrep.Tpo -c -o pcregrep.o pcregrep.c libtool: compile: /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_stringpiece.lo -MD -MP -MF .deps/pcre_stringpiece.Tpo -c pcre_stringpiece.cc -o pcre_stringpiece.o >/dev/null 2>&1 mv -f .deps/pcre_stringpiece.Tpo .deps/pcre_stringpiece.Plo /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc mv -f .deps/pcregrep.Tpo .deps/pcregrep.Po /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_scanner_unittest.o -MD -MP -MF .deps/pcre_scanner_unittest.Tpo -c -o pcre_scanner_unittest.o pcre_scanner_unittest.cc mv -f .deps/pcre_scanner_unittest.Tpo .deps/pcre_scanner_unittest.Po /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_stringpiece_unittest.o -MD -MP -MF .deps/pcre_stringpiece_unittest.Tpo -c -o pcre_stringpiece_unittest.o pcre_stringpiece_unittest.cc mv -f .deps/pcretest.Tpo .deps/pcretest.Po /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_chartables.lo -MD -MP -MF .deps/pcre_chartables.Tpo -c -o pcre_chartables.lo pcre_chartables.c libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_chartables.lo -MD -MP -MF .deps/pcre_chartables.Tpo -c pcre_chartables.c -fno-common -DPIC -o .libs/pcre_chartables.o mv -f .deps/pcre_stringpiece_unittest.Tpo .deps/pcre_stringpiece_unittest.Po libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_chartables.lo -MD -MP -MF .deps/pcre_chartables.Tpo -c pcre_chartables.c -o pcre_chartables.o >/dev/null 2>&1 mv -f .deps/pcre_chartables.Tpo .deps/pcre_chartables.Plo mv -f .deps/pcrecpp_unittest.Tpo .deps/pcrecpp_unittest.Po libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I/opt/local/include -pipe -O2 -arch x86_64 -MT pcre_exec.lo -MD -MP -MF .deps/pcre_exec.Tpo -c pcre_exec.c -o pcre_exec.o >/dev/null 2>&1 mv -f .deps/pcre_exec.Tpo .deps/pcre_exec.Plo /bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -pipe -O2 -arch x86_64 -version-info 0:1:0 -L/opt/local/lib -lncurses -arch x86_64 -o libpcre.la -rpath /opt/local/lib pcre_compile.lo pcre_config.lo pcre_dfa_exec.lo pcre_exec.lo pcre_fullinfo.lo pcre_get.lo pcre_globals.lo pcre_info.lo pcre_maketables.lo pcre_newline.lo pcre_ord2utf8.lo pcre_refcount.lo pcre_study.lo pcre_tables.lo pcre_try_flipped.lo pcre_ucd.lo pcre_valid_utf8.lo pcre_version.lo pcre_xclass.lo pcre_chartables.lo libtool: link: /usr/bin/clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpcre.0.dylib .libs/pcre_compile.o .libs/pcre_config.o .libs/pcre_dfa_exec.o .libs/pcre_exec.o .libs/pcre_fullinfo.o .libs/pcre_get.o .libs/pcre_globals.o .libs/pcre_info.o .libs/pcre_maketables.o .libs/pcre_newline.o .libs/pcre_ord2utf8.o .libs/pcre_refcount.o .libs/pcre_study.o .libs/pcre_tables.o .libs/pcre_try_flipped.o .libs/pcre_ucd.o .libs/pcre_valid_utf8.o .libs/pcre_version.o .libs/pcre_xclass.o .libs/pcre_chartables.o -L/opt/local/lib -lncurses -arch x86_64 -arch x86_64 -install_name /opt/local/lib/libpcre.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libpcre.dylib" && ln -s "libpcre.0.dylib" "libpcre.dylib") libtool: link: ar cru .libs/libpcre.a pcre_compile.o pcre_config.o pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucd.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o pcre_chartables.o libtool: link: ranlib .libs/libpcre.a libtool: link: ( cd ".libs" && rm -f "libpcre.la" && ln -s "../libpcre.la" "libpcre.la" ) /bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -pipe -O2 -arch x86_64 -version-info 0:0:0 -L/opt/local/lib -lncurses -arch x86_64 -o libpcreposix.la -rpath /opt/local/lib pcreposix.lo libpcre.la /bin/sh ./libtool --tag=CXX --mode=link /usr/bin/clang++ -pipe -O2 -arch x86_64 -Wl,-alias,__ZN7pcrecpp2RE6no_argE,__ZN7pcrecpp6no_argE -version-info 0:0:0 -L/opt/local/lib -lncurses -arch x86_64 -o libpcrecpp.la -rpath /opt/local/lib pcrecpp.lo pcre_scanner.lo pcre_stringpiece.lo libpcre.la libtool: link: /usr/bin/clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpcreposix.0.dylib .libs/pcreposix.o -L/opt/local/lib ./.libs/libpcre.dylib -lncurses -arch x86_64 -arch x86_64 -install_name /opt/local/lib/libpcreposix.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: /usr/bin/clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpcrecpp.0.dylib .libs/pcrecpp.o .libs/pcre_scanner.o .libs/pcre_stringpiece.o -L/opt/local/lib ./.libs/libpcre.dylib -lncurses -arch x86_64 -Wl,-alias -Wl,__ZN7pcrecpp2RE6no_argE -Wl,__ZN7pcrecpp6no_argE -arch x86_64 -install_name /opt/local/lib/libpcrecpp.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libpcreposix.dylib" && ln -s "libpcreposix.0.dylib" "libpcreposix.dylib") libtool: link: ar cru .libs/libpcreposix.a pcreposix.o libtool: link: (cd ".libs" && rm -f "libpcrecpp.dylib" && ln -s "libpcrecpp.0.dylib" "libpcrecpp.dylib") libtool: link: ranlib .libs/libpcreposix.a libtool: link: ar cru .libs/libpcrecpp.a pcrecpp.o pcre_scanner.o pcre_stringpiece.o libtool: link: ranlib .libs/libpcrecpp.a libtool: link: ( cd ".libs" && rm -f "libpcreposix.la" && ln -s "../libpcreposix.la" "libpcreposix.la" ) /bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -pipe -O2 -arch x86_64 -L/opt/local/lib -lncurses -arch x86_64 -o pcretest pcretest.o libpcreposix.la -ledit /bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -pipe -O2 -arch x86_64 -L/opt/local/lib -lncurses -arch x86_64 -o pcregrep pcregrep.o libpcreposix.la -lz -lbz2 libtool: link: ( cd ".libs" && rm -f "libpcrecpp.la" && ln -s "../libpcrecpp.la" "libpcrecpp.la" ) /bin/sh ./libtool --tag=CXX --mode=link /usr/bin/clang++ -pipe -O2 -arch x86_64 -L/opt/local/lib -lncurses -arch x86_64 -o pcrecpp_unittest pcrecpp_unittest.o libpcrecpp.la /bin/sh ./libtool --tag=CXX --mode=link /usr/bin/clang++ -pipe -O2 -arch x86_64 -L/opt/local/lib -lncurses -arch x86_64 -o pcre_scanner_unittest pcre_scanner_unittest.o libpcrecpp.la libtool: link: /usr/bin/clang -pipe -O2 -arch x86_64 -arch x86_64 -o .libs/pcregrep pcregrep.o -L/opt/local/lib ./.libs/libpcreposix.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_pcre/pcre/work/pcre-8.12/.libs/libpcre.dylib -lncurses -lz -lbz2 libtool: link: /usr/bin/clang++ -pipe -O2 -arch x86_64 -arch x86_64 -o .libs/pcrecpp_unittest pcrecpp_unittest.o -L/opt/local/lib ./.libs/libpcrecpp.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_pcre/pcre/work/pcre-8.12/.libs/libpcre.dylib -lncurses libtool: link: /usr/bin/clang++ -pipe -O2 -arch x86_64 -arch x86_64 -o .libs/pcre_scanner_unittest pcre_scanner_unittest.o -L/opt/local/lib ./.libs/libpcrecpp.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_pcre/pcre/work/pcre-8.12/.libs/libpcre.dylib -lncurses /bin/sh ./libtool --tag=CXX --mode=link /usr/bin/clang++ -pipe -O2 -arch x86_64 -L/opt/local/lib -lncurses -arch x86_64 -o pcre_stringpiece_unittest pcre_stringpiece_unittest.o libpcrecpp.la libtool: link: /usr/bin/clang -pipe -O2 -arch x86_64 -arch x86_64 -o .libs/pcretest pcretest.o -L/opt/local/lib ./.libs/libpcreposix.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_pcre/pcre/work/pcre-8.12/.libs/libpcre.dylib -lncurses /opt/local/lib/libedit.0.0.38.dylib -ltermcap libtool: link: /usr/bin/clang++ -pipe -O2 -arch x86_64 -arch x86_64 -o .libs/pcre_stringpiece_unittest pcre_stringpiece_unittest.o -L/opt/local/lib ./.libs/libpcrecpp.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_pcre/pcre/work/pcre-8.12/.libs/libpcre.dylib -lncurses make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_pcre/pcre/work/pcre-8.12' make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_pcre/pcre/work/pcre-8.12'

沒有留言: