-PostgreSQLインストール-

  
 FreeBSD Portsから インストール

[root@sub2 /usr/ports]# cd //usr/ports/databases/postgresql7
[root@sub2 //usr/ports/databases/postgresql7]# make


=========== BACKUP YOUR DATA! =============
As always, backup your data before
upgrading. If the upgrade leads to a higher
minor revision (e.g. 7.2.x -> 7.3), a dump
and restore of all databases is
required. This is *NOT* done by the port!

Press ctrl-C *now* if you need to pg_dump.
===========================================


postgresql has several tunables that can be used to configure PostgreSQL:

WITHOUT_GNUGETOPT Don't install GNU getopt (will
still be used if already installed)
WITHOUT_GETTEXT Skips building with support for
internationalized error messages
WITHOUT_SERVER Installs the headers and libraries for
PostgreSQL clients
WITHOUT_SSL Builds without OpenSSL support
WITH_MIT_KRB5 Builds with MIT's kerberos support
WITH_HEIMDAL_KRB5 Builds with Heimdal's kerberos support
WITH_OPTIMIZED_CFLAGS Builds with compiler optimizations (-O3)
WITH_DEBUG Builds with debugging symbols
WITH_TESTS Allows the use of a "check" target
building the module

>> postgresql-base-7.3.2.tar.gz doesn't seem to exist in /usr/ports/distfiles/postgresql.
>> Attempting to fetch from ftp://ftp3.us.postgresql.org/pub/postgresql/source/v7.3.2/.
Receiving postgresql-base-7.3.2.tar.gz (7085880 bytes): 100% (ETA 00:00)
7085880 bytes transferred in 138.9 seconds (49.83 kBps)
>> postgresql-opt-7.3.2.tar.gz doesn't seem to exist in /usr/ports/distfiles/postgresql.
>> Attempting to fetch from ftp://ftp3.us.postgresql.org/pub/postgresql/source/v7.3.2/.
Receiving postgresql-opt-7.3.2.tar.gz (390937 bytes): 100%
390937 bytes transferred in 8.3 seconds (46.04 kBps)
===> Extracting for postgresql-7.3.2_1
>> Checksum OK for postgresql/postgresql-base-7.3.2.tar.gz.
>> Checksum OK for postgresql/postgresql-opt-7.3.2.tar.gz.
===> Patching for postgresql-7.3.2_1
===> Applying FreeBSD patches for postgresql-7.3.2_1
===> postgresql-7.3.2_1 depends on executable: gmake - not found
===> Verifying install for gmake in /usr/ports/devel/gmake
>> make-3.80.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from ftp://ftp.gnu.org/gnu/make/.
Receiving make-3.80.tar.bz2 (920645 bytes): 100%
920645 bytes transferred in 18.0 seconds (49.93 kBps)
===> Extracting for gmake-3.80
>> Checksum OK for make-3.80.tar.bz2.
===> Patching for gmake-3.80
===> Applying FreeBSD patches for gmake-3.80
/bin/rm /usr/ports/devel/gmake/work/make-3.80/doc/make.info*
===> gmake-3.80 depends on shared library: intl.4 - not found
===> Verifying install for intl.4 in /usr/ports/devel/gettext
>> gettext-0.11.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from ftp://ftp.gnu.org/gnu/gettext/.
Receiving gettext-0.11.5.tar.gz (3724099 bytes): 100% (ETA 00:00)
3724099 bytes transferred in 76.1 seconds (47.78 kBps)
===> Extracting for gettext-0.11.5_1
>> Checksum OK for gettext-0.11.5.tar.gz.
===> Patching for gettext-0.11.5_1
===> Applying FreeBSD patches for gettext-0.11.5_1
===> gettext-0.11.5_1 depends on executable: libtool - found
===> gettext-0.11.5_1 depends on shared library: iconv.3 - not found
===> Verifying install for iconv.3 in /usr/ports/converters/libiconv
>> libiconv-1.8.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from ftp://ftp.gnu.org/gnu/libiconv/.
Receiving libiconv-1.8.tar.gz (3514117 bytes): 100% (ETA 00:00)
3514117 bytes transferred in 71.6 seconds (47.96 kBps)
===> Extracting for libiconv-1.8_2
>> Checksum OK for libiconv-1.8.tar.gz.
===> Patching for libiconv-1.8_2
===> Applying FreeBSD patches for libiconv-1.8_2
===> libiconv-1.8_2 depends on executable: libtool - found
===> Configuring for libiconv-1.8_2
configure: WARNING: you should use --build, --host, --target
checking whether make sets ${MAKE}... yes
checking for i386-portbld-freebsd4.8-gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking whether cc needs -traditional... no
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking how to copy files... cp -p
checking how to make hard links... ln
checking whether ln -s works... yes
checking build system type... i386-portbld-freebsd4.8
checking host system type... i386-portbld-freebsd4.8
checking for AIX... no
checking for minix/config.h... no
checking for strerror in -lcposix... no
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking how to recognise dependant libraries... pass_all
checking command to parse nm output... ok
checking for dlfcn.h... yes
checking for i386-portbld-freebsd4.8-ranlib... (cached) ranlib
checking for i386-portbld-freebsd4.8-strip... no
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd4.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking host system type... i386-unknown-freebsdelf4.8
checking for ranlib... ranlib
checking whether we are using GNU C... yes
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions ... yes
checking if cc static flag -static works... -static
checking whether ln -s works... yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/libexec/elf/ld option to reload object files... -r
checking dynamic linker characteristics... freebsdelf4.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... no, consider installing GNU libiconv
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... (cached) no, consider installing GNU libiconv
checking for GNU gettext in libintl... no
checking for locale.h... yes
checking for stdlib.h... yes
checking for mbstate_t... yes
checking for mbrtowc... no
checking for wcrtomb... no
checking for mbsinit... no
checking for setlocale... yes
checking for wchar.h... yes
checking for EILSEQ... yes
checking byte ordering... little endian
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating man/Makefile
config.status: creating tests/Makefile
config.status: creating include/iconv.h
config.status: creating lib/config.h
config.status: creating src/config.h
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: configuring in libcharset
configure: running /bin/sh './configure' --enable-static --without-libintl-prefix --prefix=/usr/loc
al i386-portbld-freebsd4.8 'CFLAGS=-O -pipe ' host_alias=i386-portbld-freebsd4.8 build_alias=i386-po
rtbld-freebsd4.8 target_alias=i386-portbld-freebsd4.8 CC=cc --cache-file=/dev/null --srcdir=.
configure: WARNING: you should use --build, --host, --target
checking whether make sets ${MAKE}... yes
checking for i386-portbld-freebsd4.8-gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking whether cc needs -traditional... no
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking build system type... i386-portbld-freebsd4.8
checking host system type... i386-portbld-freebsd4.8
checking for AIX... no
checking for minix/config.h... no
checking for POSIXized ISC... no
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse nm output... ok
checking for dlfcn.h... yes
checking for i386-portbld-freebsd4.8-ranlib... no
checking for ranlib... ranlib
checking for i386-portbld-freebsd4.8-strip... no
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd4.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking host system type... i386-unknown-freebsdelf4.8
checking for ranlib... ranlib
checking whether we are using GNU C... yes
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions ... yes
checking if cc static flag -static works... -static
checking whether ln -s works... yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/libexec/elf/ld option to reload object files... -r
checking dynamic linker characteristics... freebsdelf4.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking for nl_langinfo and CODESET... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for setlocale... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating config.h
===> Building for libiconv-1.8_2
builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$
builddir/lib" sysconfdir="$builddir/lib"
if [ ! -d include ] ; then mkdir include ; fi
cp ./include/libcharset.h.in include/libcharset.h
cd lib && make all
/bin/sh ../libtool --mode=compile cc -I. -I. -I.. -I./.. -O -pipe -DHAVE_CONFIG_H -DLIBDIR=\"/usr/l
ocal/libdata\" -c ./localcharset.c
mkdir .libs
cc -I. -I. -I.. -I./.. -O -pipe -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/libdata\" -c ./localcharset.c
-fPIC -DPIC -o .libs/localcharset.lo
cc -I. -I. -I.. -I./.. -O -pipe -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/libdata\" -c ./localcharset.c
-o localcharset.o >/dev/null 2>&1
mv -f .libs/localcharset.lo localcharset.lo
/bin/sh ../libtool --mode=link cc -o libcharset.la -rpath /usr/local/lib -version-info 1 -no-undefi
ned localcharset.lo
rm -fr .libs/libcharset.la .libs/libcharset.* .libs/libcharset.*
cc -shared -Wl,--rpath -Wl,/usr/local/lib localcharset.lo -Wl,-soname -Wl,libcharset.so.1 -o .li
bs/libcharset.so.1
(cd .libs && rm -f libcharset.so && ln -sf libcharset.so.1 libcharset.so)
ar cru .libs/libcharset.a localcharset.o
ranlib .libs/libcharset.a
creating libcharset.la
(cd .libs && rm -f libcharset.la && ln -sf ../libcharset.la libcharset.la)
/bin/sh ./config.charset 'i386-portbld-freebsd4.8' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
cd lib && make all
cd lib && make install-lib libdir='/usr/ports/converters/libiconv/work/libiconv-1.8/lib' includedir=
'/usr/ports/converters/libiconv/work/libiconv-1.8/lib' sysconfdir='/usr/ports/converters/libiconv/wo
rk/libiconv-1.8/lib'
/bin/sh ./../autoconf/mkinstalldirs /usr/ports/converters/libiconv/work/libiconv-1.8/lib
/bin/sh ../libtool --mode=install install -c -o root -g wheel -m 444 libcharset.la /usr/ports/conver
ters/libiconv/work/libiconv-1.8/lib/libcharset.la
install -c -o root -g wheel -m 444 .libs/libcharset.so.1 /usr/ports/converters/libiconv/work/libicon
v-1.8/lib/libcharset.so.1
(cd /usr/ports/converters/libiconv/work/libiconv-1.8/lib && rm -f libcharset.so && ln -sf libcharset
.so.1 libcharset.so)
install -c -o root -g wheel -m 444 .libs/libcharset.a /usr/ports/converters/libiconv/work/libiconv-1
.8/lib/libcharset.a
ranlib /usr/ports/converters/libiconv/work/libiconv-1.8/lib/libcharset.a
chmod 644 /usr/ports/converters/libiconv/work/libiconv-1.8/lib/libcharset.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
/bin/sh ./../autoconf/mkinstalldirs /usr/ports/converters/libiconv/work/libiconv-1.8/lib
test -f /usr/ports/converters/libiconv/work/libiconv-1.8/lib/charset.alias && orig=/usr/ports/conver
ters/libiconv/work/libiconv-1.8/lib/charset.alias || orig=charset.alias; sed -f ref-add.sed $orig
> /usr/ports/converters/libiconv/work/libiconv-1.8/lib/t-charset.alias; install -c -o root -g wheel
-m 444 /usr/ports/converters/libiconv/work/libiconv-1.8/lib/t-charset.alias /usr/ports/converters/l
ibiconv/work/libiconv-1.8/lib/charset.alias; rm -f /usr/ports/converters/libiconv/work/libiconv-1.8
/lib/t-charset.alias
/bin/sh ./autoconf/mkinstalldirs /usr/ports/converters/libiconv/work/libiconv-1.8/lib
install -c -o root -g wheel -m 444 include/libcharset.h /usr/ports/converters/libiconv/work/libiconv
-1.8/lib/libcharset.h
cd lib && make all
/bin/sh ../libtool --mode=compile cc -I. -I. -I../include -I./../include -O -pipe -c ./iconv.c
mkdir .libs
cc -I. -I. -I../include -I./../include -O -pipe -c ./iconv.c -fPIC -DPIC -o .libs/iconv.lo
cc -I. -I. -I../include -I./../include -O -pipe -c ./iconv.c -o iconv.o >/dev/null 2>&1
mv -f .libs/iconv.lo iconv.lo
/bin/sh ../libtool --mode=link cc -o libiconv.la -rpath /usr/local/lib -version-info 3 -no-undefine
d iconv.lo ../libcharset/lib/localcharset.lo
rm -fr .libs/libiconv.la .libs/libiconv.* .libs/libiconv.*
cc -shared -Wl,--rpath -Wl,/usr/local/lib iconv.lo ../libcharset/lib/localcharset.lo -Wl,-soname
-Wl,libiconv.so.3 -o .libs/libiconv.so.3
(cd .libs && rm -f libiconv.so && ln -sf libiconv.so.3 libiconv.so)
ar cru .libs/libiconv.a iconv.o ../libcharset/lib/localcharset.o
ranlib .libs/libiconv.a
creating libiconv.la
(cd .libs && rm -f libiconv.la && ln -sf ../libiconv.la libiconv.la)
cd src && make all
cc -c -I. -I. -I../include -I./../include -I../lib -O -pipe -DLOCALEDIR=\"/usr/local/share/locale\"
./iconv_no_i18n.c
/bin/sh ../libtool --mode=link cc iconv_no_i18n.o ../lib/libiconv.la -o iconv_no_i18n
mkdir .libs
cc iconv_no_i18n.o ../lib/.libs/libiconv.so -o .libs/iconv_no_i18n -Wl,--rpath -Wl,/usr/local/lib
creating iconv_no_i18n
cc -c -I. -I. -I../include -I./../include -I../lib -O -pipe -DLOCALEDIR=\"/usr/local/share/locale\"
./iconv.c
chmod 777 .
cd po && make all
cd man && make all
#if test -d tests; then cd tests && make all; fi
===> Installing for libiconv-1.8_2
cd libcharset && make install prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib'
cd lib && make install prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib'
/bin/sh ./../autoconf/mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install install -c -o root -g wheel -m 444 libcharset.la /usr/local/lib/li
bcharset.la
install -c -o root -g wheel -m 444 .libs/libcharset.so.1 /usr/local/lib/libcharset.so.1
(cd /usr/local/lib && rm -f libcharset.so && ln -sf libcharset.so.1 libcharset.so)
install -c -o root -g wheel -m 444 .libs/libcharset.a /usr/local/lib/libcharset.a
ranlib /usr/local/lib/libcharset.a
chmod 644 /usr/local/lib/libcharset.a
/usr/bin/env OBJFORMAT="elf" /sbin/ldconfig -m /usr/local/lib
----------------------------------------------------------------------
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 `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./../autoconf/mkinstalldirs /usr/local/libdata
if test -f /usr/local/libdata/charset.alias; then sed -f ref-add.sed /usr/local/libdata/charset.ali
as > /usr/local/libdata/t-charset.alias; install -c -o root -g wheel -m 444 /usr/local/libdata/t-ch
arset.alias /usr/local/libdata/charset.alias; rm -f /usr/local/libdata/t-charset.alias; else if t
est no = no; then sed -f ref-add.sed charset.alias > /usr/local/libdata/t-charset.alias; install -
c -o root -g wheel -m 444 /usr/local/libdata/t-charset.alias /usr/local/libdata/charset.alias; rm -
f /usr/local/libdata/t-charset.alias; fi ; fi
/bin/sh ./autoconf/mkinstalldirs /usr/local/include
install -c -o root -g wheel -m 444 include/libcharset.h /usr/local/include/libcharset.h
cd lib && make install prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib'
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/lib ] ; then mkdir /usr/local/lib ; fi
/bin/sh ../libtool --mode=install install -c -o root -g wheel -m 444 libiconv.la /usr/local/lib/libi
conv.la
install -c -o root -g wheel -m 444 .libs/libiconv.so.3 /usr/local/lib/libiconv.so.3
(cd /usr/local/lib && rm -f libiconv.so && ln -sf libiconv.so.3 libiconv.so)
install -c -o root -g wheel -m 444 .libs/libiconv.a /usr/local/lib/libiconv.a
ranlib /usr/local/lib/libiconv.a
chmod 644 /usr/local/lib/libiconv.a
/usr/bin/env OBJFORMAT="elf" /sbin/ldconfig -m /usr/local/lib
----------------------------------------------------------------------
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 `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
if test -n ""; then install -c -o root -g wheel -m 444 /usr/local/lib/.new && mv /usr/local/lib/.ne
w /usr/local/lib/ ; fi
cd src && make install prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib'
chmod 777 .
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/bin ] ; then mkdir /usr/local/bin ; fi
case "freebsd4.8" in hpux*|freebsd*) cc iconv.o -L/usr/local/lib -liconv -o iconv;; *) /bin/sh .
./libtool --mode=link cc iconv.o /usr/local/lib/libiconv.la -o iconv;; esac
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 iconv /usr/local/bin/iconv
install -c -o root -g wheel -m 555 -s iconv /usr/local/bin/iconv
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/include ] ; then mkdir /usr/local/include ; fi
install -c -o root -g wheel -m 444 include/iconv.h /usr/local/include/iconv.h
cd po && make install prefix='/usr/local' exec_prefix='/usr/local' mandir='/usr/local/man'
if test "libiconv" = "gettext"; then /bin/sh `case "./autoconf/mkinstalldirs" in /*) echo "./autoco
nf/mkinstalldirs" ;; *) echo ".././autoconf/mkinstalldirs" ;; esac` /usr/local/share/gettext/po; fo
r file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldq
uot.header insert-header.sin Rules-quot ; do install -c -o root -g wheel -m 444 ./$file /usr/loca
l/share/gettext/po/$file; done; else : ; fi
cd man && make install prefix='/usr/local' exec_prefix='/usr/local' mandir='/usr/local/man'
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/man ] ; then mkdir /usr/local/man ; fi
if [ ! -d /usr/local/man/man1 ] ; then mkdir /usr/local/man/man1 ; fi
cd . && for f in *.1 ; do echo install -c -o root -g wheel -m 444 $f /usr/local/man/man1/$f ; instal
l -c -o root -g wheel -m 444 $f /usr/local/man/man1/$f ; done
install -c -o root -g wheel -m 444 iconv.1 /usr/local/man/man1/iconv.1
if [ ! -d /usr/local/man/man3 ] ; then mkdir /usr/local/man/man3 ; fi
cd . && for f in *.3 ; do echo install -c -o root -g wheel -m 444 $f /usr/local/man/man3/$f ; instal
l -c -o root -g wheel -m 444 $f /usr/local/man/man3/$f ; done
install -c -o root -g wheel -m 444 iconv.3 /usr/local/man/man3/iconv.3
install -c -o root -g wheel -m 444 iconv_close.3 /usr/local/man/man3/iconv_close.3
install -c -o root -g wheel -m 444 iconv_open.3 /usr/local/man/man3/iconv_open.3
if [ ! -d /usr/local/share/doc/libiconv ] ; then mkdir /usr/local/share/doc/libiconv ; fi
if [ ! -d /usr/local/share/doc/libiconv ] ; then mkdir /usr/local/share/doc/libiconv ; fi
cd . && for f in *.html ; do echo install -c -o root -g wheel -m 444 $f /usr/local/share/doc/libicon
v/$f ; install -c -o root -g wheel -m 444 $f /usr/local/share/doc/libiconv/$f ; done
install -c -o root -g wheel -m 444 iconv.1.html /usr/local/share/doc/libiconv/iconv.1.html
install -c -o root -g wheel -m 444 iconv.3.html /usr/local/share/doc/libiconv/iconv.3.html
install -c -o root -g wheel -m 444 iconv_close.3.html /usr/local/share/doc/libiconv/iconv_close.3.ht
ml
install -c -o root -g wheel -m 444 iconv_open.3.html /usr/local/share/doc/libiconv/iconv_open.3.html
===> Generating temporary packing list
===> Compressing manual pages for libiconv-1.8_2
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for libiconv-1.8_2
===> Returning to build of gettext-0.11.5_1
===> gettext-0.11.5_1 depends on shared library: expat.4 - found
===> Configuring for gettext-0.11.5_1
/bin/rm /usr/ports/devel/gettext/work/gettext-0.11.5/doc/gettext.info*
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for bison... no
checking for byacc... byacc
checking for flex... flex
checking for Java to native code compiler... none
checking how to run the C preprocessor... cc -E
checking for Java compiler... no
checking for jar... no
checking for Java virtual machine... no
checking build system type... i386-portbld-freebsd4.8
checking host system type... i386-portbld-freebsd4.8
checking for strerror in -lcposix... no
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd4.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking host system type... i386-unknown-freebsdelf4.8
checking for ranlib... ranlib
checking whether we are using GNU C... yes
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions ... yes
checking if cc static flag -static works... -static
checking whether ln -s works... yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/libexec/elf/ld option to reload object files... -r
checking dynamic linker characteristics... freebsdelf4.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for ANSI C header files... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for values.h... no
checking for stdbool.h... yes
checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for signed... yes
checking whether backslash-a works in strings... yes
checking for unsigned long long... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for ptrdiff_t... yes
checking for inttypes.h... no
checking for stdint.h... no
checking for ssize_t... yes
checking for pid_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for mblen... yes
checking for memcpy... yes
checking for posix_spawn... no
checking for putc_unlocked... no
checking for raise... yes
checking for select... yes
checking for strerror... yes
checking for strtoul... yes
checking for uname... yes
checking for utime... yes
checking for utimes... yes
checking for memset... yes
checking for stpcpy... no
checking for strcspn... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strstr... yes
checking for vasprintf... yes
checking for getline... no
checking for getdelim... no
checking for working fnmatch function... yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for wchar.h... yes
checking for wctype.h... yes
checking for isascii... yes
checking for iswcntrl... no
checking for iswprint... no
checking for mbsinit... no
checking for wcwidth... no
checking whether mbrtowc and mbstate_t are properly declared... no
checking whether wcwidth is declared... no
checking for stdlib.h... (cached) yes
checking for mbstate_t... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether closedir returns void... no
checking for limits.h... (cached) yes
checking for string.h... (cached) yes
checking for long file names... yes
checking for pathconf... yes
checking for limits.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for waitpid... yes
checking for union wait... no
checking whether stat file-mode macros are broken... no
checking for __secure_getenv... no
checking for mkdtemp... yes
checking whether stat file-mode macros are broken... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for gettimeofday... yes
checking for sigprocmask... yes
checking for signal handlers with siginfo_t... yes
checking for setenv... yes
checking for unsetenv... yes
checking for search.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for tsearch... yes
checking if errno is properly declared... yes
checking if environ is properly declared... no
checking for error_at_line... no
checking for locale.h... yes
checking for setlocale declaration...
extern char *setlocale (int category, const char *locale);
checking for arpa/inet.h... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for inet_ntop... yes
checking for IPv6 sockets... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ranlib... (cached) ranlib
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for argz.h... no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... (cached) yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for stpcpy... (cached) no
checking for strcasecmp... (cached) yes
checking for strdup... yes
checking for strtoul... (cached) yes
checking for tsearch... (cached) yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf,
size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking for libexpat... yes
checking how to link with libexpat... /usr/local/lib/libexpat.so -Wl,-rpath -Wl,/usr/local/lib
checking for emacs... no
checking for dvips... /usr/ports/devel/gettext/work/gettext-0.11.5/missing dvips
checking for texi2pdf... /usr/ports/devel/gettext/work/gettext-0.11.5/missing texi2pdf
checking for perl... /usr/bin/perl
checking for c++... c++
checking whether the C++ compiler (c++ -O -pipe -L/usr/local/lib) works... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/javacomp.sh
config.status: creating lib/javaexec.sh
config.status: creating intl/Makefile
config.status: creating intl-java/Makefile
config.status: creating libuniname/Makefile
config.status: creating src/Makefile
config.status: creating src/user-email
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating man/Makefile
config.status: creating man/x-to-1
config.status: creating tests/Makefile
config.status: creating m4/Makefile
config.status: creating projects/Makefile
config.status: creating misc/Makefile
config.status: creating misc/gettextize
config.status: creating misc/autopoint
config.status: creating config.h
config.status: creating po/POTFILES
config.status: creating po/Makefile
===> Building for gettext-0.11.5_1
make all-recursive
Making all in doc
cd . && env LANG= LANGUAGE= makeinfo --no-split `echo gettext.texi | sed 's,.*/,,'`
Making all in intl
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe intl-compat.c
mkdir .libs
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe intl-compat.c -fPIC -DPIC -o .libs/intl-compat.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe intl-compat.c -o intl-compat.o >/dev/null 2>&1
mv -f .libs/intl-compat.lo intl-compat.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe bindtextdom.c
rm -f .libs/bindtextdom.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe bindtextdom.c -fPIC -DPIC -o .libs/bindtextdom.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe bindtextdom.c -o bindtextdom.o >/dev/null 2>&1
mv -f .libs/bindtextdom.lo bindtextdom.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe dcgettext.c
rm -f .libs/dcgettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dcgettext.c -fPIC -DPIC -o .libs/dcgettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dcgettext.c -o dcgettext.o >/dev/null 2>&1
mv -f .libs/dcgettext.lo dcgettext.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe dgettext.c
rm -f .libs/dgettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dgettext.c -fPIC -DPIC -o .libs/dgettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dgettext.c -o dgettext.o >/dev/null 2>&1
mv -f .libs/dgettext.lo dgettext.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe gettext.c
rm -f .libs/gettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe gettext.c -fPIC -DPIC -o .libs/gettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe gettext.c -o gettext.o >/dev/null 2>&1
mv -f .libs/gettext.lo gettext.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe finddomain.c
rm -f .libs/finddomain.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe finddomain.c -fPIC -DPIC -o .libs/finddomain.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe finddomain.c -o finddomain.o >/dev/null 2>&1
mv -f .libs/finddomain.lo finddomain.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe loadmsgcat.c
rm -f .libs/loadmsgcat.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe loadmsgcat.c -fPIC -DPIC -o .libs/loadmsgcat.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe loadmsgcat.c -o loadmsgcat.o >/dev/null 2>&1
mv -f .libs/loadmsgcat.lo loadmsgcat.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe localealias.c
rm -f .libs/localealias.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe localealias.c -fPIC -DPIC -o .libs/localealias.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe localealias.c -o localealias.o >/dev/null 2>&1
mv -f .libs/localealias.lo localealias.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe textdomain.c
rm -f .libs/textdomain.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe textdomain.c -fPIC -DPIC -o .libs/textdomain.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe textdomain.c -o textdomain.o >/dev/null 2>&1
mv -f .libs/textdomain.lo textdomain.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe l10nflist.c
rm -f .libs/l10nflist.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe l10nflist.c -fPIC -DPIC -o .libs/l10nflist.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe l10nflist.c -o l10nflist.o >/dev/null 2>&1
mv -f .libs/l10nflist.lo l10nflist.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe explodename.c
rm -f .libs/explodename.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe explodename.c -fPIC -DPIC -o .libs/explodename.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe explodename.c -o explodename.o >/dev/null 2>&1
mv -f .libs/explodename.lo explodename.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe dcigettext.c
rm -f .libs/dcigettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dcigettext.c -fPIC -DPIC -o .libs/dcigettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dcigettext.c -o dcigettext.o >/dev/null 2>&1
mv -f .libs/dcigettext.lo dcigettext.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe dcngettext.c
rm -f .libs/dcngettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dcngettext.c -fPIC -DPIC -o .libs/dcngettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dcngettext.c -o dcngettext.o >/dev/null 2>&1
mv -f .libs/dcngettext.lo dcngettext.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe dngettext.c
rm -f .libs/dngettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dngettext.c -fPIC -DPIC -o .libs/dngettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe dngettext.c -o dngettext.o >/dev/null 2>&1
mv -f .libs/dngettext.lo dngettext.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe ngettext.c
rm -f .libs/ngettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe ngettext.c -fPIC -DPIC -o .libs/ngettext.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe ngettext.c -o ngettext.o >/dev/null 2>&1
mv -f .libs/ngettext.lo ngettext.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe plural.c
rm -f .libs/plural.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe plural.c -fPIC -DPIC -o .libs/plural.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe plural.c -o plural.o >/dev/null 2>&1
mv -f .libs/plural.lo plural.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe plural-exp.c
rm -f .libs/plural-exp.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe plural-exp.c -fPIC -DPIC -o .libs/plural-exp.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe plural-exp.c -o plural-exp.o >/dev/null 2>&1
mv -f .libs/plural-exp.lo plural-exp.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe localcharset.c
rm -f .libs/localcharset.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe localcharset.c -fPIC -DPIC -o .libs/localcharset.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe localcharset.c -o localcharset.o >/dev/null 2>&1
mv -f .libs/localcharset.lo localcharset.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe localename.c
rm -f .libs/localename.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe localename.c -fPIC -DPIC -o .libs/localename.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe localename.c -o localename.o >/dev/null 2>&1
mv -f .libs/localename.lo localename.lo
/bin/sh ../libtool --mode=compile cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=
\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -
I../intl -I/usr/local/include -O -pipe osdep.c
rm -f .libs/osdep.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe osdep.c -fPIC -DPIC -o .libs/osdep.lo
cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/libdata\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -I/usr/local/include -O -p
ipe osdep.c -o osdep.o >/dev/null 2>&1
mv -f .libs/osdep.lo osdep.lo
/bin/sh ../libtool --mode=link cc -I/usr/local/include -O -pipe -L/usr/local/lib -o libintl.la in
tl-compat.lo bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo finddomain.lo loadmsgcat.lo localea
lias.lo textdomain.lo l10nflist.lo explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext
.lo plural.lo plural-exp.lo localcharset.lo localename.lo osdep.lo -L/usr/local/lib -liconv -R/usr/
local/lib -version-info 4:0:2 -rpath /usr/local/lib -no-undefined
rm -fr .libs/libintl.la .libs/libintl.* .libs/libintl.*
cc -shared -Wl,--rpath -Wl,/usr/local/lib intl-compat.lo bindtextdom.lo dcgettext.lo dgettext.lo g
ettext.lo finddomain.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo explodename.lo dcige
ttext.lo dcngettext.lo dngettext.lo ngettext.lo plural.lo plural-exp.lo localcharset.lo localename.l
o osdep.lo -L/usr/local/lib -liconv -Wl,-soname -Wl,libintl.so.4 -o .libs/libintl.so.4
(cd .libs && rm -f libintl.so && ln -sf libintl.so.4 libintl.so)
ar cru .libs/libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o lo
admsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.
o ngettext.o plural.o plural-exp.o localcharset.o localename.o osdep.o
ranlib .libs/libintl.a
creating libintl.la
(cd .libs && rm -f libintl.la && ln -sf ../libintl.la libintl.la)
cp ./libgnuintl.h libintl.h
/bin/sh ./config.charset 'i386-portbld-freebsd4.8' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in lib
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o argmatch.lo argm
atch.c
mkdir .libs
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c argmatch.c -fPIC -DPIC -o .libs/argmatch.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c argmatch.c -o argmatch.o >/dev/null 2>&1
mv -f .libs/argmatch.lo argmatch.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o backupfile.lo ba
ckupfile.c
rm -f .libs/backupfile.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c backupfile.c -fPIC -DPIC -o .libs/backupfile.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c backupfile.c -o backupfile.o >/dev/null 2>&1
mv -f .libs/backupfile.lo backupfile.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o addext.lo addext
.c
rm -f .libs/addext.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c addext.c -fPIC -DPIC -o .libs/addext.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c addext.c -o addext.o >/dev/null 2>&1
mv -f .libs/addext.lo addext.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o basename.lo base
name.c
rm -f .libs/basename.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c basename.c -fPIC -DPIC -o .libs/basename.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c basename.c -o basename.o >/dev/null 2>&1
mv -f .libs/basename.lo basename.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o c-ctype.lo c-cty
pe.c
rm -f .libs/c-ctype.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c c-ctype.c -fPIC -DPIC -o .libs/c-ctype.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c c-ctype.c -o c-ctype.o >/dev/null 2>&1
mv -f .libs/c-ctype.lo c-ctype.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o copy-file.lo cop
y-file.c
rm -f .libs/copy-file.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c copy-file.c -fPIC -DPIC -o .libs/copy-file.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c copy-file.c -o copy-file.o >/dev/null 2>&1
mv -f .libs/copy-file.lo copy-file.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o error.lo error.c
rm -f .libs/error.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c error.c -fPIC -DPIC -o .libs/error.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c error.c -o error.o >/dev/null 2>&1
mv -f .libs/error.lo error.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o execute.lo execu
te.c
rm -f .libs/execute.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c execute.c -fPIC -DPIC -o .libs/execute.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c execute.c -o execute.o >/dev/null 2>&1
mv -f .libs/execute.lo execute.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o findprog.lo find
prog.c
rm -f .libs/findprog.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c findprog.c -fPIC -DPIC -o .libs/findprog.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c findprog.c -o findprog.o >/dev/null 2>&1
mv -f .libs/findprog.lo findprog.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o fstrcmp.lo fstrc
mp.c
rm -f .libs/fstrcmp.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c fstrcmp.c -fPIC -DPIC -o .libs/fstrcmp.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c fstrcmp.c -o fstrcmp.o >/dev/null 2>&1
mv -f .libs/fstrcmp.lo fstrcmp.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o full-write.lo fu
ll-write.c
rm -f .libs/full-write.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c full-write.c -fPIC -DPIC -o .libs/full-write.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c full-write.c -o full-write.o >/dev/null 2>&1
mv -f .libs/full-write.lo full-write.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o gcd.lo gcd.c
rm -f .libs/gcd.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c gcd.c -fPIC -DPIC -o .libs/gcd.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c gcd.c -o gcd.o >/dev/null 2>&1
mv -f .libs/gcd.lo gcd.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o getopt.lo getopt
.c
rm -f .libs/getopt.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c getopt.c -fPIC -DPIC -o .libs/getopt.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c getopt.c -o getopt.o >/dev/null 2>&1
mv -f .libs/getopt.lo getopt.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o getopt1.lo getop
t1.c
rm -f .libs/getopt1.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c getopt1.c -fPIC -DPIC -o .libs/getopt1.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c getopt1.c -o getopt1.o >/dev/null 2>&1
mv -f .libs/getopt1.lo getopt1.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o hash.lo hash.c
rm -f .libs/hash.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c hash.c -fPIC -DPIC -o .libs/hash.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c hash.c -o hash.o >/dev/null 2>&1
mv -f .libs/hash.lo hash.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o javacomp.lo java
comp.c
rm -f .libs/javacomp.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c javacomp.c -fPIC -DPIC -o .libs/javacomp.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c javacomp.c -o javacomp.o >/dev/null 2>&1
mv -f .libs/javacomp.lo javacomp.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o javaexec.lo java
exec.c
rm -f .libs/javaexec.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c javaexec.c -fPIC -DPIC -o .libs/javaexec.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c javaexec.c -o javaexec.o >/dev/null 2>&1
mv -f .libs/javaexec.lo javaexec.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o linebreak.lo lin
ebreak.c
rm -f .libs/linebreak.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c linebreak.c -fPIC -DPIC -o .libs/linebreak.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c linebreak.c -o linebreak.o >/dev/null 2>&1
mv -f .libs/linebreak.lo linebreak.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o localcharset.lo
localcharset.c
rm -f .libs/localcharset.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c localcharset.c -fPIC -DPIC -o .libs/localcharset.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c localcharset.c -o localcharset.o >/dev/null 2>&1
mv -f .libs/localcharset.lo localcharset.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o mbswidth.lo mbsw
idth.c
rm -f .libs/mbswidth.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c mbswidth.c -fPIC -DPIC -o .libs/mbswidth.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c mbswidth.c -o mbswidth.o >/dev/null 2>&1
mv -f .libs/mbswidth.lo mbswidth.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o obstack.lo obsta
ck.c
rm -f .libs/obstack.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c obstack.c -fPIC -DPIC -o .libs/obstack.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c obstack.c -o obstack.o >/dev/null 2>&1
mv -f .libs/obstack.lo obstack.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o concatpath.lo co
ncatpath.c
rm -f .libs/concatpath.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c concatpath.c -fPIC -DPIC -o .libs/concatpath.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c concatpath.c -o concatpath.o >/dev/null 2>&1
mv -f .libs/concatpath.lo concatpath.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o pipe-bidi.lo pip
e-bidi.c
rm -f .libs/pipe-bidi.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c pipe-bidi.c -fPIC -DPIC -o .libs/pipe-bidi.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c pipe-bidi.c -o pipe-bidi.o >/dev/null 2>&1
mv -f .libs/pipe-bidi.lo pipe-bidi.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o pipe-in.lo pipe-
in.c
rm -f .libs/pipe-in.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c pipe-in.c -fPIC -DPIC -o .libs/pipe-in.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c pipe-in.c -o pipe-in.o >/dev/null 2>&1
mv -f .libs/pipe-in.lo pipe-in.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o pipe-out.lo pipe
-out.c
rm -f .libs/pipe-out.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c pipe-out.c -fPIC -DPIC -o .libs/pipe-out.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c pipe-out.c -o pipe-out.o >/dev/null 2>&1
mv -f .libs/pipe-out.lo pipe-out.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o progname.lo prog
name.c
rm -f .libs/progname.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c progname.c -fPIC -DPIC -o .libs/progname.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c progname.c -o progname.o >/dev/null 2>&1
mv -f .libs/progname.lo progname.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o safe-read.lo saf
e-read.c
rm -f .libs/safe-read.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c safe-read.c -fPIC -DPIC -o .libs/safe-read.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c safe-read.c -o safe-read.o >/dev/null 2>&1
mv -f .libs/safe-read.lo safe-read.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o sh-quote.lo sh-q
uote.c
rm -f .libs/sh-quote.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c sh-quote.c -fPIC -DPIC -o .libs/sh-quote.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c sh-quote.c -o sh-quote.o >/dev/null 2>&1
mv -f .libs/sh-quote.lo sh-quote.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o stpncpy.lo stpnc
py.c
rm -f .libs/stpncpy.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c stpncpy.c -fPIC -DPIC -o .libs/stpncpy.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c stpncpy.c -o stpncpy.o >/dev/null 2>&1
mv -f .libs/stpncpy.lo stpncpy.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o strtoul.lo strto
ul.c
rm -f .libs/strtoul.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c strtoul.c -fPIC -DPIC -o .libs/strtoul.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c strtoul.c -o strtoul.o >/dev/null 2>&1
mv -f .libs/strtoul.lo strtoul.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o tmpdir.lo tmpdir
.c
rm -f .libs/tmpdir.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c tmpdir.c -fPIC -DPIC -o .libs/tmpdir.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c tmpdir.c -o tmpdir.o >/dev/null 2>&1
mv -f .libs/tmpdir.lo tmpdir.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o wait-process.lo
wait-process.c
rm -f .libs/wait-process.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c wait-process.c -fPIC -DPIC -o .libs/wait-process.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c wait-process.c -o wait-process.o >/dev/null 2>&1
mv -f .libs/wait-process.lo wait-process.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o xerror.lo xerror
.c
rm -f .libs/xerror.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c xerror.c -fPIC -DPIC -o .libs/xerror.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c xerror.c -o xerror.o >/dev/null 2>&1
mv -f .libs/xerror.lo xerror.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o xmalloc.lo xmall
oc.c
rm -f .libs/xmalloc.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c xmalloc.c -fPIC -DPIC -o .libs/xmalloc.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c xmalloc.c -o xmalloc.o >/dev/null 2>&1
mv -f .libs/xmalloc.lo xmalloc.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o xstrdup.lo xstrd
up.c
rm -f .libs/xstrdup.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c xstrdup.c -fPIC -DPIC -o .libs/xstrdup.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c xstrdup.c -o xstrdup.o >/dev/null 2>&1
mv -f .libs/xstrdup.lo xstrdup.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o xsetenv.lo xsete
nv.c
rm -f .libs/xsetenv.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c xsetenv.c -fPIC -DPIC -o .libs/xsetenv.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c xsetenv.c -o xsetenv.o >/dev/null 2>&1
mv -f .libs/xsetenv.lo xsetenv.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o stpcpy.lo stpcpy
.c
rm -f .libs/stpcpy.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c stpcpy.c -fPIC -DPIC -o .libs/stpcpy.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c stpcpy.c -o stpcpy.o >/dev/null 2>&1
mv -f .libs/stpcpy.lo stpcpy.lo
/bin/sh ../libtool --mode=compile cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/local/include -O -pipe -c -o getline.lo getli
ne.c
rm -f .libs/getline.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c getline.c -fPIC -DPIC -o .libs/getline.lo
cc -DLIBDIR=\"/usr/local/libdata\" -DEXEEXT=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl
-I../intl -I/usr/local/include -O -pipe -c getline.c -o getline.o >/dev/null 2>&1
mv -f .libs/getline.lo getline.lo
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o libgettextlib.la -rpath /usr/local
/lib -release 0.11.5 ../intl/libintl.la -L/usr/local/lib -liconv -R/usr/local/lib -L/usr/local/lib
-liconv -R/usr/local/lib -no-undefined argmatch.lo backupfile.lo addext.lo basename.lo c-ctype.lo c
opy-file.lo error.lo execute.lo findprog.lo fstrcmp.lo full-write.lo gcd.lo getopt.lo getopt1.lo h
ash.lo javacomp.lo javaexec.lo linebreak.lo localcharset.lo mbswidth.lo obstack.lo concatpath.lo p
ipe-bidi.lo pipe-in.lo pipe-out.lo progname.lo safe-read.lo sh-quote.lo stpncpy.lo strtoul.lo tmpdi
r.lo wait-process.lo xerror.lo xmalloc.lo xstrdup.lo xsetenv.lo stpcpy.lo getline.lo
rm -fr .libs/libgettextlib.la .libs/libgettextlib.* .libs/libgettextlib-0.11.5.*
cc -shared -Wl,--rpath -Wl,/usr/ports/devel/gettext/work/gettext-0.11.5/intl/.libs -Wl,--rpath -Wl,
/usr/local/lib argmatch.lo backupfile.lo addext.lo basename.lo c-ctype.lo copy-file.lo error.lo exe
cute.lo findprog.lo fstrcmp.lo full-write.lo gcd.lo getopt.lo getopt1.lo hash.lo javacomp.lo javaexe
c.lo linebreak.lo localcharset.lo mbswidth.lo obstack.lo concatpath.lo pipe-bidi.lo pipe-in.lo pipe-
out.lo progname.lo safe-read.lo sh-quote.lo stpncpy.lo strtoul.lo tmpdir.lo wait-process.lo xerror.l
o xmalloc.lo xstrdup.lo xsetenv.lo stpcpy.lo getline.lo -L/usr/local/lib ../intl/.libs/libintl.so -
liconv -liconv -Wl,-soname -Wl,libgettextlib-0.11.5.so -o .libs/libgettextlib-0.11.5.so
(cd .libs && rm -f libgettextlib.so && ln -sf libgettextlib-0.11.5.so libgettextlib.so)
ar cru .libs/libgettextlib.a argmatch.o backupfile.o addext.o basename.o c-ctype.o copy-file.o erro
r.o execute.o findprog.o fstrcmp.o full-write.o gcd.o getopt.o getopt1.o hash.o javacomp.o javaexec.
o linebreak.o localcharset.o mbswidth.o obstack.o concatpath.o pipe-bidi.o pipe-in.o pipe-out.o prog
name.o safe-read.o sh-quote.o stpncpy.o strtoul.o tmpdir.o wait-process.o xerror.o xmalloc.o xstrdup
.o xsetenv.o stpcpy.o getline.o
ranlib .libs/libgettextlib.a
creating libgettextlib.la
(cd .libs && rm -f libgettextlib.la && ln -sf ../libgettextlib.la libgettextlib.la)
/bin/sh ./config.charset 'i386-portbld-freebsd4.8' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in libuniname
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -I/usr/local/include -O -pipe -c `test -f
uniname.c || echo './'`uniname.c
rm -f libuniname.a
ar cru libuniname.a uniname.o
ranlib libuniname.a
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -I/usr/local/include -O -pipe -c `test -f
test-names.c || echo './'`test-names.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o test-names test-names.o libuninam
e.a ../lib/libgettextlib.la
mkdir .libs
cc -O -pipe -L/usr/local/lib -o .libs/test-names test-names.o libuniname.a ../lib/.libs/libgettextli
b.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating test-names
Making all in src
make all-am
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o message.lo message.c
mkdir .libs
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c message.c -fPIC -DPIC -o .libs/message.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c message.c -o message.o >/dev/null 2>&1
mv -f .libs/message.lo message.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o po.lo po.c
rm -f .libs/po.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po.c -fPIC -DPIC -o .libs/po.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po.c -o po.o >/dev/null 2>&1
mv -f .libs/po.lo po.lo
sed 's/[yY][yY]/po_gram_/g' ./po-gram-gen.h > po-gram-gen2.h-tmp
mv po-gram-gen2.h-tmp po-gram-gen2.h
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o po-lex.lo po-lex.c
rm -f .libs/po-lex.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-lex.c -fPIC -DPIC -o .libs/po-lex.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-lex.c -o po-lex.o >/dev/null 2>&1
mv -f .libs/po-lex.lo po-lex.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o po-gram-gen.lo po-gram-gen.c
rm -f .libs/po-gram-gen.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-gram-gen.c -fPIC -DPIC -o .libs/po-gram-gen.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-gram-gen.c -o po-gram-gen.o >/dev/null 2>&1
mv -f .libs/po-gram-gen.lo po-gram-gen.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o po-hash-gen.lo po-hash-gen.c
rm -f .libs/po-hash-gen.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-hash-gen.c -fPIC -DPIC -o .libs/po-hash-gen.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-hash-gen.c -o po-hash-gen.o >/dev/null 2>&1
mv -f .libs/po-hash-gen.lo po-hash-gen.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o po-charset.lo po-charset.c
rm -f .libs/po-charset.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-charset.c -fPIC -DPIC -o .libs/po-charset.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-charset.c -o po-charset.o >/dev/null 2>&1
mv -f .libs/po-charset.lo po-charset.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o open-po.lo open-po.c
rm -f .libs/open-po.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c open-po.c -fPIC -DPIC -o .libs/open-po.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c open-po.c -o open-po.o >/dev/null 2>&1
mv -f .libs/open-po.lo open-po.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o dir-list.lo dir-list.c
rm -f .libs/dir-list.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c dir-list.c -fPIC -DPIC -o .libs/dir-list.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c dir-list.c -o dir-list.o >/dev/null 2>&1
mv -f .libs/dir-list.lo dir-list.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o str-list.lo str-list.c
rm -f .libs/str-list.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c str-list.c -fPIC -DPIC -o .libs/str-list.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c str-list.c -o str-list.o >/dev/null 2>&1
mv -f .libs/str-list.lo str-list.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o read-po.lo read-po.c
rm -f .libs/read-po.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c read-po.c -fPIC -DPIC -o .libs/read-po.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c read-po.c -o read-po.o >/dev/null 2>&1
mv -f .libs/read-po.lo read-po.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o write-po.lo write-po.c
rm -f .libs/write-po.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c write-po.c -fPIC -DPIC -o .libs/write-po.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c write-po.c -o write-po.o >/dev/null 2>&1
mv -f .libs/write-po.lo write-po.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o msgl-ascii.lo msgl-ascii.c
rm -f .libs/msgl-ascii.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-ascii.c -fPIC -DPIC -o .libs/msgl-ascii.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-ascii.c -o msgl-ascii.o >/dev/null 2>&1
mv -f .libs/msgl-ascii.lo msgl-ascii.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o msgl-iconv.lo msgl-iconv.c
rm -f .libs/msgl-iconv.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-iconv.c -fPIC -DPIC -o .libs/msgl-iconv.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-iconv.c -o msgl-iconv.o >/dev/null 2>&1
mv -f .libs/msgl-iconv.lo msgl-iconv.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o msgl-equal.lo msgl-equal.c
rm -f .libs/msgl-equal.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-equal.c -fPIC -DPIC -o .libs/msgl-equal.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-equal.c -o msgl-equal.o >/dev/null 2>&1
mv -f .libs/msgl-equal.lo msgl-equal.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o msgl-cat.lo msgl-cat.c
rm -f .libs/msgl-cat.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-cat.c -fPIC -DPIC -o .libs/msgl-cat.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-cat.c -o msgl-cat.o >/dev/null 2>&1
mv -f .libs/msgl-cat.lo msgl-cat.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o msgl-english.lo msgl-english.c
rm -f .libs/msgl-english.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-english.c -fPIC -DPIC -o .libs/msgl-english.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-english.c -o msgl-english.o >/dev/null 2>&1
mv -f .libs/msgl-english.lo msgl-english.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o file-list.lo file-list.c
rm -f .libs/file-list.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c file-list.c -fPIC -DPIC -o .libs/file-list.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c file-list.c -o file-list.o >/dev/null 2>&1
mv -f .libs/file-list.lo file-list.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o msgl-charset.lo msgl-charset.c
rm -f .libs/msgl-charset.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-charset.c -fPIC -DPIC -o .libs/msgl-charset.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c msgl-charset.c -o msgl-charset.o >/dev/null 2>&1
mv -f .libs/msgl-charset.lo msgl-charset.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o po-time.lo po-time.c
rm -f .libs/po-time.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-time.c -fPIC -DPIC -o .libs/po-time.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c po-time.c -o po-time.o >/dev/null 2>&1
mv -f .libs/po-time.lo po-time.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o plural.lo plural.c
rm -f .libs/plural.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c plural.c -fPIC -DPIC -o .libs/plural.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c plural.c -o plural.o >/dev/null 2>&1
mv -f .libs/plural.lo plural.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o plural-table.lo plural-table.c
rm -f .libs/plural-table.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c plural-table.c -fPIC -DPIC -o .libs/plural-table.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c plural-table.c -o plural-table.o >/dev/null 2>&1
mv -f .libs/plural-table.lo plural-table.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format.lo format.c
rm -f .libs/format.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format.c -fPIC -DPIC -o .libs/format.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format.c -o format.o >/dev/null 2>&1
mv -f .libs/format.lo format.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-c.lo format-c.c
rm -f .libs/format-c.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-c.c -fPIC -DPIC -o .libs/format-c.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-c.c -o format-c.o >/dev/null 2>&1
mv -f .libs/format-c.lo format-c.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-python.lo format-python.c
rm -f .libs/format-python.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-python.c -fPIC -DPIC -o .libs/format-python.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-python.c -o format-python.o >/dev/null 2>&1
mv -f .libs/format-python.lo format-python.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-lisp.lo format-lisp.c
rm -f .libs/format-lisp.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-lisp.c -fPIC -DPIC -o .libs/format-lisp.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-lisp.c -o format-lisp.o >/dev/null 2>&1
mv -f .libs/format-lisp.lo format-lisp.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-elisp.lo format-elisp.c
rm -f .libs/format-elisp.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-elisp.c -fPIC -DPIC -o .libs/format-elisp.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-elisp.c -o format-elisp.o >/dev/null 2>&1
mv -f .libs/format-elisp.lo format-elisp.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-librep.lo format-librep.c
rm -f .libs/format-librep.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-librep.c -fPIC -DPIC -o .libs/format-librep.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-librep.c -o format-librep.o >/dev/null 2>&1
mv -f .libs/format-librep.lo format-librep.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-java.lo format-java.c
rm -f .libs/format-java.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-java.c -fPIC -DPIC -o .libs/format-java.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-java.c -o format-java.o >/dev/null 2>&1
mv -f .libs/format-java.lo format-java.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-awk.lo format-awk.c
rm -f .libs/format-awk.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-awk.c -fPIC -DPIC -o .libs/format-awk.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-awk.c -o format-awk.o >/dev/null 2>&1
mv -f .libs/format-awk.lo format-awk.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-pascal.lo format-pascal.c
rm -f .libs/format-pascal.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-pascal.c -fPIC -DPIC -o .libs/format-pascal.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-pascal.c -o format-pascal.o >/dev/null 2>&1
mv -f .libs/format-pascal.lo format-pascal.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-ycp.lo format-ycp.c
rm -f .libs/format-ycp.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-ycp.c -fPIC -DPIC -o .libs/format-ycp.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-ycp.c -o format-ycp.o >/dev/null 2>&1
mv -f .libs/format-ycp.lo format-ycp.lo
/bin/sh ../libtool --mode=compile cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJ
EXEDIR=\"/usr/local/lib/gettext\" -DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"
/usr/local/libdata\" -DGETTEXTDATADIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share
/gettext/projects\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I
../intl -I../intl -I/usr/local/include -O -pipe -c -o format-tcl.lo format-tcl.c
rm -f .libs/format-tcl.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-tcl.c -fPIC -DPIC -o .libs/format-tcl.lo
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\" -
DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATADI
R=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_H -
I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/include
-O -pipe -c format-tcl.c -o format-tcl.o >/dev/null 2>&1
mv -f .libs/format-tcl.lo format-tcl.lo
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o libgettextsrc.la -rpath /usr/local
/lib -release 0.11.5 ../lib/libgettextlib.la ../intl/libintl.la -L/usr/local/lib -liconv -R/usr/loc
al/lib -L/usr/local/lib -liconv -R/usr/local/lib -no-undefined message.lo po.lo po-lex.lo po-gram-ge
n.lo po-hash-gen.lo po-charset.lo open-po.lo dir-list.lo str-list.lo read-po.lo write-po.lo msgl-a
scii.lo msgl-iconv.lo msgl-equal.lo msgl-cat.lo msgl-english.lo file-list.lo msgl-charset.lo po-ti
me.lo plural.lo plural-table.lo format.lo format-c.lo format-python.lo format-lisp.lo format-elisp.
lo format-librep.lo format-java.lo format-awk.lo format-pascal.lo format-ycp.lo format-tcl.lo
rm -fr .libs/libgettextsrc.la .libs/libgettextsrc.* .libs/libgettextsrc-0.11.5.*
cc -shared -Wl,--rpath -Wl,/usr/ports/devel/gettext/work/gettext-0.11.5/lib/.libs -Wl,--rpath -Wl,/
usr/ports/devel/gettext/work/gettext-0.11.5/intl/.libs -Wl,--rpath -Wl,/usr/local/lib message.lo po
.lo po-lex.lo po-gram-gen.lo po-hash-gen.lo po-charset.lo open-po.lo dir-list.lo str-list.lo read-po
.lo write-po.lo msgl-ascii.lo msgl-iconv.lo msgl-equal.lo msgl-cat.lo msgl-english.lo file-list.lo m
sgl-charset.lo po-time.lo plural.lo plural-table.lo format.lo format-c.lo format-python.lo format-li
sp.lo format-elisp.lo format-librep.lo format-java.lo format-awk.lo format-pascal.lo format-ycp.lo f
ormat-tcl.lo -L/usr/local/lib ../lib/.libs/libgettextlib.so ../intl/.libs/libintl.so -liconv -licon
v -Wl,-soname -Wl,libgettextsrc-0.11.5.so -o .libs/libgettextsrc-0.11.5.so
(cd .libs && rm -f libgettextsrc.so && ln -sf libgettextsrc-0.11.5.so libgettextsrc.so)
ar cru .libs/libgettextsrc.a message.o po.o po-lex.o po-gram-gen.o po-hash-gen.o po-charset.o open-
po.o dir-list.o str-list.o read-po.o write-po.o msgl-ascii.o msgl-iconv.o msgl-equal.o msgl-cat.o ms
gl-english.o file-list.o msgl-charset.o po-time.o plural.o plural-table.o format.o format-c.o format
-python.o format-lisp.o format-elisp.o format-librep.o format-java.o format-awk.o format-pascal.o fo
rmat-ycp.o format-tcl.o
ranlib .libs/libgettextsrc.a
creating libgettextsrc.la
(cd .libs && rm -f libgettextsrc.la && ln -sf ../libgettextsrc.la libgettextsrc.la)
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c gettext.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o gettext gettext.o ../lib/basename
.lo ../lib/error.lo ../lib/getopt.lo ../lib/getopt1.lo ../lib/strtoul.lo ../lib/xmalloc.lo ../intl/l
ibintl.la -L/usr/local/lib -liconv -R/usr/local/lib
cc -O -pipe -L/usr/local/lib -o .libs/gettext gettext.o ../lib/basename.o ../lib/error.o ../lib/geto
pt.o ../lib/getopt1.o ../lib/strtoul.o ../lib/xmalloc.o ../intl/.libs/libintl.so -liconv -L/usr/loca
l/lib -liconv -Wl,--rpath -Wl,/usr/local/lib
creating gettext
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c ngettext.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o ngettext ngettext.o ../lib/basena
me.lo ../lib/error.lo ../lib/getopt.lo ../lib/getopt1.lo ../lib/strtoul.lo ../lib/xmalloc.lo ../intl
/libintl.la -L/usr/local/lib -liconv -R/usr/local/lib
cc -O -pipe -L/usr/local/lib -o .libs/ngettext ngettext.o ../lib/basename.o ../lib/error.o ../lib/ge
topt.o ../lib/getopt1.o ../lib/strtoul.o ../lib/xmalloc.o ../intl/.libs/libintl.so -liconv -L/usr/lo
cal/lib -liconv -Wl,--rpath -Wl,/usr/local/lib
creating ngettext
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgcmp.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgcmp msgcmp.o libgettextsrc.la
cc -O -pipe -L/usr/local/lib -o .libs/msgcmp msgcmp.o .libs/libgettextsrc.so ../lib/.libs/libgettext
lib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msgcmp
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgfmt.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c write-mo.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c write-java.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c write-tcl.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c plural-eval.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgfmt msgfmt.o write-mo.o write
-java.o write-tcl.o plural-eval.o libgettextsrc.la
cc -O -pipe -L/usr/local/lib -o .libs/msgfmt msgfmt.o write-mo.o write-java.o write-tcl.o plural-eva
l.o .libs/libgettextsrc.so ../lib/.libs/libgettextlib.so ../intl/.libs/libintl.so -liconv -liconv -
Wl,--rpath -Wl,/usr/local/lib
creating msgfmt
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgmerge.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgmerge msgmerge.o libgettextsrc
.la
cc -O -pipe -L/usr/local/lib -o .libs/msgmerge msgmerge.o .libs/libgettextsrc.so ../lib/.libs/libget
textlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msgmerge
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgunfmt.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c read-mo.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c read-java.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c read-tcl.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgunfmt msgunfmt.o read-mo.o re
ad-java.o read-tcl.o libgettextsrc.la
cc -O -pipe -L/usr/local/lib -o .libs/msgunfmt msgunfmt.o read-mo.o read-java.o read-tcl.o .libs/lib
gettextsrc.so ../lib/.libs/libgettextlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -W
l,/usr/local/lib
creating msgunfmt
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c xgettext.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-c.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-po.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-python.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-lisp.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-elisp.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-librep.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-java.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-awk.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-ycp.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-tcl.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-rst.c
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c x-glade.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o xgettext xgettext.o x-c.o x-po.o
x-python.o x-lisp.o x-elisp.o x-librep.o x-java.o x-awk.o x-ycp.o x-tcl.o x-rst.o x-glade.o libg
ettextsrc.la ../libuniname/libuniname.a -L/usr/local/lib -lexpat -R/usr/local/lib
cc -O -pipe -L/usr/local/lib -o .libs/xgettext xgettext.o x-c.o x-po.o x-python.o x-lisp.o x-elisp.o
x-librep.o x-java.o x-awk.o x-ycp.o x-tcl.o x-rst.o x-glade.o .libs/libgettextsrc.so ../lib/.libs/l
ibgettextlib.so ../intl/.libs/libintl.so -liconv -liconv ../libuniname/libuniname.a -L/usr/local/lib
-lexpat -Wl,--rpath -Wl,/usr/local/lib
creating xgettext
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgattrib.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgattrib msgattrib.o libgettexts
rc.la
cc -O -pipe -L/usr/local/lib -o .libs/msgattrib msgattrib.o .libs/libgettextsrc.so ../lib/.libs/libg
ettextlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msgattrib
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgcat.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgcat msgcat.o libgettextsrc.la
cc -O -pipe -L/usr/local/lib -o .libs/msgcat msgcat.o .libs/libgettextsrc.so ../lib/.libs/libgettext
lib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msgcat
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgcomm.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgcomm msgcomm.o libgettextsrc.l
a
cc -O -pipe -L/usr/local/lib -o .libs/msgcomm msgcomm.o .libs/libgettextsrc.so ../lib/.libs/libgette
xtlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msgcomm
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgconv.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgconv msgconv.o libgettextsrc.l
a
cc -O -pipe -L/usr/local/lib -o .libs/msgconv msgconv.o .libs/libgettextsrc.so ../lib/.libs/libgette
xtlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msgconv
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgen.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgen msgen.o libgettextsrc.la
cc -O -pipe -L/usr/local/lib -o .libs/msgen msgen.o .libs/libgettextsrc.so ../lib/.libs/libgettextli
b.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msgen
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgexec.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgexec msgexec.o libgettextsrc.l
a
cc -O -pipe -L/usr/local/lib -o .libs/msgexec msgexec.o .libs/libgettextsrc.so ../lib/.libs/libgette
xtlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msgexec
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msgfilter.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msgfilter msgfilter.o libgettexts
rc.la
cc -O -pipe -L/usr/local/lib -o .libs/msgfilter msgfilter.o .libs/libgettextsrc.so ../lib/.libs/libg
ettextlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msgfilter
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msggrep.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msggrep msggrep.o libgettextsrc.l
a
cc -O -pipe -L/usr/local/lib -o .libs/msggrep msggrep.o .libs/libgettextsrc.so ../lib/.libs/libgette
xtlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msggrep
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msginit.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msginit msginit.o ../intl/localea
lias.lo ../intl/localename.lo libgettextsrc.la
cc -O -pipe -L/usr/local/lib -o .libs/msginit msginit.o ../intl/localealias.o ../intl/localename.o .
libs/libgettextsrc.so ../lib/.libs/libgettextlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--
rpath -Wl,/usr/local/lib
creating msginit
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c msguniq.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o msguniq msguniq.o libgettextsrc.l
a
cc -O -pipe -L/usr/local/lib -o .libs/msguniq msguniq.o .libs/libgettextsrc.so ../lib/.libs/libgette
xtlib.so ../intl/.libs/libintl.so -liconv -liconv -Wl,--rpath -Wl,/usr/local/lib
creating msguniq
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c hostname.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o hostname hostname.o ../lib/libget
textlib.la ../intl/libintl.la -L/usr/local/lib -liconv -R/usr/local/lib
cc -O -pipe -L/usr/local/lib -o .libs/hostname hostname.o ../lib/.libs/libgettextlib.so ../intl/.lib
s/libintl.so -liconv -liconv ../intl/.libs/libintl.so -liconv -L/usr/local/lib -liconv -Wl,--rpath
-Wl,/usr/local/lib
creating hostname
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/lib/gettext\"
-DGETTEXTJAR=\"/usr/local/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/libdata\" -DGETTEXTDATA
DIR=\"/usr/local/share/gettext\" -DPROJECTSDIR=\"/usr/local/share/gettext/projects\" -DHAVE_CONFIG_
H -I. -I. -I.. -I. -I. -I.. -I../libuniname -I../lib -I../lib -I../intl -I../intl -I/usr/local/in
clude -O -pipe -c urlget.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o urlget urlget.o ../lib/libgettext
lib.la ../intl/libintl.la -L/usr/local/lib -liconv -R/usr/local/lib
cc -O -pipe -L/usr/local/lib -o .libs/urlget urlget.o ../lib/.libs/libgettextlib.so ../intl/.libs/li
bintl.so -liconv -liconv ../intl/.libs/libintl.so -liconv -L/usr/local/lib -liconv -Wl,--rpath -Wl,
/usr/local/lib
creating urlget
Making all in po
Making all in projects
Making all in misc
WARNING: Warnings can be ignored. :-)
if test no != no; then EMACS=no /bin/sh ./elisp-comp po-compat.el; else : ; fi
WARNING: Warnings can be ignored. :-)
if test no != no; then EMACS=no /bin/sh ./elisp-comp po-mode.el; else : ; fi
Making all in man
sed -e 's|@''localedir''@|/usr/local/share/locale|g' < `if test -f gettext.1.in; then echo .; else e
cho .; fi`/gettext.1.in > t-gettext.1
mv t-gettext.1 gettext.1
sed -e 's|@''localedir''@|/usr/local/share/locale|g' < `if test -f ngettext.1.in; then echo .; else
echo .; fi`/ngettext.1.in > t-ngettext.1
mv t-ngettext.1 ngettext.1
sed -e 's|@''localedir''@|/usr/local/share/locale|g' < `if test -f gettext.1.html.in; then echo .; e
lse echo .; fi`/gettext.1.html.in > t-gettext.1.html
mv t-gettext.1.html gettext.1.html
sed -e 's|@''localedir''@|/usr/local/share/locale|g' < `if test -f ngettext.1.html.in; then echo .;
else echo .; fi`/ngettext.1.html.in > t-ngettext.1.html
mv t-ngettext.1.html ngettext.1.html
Making all in m4
Making all in tests
cc -DLOCALEDIR=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -I../intl -I/usr/local/inc
lude -O -pipe -c tstgettext.c
cc -DLOCALEDIR=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -I../intl -I/usr/local/inc
lude -O -pipe -c setlocale.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o tstgettext tstgettext.o setlocale
.o ../lib/libgettextlib.la ../intl/libintl.la
mkdir .libs
cc -O -pipe -L/usr/local/lib -o .libs/tstgettext tstgettext.o setlocale.o ../lib/.libs/libgettextlib
.so ../intl/.libs/libintl.so -liconv -liconv ../intl/.libs/libintl.so -liconv -Wl,--rpath -Wl,/usr/
local/lib
creating tstgettext
cc -DLOCALEDIR=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -I../intl -I/usr/local/inc
lude -O -pipe -c tstngettext.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o tstngettext tstngettext.o setloca
le.o ../lib/libgettextlib.la ../intl/libintl.la
cc -O -pipe -L/usr/local/lib -o .libs/tstngettext tstngettext.o setlocale.o ../lib/.libs/libgettextl
ib.so ../intl/.libs/libintl.so -liconv -liconv ../intl/.libs/libintl.so -liconv -Wl,--rpath -Wl,/us
r/local/lib
creating tstngettext
cc -DLOCALEDIR=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -I../intl -I/usr/local/inc
lude -O -pipe -c plural-1-prg.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o cake plural-1-prg.o setlocale.o .
./lib/libgettextlib.la ../intl/libintl.la
cc -O -pipe -L/usr/local/lib -o .libs/cake plural-1-prg.o setlocale.o ../lib/.libs/libgettextlib.so
../intl/.libs/libintl.so -liconv -liconv ../intl/.libs/libintl.so -liconv -Wl,--rpath -Wl,/usr/loca
l/lib
creating cake
cc -DLOCALEDIR=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -I../intl -I/usr/local/inc
lude -O -pipe -c format-c-3-prg.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o fc3 format-c-3-prg.o setlocale.o
../lib/libgettextlib.la ../intl/libintl.la
cc -O -pipe -L/usr/local/lib -o .libs/fc3 format-c-3-prg.o setlocale.o ../lib/.libs/libgettextlib.so
../intl/.libs/libintl.so -liconv -liconv ../intl/.libs/libintl.so -liconv -Wl,--rpath -Wl,/usr/loc
al/lib
creating fc3
cc -DLOCALEDIR=\"\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../lib -I../intl -I/usr/local/inc
lude -O -pipe -c format-c-4-prg.c
/bin/sh ../libtool --mode=link cc -O -pipe -L/usr/local/lib -o fc4 format-c-4-prg.o setlocale.o
../lib/libgettextlib.la ../intl/libintl.la
cc -O -pipe -L/usr/local/lib -o .libs/fc4 format-c-4-prg.o setlocale.o ../lib/.libs/libgettextlib.so
../intl/.libs/libintl.so -liconv -liconv ../intl/.libs/libintl.so -liconv -Wl,--rpath -Wl,/usr/loc
al/lib
creating fc4
===> Installing for gettext-0.11.5_1
Making install in doc
/bin/sh ../mkinstalldirs /usr/local/share/doc/gettext
mkdir /usr/local/share/doc/gettext
for file in `if test -f gettext_toc.html; then echo .; else echo .; fi`/gettext_*.html; do install
-c -o root -g wheel -m 444 $file /usr/local/share/doc/gettext/`basename $file`; done
/bin/sh ../mkinstalldirs /usr/local/info
install -c -o root -g wheel -m 444 ./gettext.info /usr/local/info/gettext.info
install-info --info-dir=/usr/local/info /usr/local/info/gettext.info
Making install in intl
if test "gettext" = "gettext" && test 'intl-compat.lo' = 'intl-compat.lo'; then /bin/sh `case "./m
kinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib
/usr/local/include; install -c -o root -g wheel -m 444 libintl.h /usr/local/include/libintl.h; /bi
n/sh ../libtool --mode=install install -c -o root -g wheel -m 444 libintl.la /usr/local/lib/libintl
.la; else : ; fi
install -c -o root -g wheel -m 444 .libs/libintl.so.4 /usr/local/lib/libintl.so.4
(cd /usr/local/lib && rm -f libintl.so && ln -sf libintl.so.4 libintl.so)
install -c -o root -g wheel -m 444 .libs/libintl.a /usr/local/lib/libintl.a
ranlib /usr/local/lib/libintl.a
chmod 644 /usr/local/lib/libintl.a
/usr/bin/env OBJFORMAT="elf" /sbin/ldconfig -m /usr/local/lib
----------------------------------------------------------------------
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 `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
if test 'yes' = yes; then /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo
".././mkinstalldirs" ;; esac` /usr/local/share/locale; test -f /usr/local/share/locale/locale.alias
&& orig=/usr/local/share/locale/locale.alias || orig=./locale.alias; temp=/usr/local/share/local
e/t-locale.alias; dest=/usr/local/share/locale/locale.alias; sed -f ref-add.sed $orig > $temp; in
stall -c -o root -g wheel -m 444 $temp $dest; rm -f $temp; else : ; fi
mkdir /usr/local/share/locale
if test "gettext" = "gettext"; then /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;
; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/intl; install -c -o root -g wheel
-m 444 VERSION /usr/local/share/gettext/intl/VERSION; install -c -o root -g wheel -m 444 ChangeLog.
inst /usr/local/share/gettext/intl/ChangeLog; dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in c
onfig.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h plural-exp.h eval-
plural.h os2compat.h libgnuintl.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddom
ain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c d
ngettext.c ngettext.c plural.y plural-exp.c localcharset.c localename.c osdep.c os2compat.c intl-co
mpat.c"; for file in $dists; do install -c -o root -g wheel -m 444 ./$file /usr/local/share/gette
xt/intl/$file; done; chmod a+x /usr/local/share/gettext/intl/config.charset; dists="plural.c"; f
or file in $dists; do if test -f $file; then dir=.; else dir=.; fi; install -c -o root -g wheel -m
444 $dir/$file /usr/local/share/gettext/intl/$file; done; dists="xopen-msg.sed linux-msg.sed po2
tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c"; for file in $dists; d
o rm -f /usr/local/share/gettext/intl/$file; done; else : ; fi
mkdir /usr/local/share/gettext
mkdir /usr/local/share/gettext/intl
Making install in lib
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel libgettextlib.la /usr/local
/lib/libgettextlib.la
/usr/bin/install -c -o root -g wheel .libs/libgettextlib-0.11.5.so /usr/local/lib/libgettextlib-0.11
.5.so
(cd /usr/local/lib && rm -f libgettextlib.so && ln -sf libgettextlib-0.11.5.so libgettextlib.so)
/usr/bin/install -c -o root -g wheel .libs/libgettextlib.a /usr/local/lib/libgettextlib.a
ranlib /usr/local/lib/libgettextlib.a
chmod 644 /usr/local/lib/libgettextlib.a
/usr/bin/env OBJFORMAT="elf" /sbin/ldconfig -m /usr/local/lib
----------------------------------------------------------------------
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 `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
rm -f /usr/local/lib/libgettextlib.a
/bin/sh ../mkinstalldirs /usr/local/share/gettext
install -c -o root -g wheel -m 444 gettext.h /usr/local/share/gettext/gettext.h
Making install in libuniname
Making install in src
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel libgettextsrc.la /usr/local
/lib/libgettextsrc.la
/usr/bin/install -c -o root -g wheel .libs/libgettextsrc-0.11.5.so /usr/local/lib/libgettextsrc-0.11
.5.so
(cd /usr/local/lib && rm -f libgettextsrc.so && ln -sf libgettextsrc-0.11.5.so libgettextsrc.so)
/usr/bin/install -c -o root -g wheel .libs/libgettextsrc.a /usr/local/lib/libgettextsrc.a
ranlib /usr/local/lib/libgettextsrc.a
chmod 644 /usr/local/lib/libgettextsrc.a
/usr/bin/env OBJFORMAT="elf" /sbin/ldconfig -m /usr/local/lib
----------------------------------------------------------------------
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 `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/bin
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 gettext /usr/local/bin/get
text
install -c -o root -g wheel -m 555 -s .libs/gettext /usr/local/bin/gettext
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 ngettext /usr/local/bin/ng
ettext
install -c -o root -g wheel -m 555 -s .libs/ngettext /usr/local/bin/ngettext
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgcmp /usr/local/bin/msgc
mp
install -c -o root -g wheel -m 555 -s .libs/msgcmp /usr/local/bin/msgcmp
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgfmt /usr/local/bin/msgf
mt
install -c -o root -g wheel -m 555 -s .libs/msgfmt /usr/local/bin/msgfmt
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgmerge /usr/local/bin/ms
gmerge
install -c -o root -g wheel -m 555 -s .libs/msgmerge /usr/local/bin/msgmerge
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgunfmt /usr/local/bin/ms
gunfmt
install -c -o root -g wheel -m 555 -s .libs/msgunfmt /usr/local/bin/msgunfmt
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 xgettext /usr/local/bin/xg
ettext
install -c -o root -g wheel -m 555 -s .libs/xgettext /usr/local/bin/xgettext
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgattrib /usr/local/bin/m
sgattrib
install -c -o root -g wheel -m 555 -s .libs/msgattrib /usr/local/bin/msgattrib
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgcat /usr/local/bin/msgc
at
install -c -o root -g wheel -m 555 -s .libs/msgcat /usr/local/bin/msgcat
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgcomm /usr/local/bin/msg
comm
install -c -o root -g wheel -m 555 -s .libs/msgcomm /usr/local/bin/msgcomm
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgconv /usr/local/bin/msg
conv
install -c -o root -g wheel -m 555 -s .libs/msgconv /usr/local/bin/msgconv
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgen /usr/local/bin/msgen
install -c -o root -g wheel -m 555 -s .libs/msgen /usr/local/bin/msgen
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgexec /usr/local/bin/msg
exec
install -c -o root -g wheel -m 555 -s .libs/msgexec /usr/local/bin/msgexec
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msgfilter /usr/local/bin/m
sgfilter
install -c -o root -g wheel -m 555 -s .libs/msgfilter /usr/local/bin/msgfilter
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msggrep /usr/local/bin/msg
grep
install -c -o root -g wheel -m 555 -s .libs/msggrep /usr/local/bin/msggrep
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msginit /usr/local/bin/msg
init
install -c -o root -g wheel -m 555 -s .libs/msginit /usr/local/bin/msginit
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 msguniq /usr/local/bin/msg
uniq
install -c -o root -g wheel -m 555 -s .libs/msguniq /usr/local/bin/msguniq
/bin/sh ../mkinstalldirs /usr/local/libdata/gettext
mkdir /usr/local/libdata/gettext
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 hostname /usr/local/libdata/
gettext/hostname
install -c -o root -g wheel -m 555 -s .libs/hostname /usr/local/libdata/gettext/hostname
/bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 urlget /usr/local/libdata/ge
ttext/urlget
install -c -o root -g wheel -m 555 -s .libs/urlget /usr/local/libdata/gettext/urlget
install -c -o root -g wheel -m 555 user-email /usr/local/libdata/gettext/user-email
install -c -o root -g wheel -m 555 ./project-id /usr/local/libdata/gettext/project-id
rm -f /usr/local/lib/libgettextsrc.a
/bin/sh ../mkinstalldirs /usr/local/share/gettext
install -c -o root -g wheel -m 444 ./msgunfmt.tcl /usr/local/share/gettext/msgunfmt.tcl
Making install in po
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esa
c` /usr/local/share
mkdir /usr/local/share/locale/be
mkdir /usr/local/share/locale/be/LC_MESSAGES
installing be.gmo as /usr/local/share/locale/be/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/ca
mkdir /usr/local/share/locale/ca/LC_MESSAGES
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/cs
mkdir /usr/local/share/locale/cs/LC_MESSAGES
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/da
mkdir /usr/local/share/locale/da/LC_MESSAGES
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/de
mkdir /usr/local/share/locale/de/LC_MESSAGES
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/el
mkdir /usr/local/share/locale/el/LC_MESSAGES
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/en@quot
mkdir /usr/local/share/locale/en@quot/LC_MESSAGES
installing en@quot.gmo as /usr/local/share/locale/en@quot/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/en@boldquot
mkdir /usr/local/share/locale/en@boldquot/LC_MESSAGES
installing en@boldquot.gmo as /usr/local/share/locale/en@boldquot/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/es
mkdir /usr/local/share/locale/es/LC_MESSAGES
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/et
mkdir /usr/local/share/locale/et/LC_MESSAGES
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/fi
mkdir /usr/local/share/locale/fi/LC_MESSAGES
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/fr
mkdir /usr/local/share/locale/fr/LC_MESSAGES
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/gl
mkdir /usr/local/share/locale/gl/LC_MESSAGES
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/id
mkdir /usr/local/share/locale/id/LC_MESSAGES
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/it
mkdir /usr/local/share/locale/it/LC_MESSAGES
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/ja
mkdir /usr/local/share/locale/ja/LC_MESSAGES
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/ko
mkdir /usr/local/share/locale/ko/LC_MESSAGES
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/nl
mkdir /usr/local/share/locale/nl/LC_MESSAGES
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/nn
mkdir /usr/local/share/locale/nn/LC_MESSAGES
installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/no
mkdir /usr/local/share/locale/no/LC_MESSAGES
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/pl
mkdir /usr/local/share/locale/pl/LC_MESSAGES
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/pt
mkdir /usr/local/share/locale/pt/LC_MESSAGES
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/pt_BR
mkdir /usr/local/share/locale/pt_BR/LC_MESSAGES
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/ru
mkdir /usr/local/share/locale/ru/LC_MESSAGES
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/sk
mkdir /usr/local/share/locale/sk/LC_MESSAGES
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/sl
mkdir /usr/local/share/locale/sl/LC_MESSAGES
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/sv
mkdir /usr/local/share/locale/sv/LC_MESSAGES
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/tr
mkdir /usr/local/share/locale/tr/LC_MESSAGES
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/gettext.mo
mkdir /usr/local/share/locale/zh_TW
mkdir /usr/local/share/locale/zh_TW/LC_MESSAGES
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/gettext.mo
if test "gettext" = "gettext"; then /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;
; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/po; for file in Makefile.in.in Mak
evars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin
Rules-quot ; do install -c -o root -g wheel -m 444 ./$file /usr/local/share/gettext/po/$file; d
one; else : ; fi
mkdir /usr/local/share/gettext/po
Making install in projects
/bin/sh ../mkinstalldirs /usr/local/share/gettext/projects
mkdir /usr/local/share/gettext/projects
/bin/sh ../mkinstalldirs /usr/local/share/gettext/projects/TP
mkdir /usr/local/share/gettext/projects/TP
/bin/sh ../mkinstalldirs /usr/local/share/gettext/projects/KDE
mkdir /usr/local/share/gettext/projects/KDE
/bin/sh ../mkinstalldirs /usr/local/share/gettext/projects/GNOME
mkdir /usr/local/share/gettext/projects/GNOME
install -c -o root -g wheel -m 555 ./team-address /usr/local/share/gettext/projects/team-address
install -c -o root -g wheel -m 555 ./TP/trigger /usr/local/share/gettext/projects/TP/trigger
install -c -o root -g wheel -m 555 ./TP/team-address /usr/local/share/gettext/projects/TP/team-addre
ss
install -c -o root -g wheel -m 555 ./KDE/trigger /usr/local/share/gettext/projects/KDE/trigger
install -c -o root -g wheel -m 555 ./KDE/team-address /usr/local/share/gettext/projects/KDE/team-add
ress
install -c -o root -g wheel -m 555 ./GNOME/trigger /usr/local/share/gettext/projects/GNOME/trigger
install -c -o root -g wheel -m 555 ./GNOME/team-address /usr/local/share/gettext/projects/GNOME/team
-address
install -c -o root -g wheel -m 444 ./index /usr/local/share/gettext/projects/index
install -c -o root -g wheel -m 444 ./TP/teams.url /usr/local/share/gettext/projects/TP/teams.url
install -c -o root -g wheel -m 444 ./TP/teams.html /usr/local/share/gettext/projects/TP/teams.html
install -c -o root -g wheel -m 444 ./KDE/teams.url /usr/local/share/gettext/projects/KDE/teams.url
install -c -o root -g wheel -m 444 ./KDE/teams.html /usr/local/share/gettext/projects/KDE/teams.html
install -c -o root -g wheel -m 444 ./GNOME/teams.url /usr/local/share/gettext/projects/GNOME/teams.u
rl
install -c -o root -g wheel -m 444 ./GNOME/teams.html /usr/local/share/gettext/projects/GNOME/teams.
html
Making install in misc
WARNING: Warnings can be ignored. :-)
if test no != no; then EMACS=no /bin/sh ./elisp-comp po-compat.el; else : ; fi
WARNING: Warnings can be ignored. :-)
if test no != no; then EMACS=no /bin/sh ./elisp-comp po-mode.el; else : ; fi
/bin/sh ../mkinstalldirs /usr/local/bin
install -c -o root -g wheel -m 555 gettextize /usr/local/bin/gettextize
install -c -o root -g wheel -m 555 autopoint /usr/local/bin/autopoint
/bin/sh ../mkinstalldirs /usr/local/share/gettext
install -c -o root -g wheel -m 444 archive.tar.gz /usr/local/share/gettext/archive.tar.gz
WARNING: Warnings can be ignored. :-)
if test no != no; then EMACS=no /bin/sh ./elisp-comp po-compat.el; else : ; fi
WARNING: Warnings can be ignored. :-)
if test no != no; then EMACS=no /bin/sh ./elisp-comp po-mode.el; else : ; fi
Making install in man
/bin/sh ../mkinstalldirs /usr/local/share/doc/gettext
for file in gettext.1.html ngettext.1.html msgcmp.1.html msgfmt.1.html msgmerge.1.html msgunfmt.1.ht
ml xgettext.1.html msgattrib.1.html msgcat.1.html msgcomm.1.html msgconv.1.html msgen.1.html msgexe
c.1.html msgfilter.1.html msggrep.1.html msginit.1.html msguniq.1.html gettextize.1.html autopoint.
1.html gettext.3.html ngettext.3.html textdomain.3.html bindtextdomain.3.html bind_textdomain_code
set.3.html; do if test -f $file; then dir=.; else dir=.; fi; install -c -o root -g wheel -m 444 $d
ir/$file /usr/local/share/doc/gettext/$file; done
/bin/sh ../mkinstalldirs /usr/local/man/man1
install -c -o root -g wheel -m 444 ./gettext.1 /usr/local/man/man1/gettext.1
install -c -o root -g wheel -m 444 ./ngettext.1 /usr/local/man/man1/ngettext.1
install -c -o root -g wheel -m 444 ./msgcmp.1 /usr/local/man/man1/msgcmp.1
install -c -o root -g wheel -m 444 ./msgfmt.1 /usr/local/man/man1/msgfmt.1
install -c -o root -g wheel -m 444 ./msgmerge.1 /usr/local/man/man1/msgmerge.1
install -c -o root -g wheel -m 444 ./msgunfmt.1 /usr/local/man/man1/msgunfmt.1
install -c -o root -g wheel -m 444 ./xgettext.1 /usr/local/man/man1/xgettext.1
install -c -o root -g wheel -m 444 ./msgattrib.1 /usr/local/man/man1/msgattrib.1
install -c -o root -g wheel -m 444 ./msgcat.1 /usr/local/man/man1/msgcat.1
install -c -o root -g wheel -m 444 ./msgcomm.1 /usr/local/man/man1/msgcomm.1
install -c -o root -g wheel -m 444 ./msgconv.1 /usr/local/man/man1/msgconv.1
install -c -o root -g wheel -m 444 ./msgen.1 /usr/local/man/man1/msgen.1
install -c -o root -g wheel -m 444 ./msgexec.1 /usr/local/man/man1/msgexec.1
install -c -o root -g wheel -m 444 ./msgfilter.1 /usr/local/man/man1/msgfilter.1
install -c -o root -g wheel -m 444 ./msggrep.1 /usr/local/man/man1/msggrep.1
install -c -o root -g wheel -m 444 ./msginit.1 /usr/local/man/man1/msginit.1
install -c -o root -g wheel -m 444 ./msguniq.1 /usr/local/man/man1/msguniq.1
install -c -o root -g wheel -m 444 ./gettextize.1 /usr/local/man/man1/gettextize.1
install -c -o root -g wheel -m 444 ./autopoint.1 /usr/local/man/man1/autopoint.1
/bin/sh ../mkinstalldirs /usr/local/man/man3
install -c -o root -g wheel -m 444 ./gettext.3 /usr/local/man/man3/gettext.3
install -c -o root -g wheel -m 444 ./ngettext.3 /usr/local/man/man3/ngettext.3
install -c -o root -g wheel -m 444 ./textdomain.3 /usr/local/man/man3/textdomain.3
install -c -o root -g wheel -m 444 ./bindtextdomain.3 /usr/local/man/man3/bindtextdomain.3
install -c -o root -g wheel -m 444 ./bind_textdomain_codeset.3 /usr/local/man/man3/bind_textdomain_
codeset.3
install -c -o root -g wheel -m 444 ./dgettext.3 /usr/local/man/man3/dgettext.3
install -c -o root -g wheel -m 444 ./dcgettext.3 /usr/local/man/man3/dcgettext.3
install -c -o root -g wheel -m 444 ./dngettext.3 /usr/local/man/man3/dngettext.3
install -c -o root -g wheel -m 444 ./dcngettext.3 /usr/local/man/man3/dcngettext.3
Making install in m4
/bin/sh ../mkinstalldirs /usr/local/share/aclocal
install -c -o root -g wheel -m 444 codeset.m4 /usr/local/share/aclocal/codeset.m4
install -c -o root -g wheel -m 444 gettext.m4 /usr/local/share/aclocal/gettext.m4
install -c -o root -g wheel -m 444 glibc21.m4 /usr/local/share/aclocal/glibc21.m4
install -c -o root -g wheel -m 444 iconv.m4 /usr/local/share/aclocal/iconv.m4
install -c -o root -g wheel -m 444 intdiv0.m4 /usr/local/share/aclocal/intdiv0.m4
install -c -o root -g wheel -m 444 inttypes.m4 /usr/local/share/aclocal/inttypes.m4
install -c -o root -g wheel -m 444 inttypes_h.m4 /usr/local/share/aclocal/inttypes_h.m4
install -c -o root -g wheel -m 444 inttypes-pri.m4 /usr/local/share/aclocal/inttypes-pri.m4
install -c -o root -g wheel -m 444 isc-posix.m4 /usr/local/share/aclocal/isc-posix.m4
install -c -o root -g wheel -m 444 lib-ld.m4 /usr/local/share/aclocal/lib-ld.m4
install -c -o root -g wheel -m 444 lib-link.m4 /usr/local/share/aclocal/lib-link.m4
install -c -o root -g wheel -m 444 lib-prefix.m4 /usr/local/share/aclocal/lib-prefix.m4
install -c -o root -g wheel -m 444 lcmessage.m4 /usr/local/share/aclocal/lcmessage.m4
install -c -o root -g wheel -m 444 progtest.m4 /usr/local/share/aclocal/progtest.m4
install -c -o root -g wheel -m 444 stdint_h.m4 /usr/local/share/aclocal/stdint_h.m4
install -c -o root -g wheel -m 444 uintmax_t.m4 /usr/local/share/aclocal/uintmax_t.m4
install -c -o root -g wheel -m 444 ulonglong.m4 /usr/local/share/aclocal/ulonglong.m4
Making install in tests
/bin/sh ./mkinstalldirs /usr/local/share/gettext
install -c -o root -g wheel -m 444 ABOUT-NLS /usr/local/share/gettext/ABOUT-NLS
/bin/sh ./mkinstalldirs /usr/local/share/gettext
install -c -o root -g wheel -m 555 config.rpath /usr/local/share/gettext/config.rpath
install -c -o root -g wheel -m 555 mkinstalldirs /usr/local/share/gettext/mkinstalldirs
===> Generating temporary packing list
/bin/mkdir -p /usr/local/share/emacs/site-lisp
install -c -o root -g wheel -m 444 /usr/ports/devel/gettext/work/gettext-0.11.5/misc/po-compat.el /u
sr/local/share/emacs/site-lisp
install -c -o root -g wheel -m 444 /usr/ports/devel/gettext/work/gettext-0.11.5/misc/po-mode.el /usr
/local/share/emacs/site-lisp
/bin/mkdir -p /usr/X11R6/share/locale
===> Compressing manual pages for gettext-0.11.5_1
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for gettext-0.11.5_1
===> Returning to build of gmake-3.80
===> Configuring for gmake-3.80
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for ranlib... ranlib
checking how to run the C preprocessor... cc -E
checking for ar... ar
checking for perl... perl
checking build system type... i386-portbld-freebsd4.8
checking host system type... i386-portbld-freebsd4.8
checking for egrep... grep -E
checking for AIX... no
checking for strerror in -lcposix... no
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... no
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
checking for GNU gettext in libintl... yes
checking how to link with libintl... /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for library containing getpwnam... none required
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking whether cc understands -c and -o together... yes
checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for uintmax_t... no
checking for unsigned long long... yes
checking for nanoseconds field of struct stat.st_mtim... no
checking whether to use high resolution file timestamps... no
checking for standard gettimeofday... yes
checking for memcpy... yes
checking for memmove... yes
checking for strchr... yes
checking for strdup... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for fdopen... yes
checking for bsd_signal... no
checking for dup2... yes
checking for getcwd... yes
checking for sigsetmask... yes
checking for sigaction... yes
checking for getgroups... yes
checking for seteuid... yes
checking for setegid... yes
checking for setlinebuf... yes
checking for setreuid... yes
checking for setregid... yes
checking for setvbuf... yes
checking for pipe... yes
checking for strerror... yes
checking for strsignal... yes
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking for working strcoll... yes
checking for working alloca.h... no
checking for alloca... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking whether closedir returns void... no
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for waitpid... yes
checking for wait3... yes
checking for union wait... no
checking for SA_RESTART... yes
checking for location of SCCS get command... get
checking if system libc has GNU glob... no; using local copy
checking if malloc debugging is wanted... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating glob/Makefile
config.status: creating po/Makefile.in
config.status: creating config/Makefile
config.status: creating doc/Makefile
config.status: creating build.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
===> Building for gmake-3.80
make all-recursive
Making all in glob
source='glob.c' object='glob.o' libtool=no depfile='.deps/glob.Po' tmpdepfile='.deps/glob.TPo' dep
mode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -O -pip
e -c `test -f 'glob.c' || echo './'`glob.c
source='fnmatch.c' object='fnmatch.o' libtool=no depfile='.deps/fnmatch.Po' tmpdepfile='.deps/fnmat
ch.TPo' depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/incl
ude -O -pipe -c `test -f 'fnmatch.c' || echo './'`fnmatch.c
rm -f libglob.a
ar cru libglob.a glob.o fnmatch.o
ranlib libglob.a
Making all in config
Making all in po
Making all in doc
/usr/bin/makeinfo --no-split -I . `test -f 'make.texi' || echo './'`make.texi -o make.info
source='ar.c' object='ar.o' libtool=no depfile='.deps/ar.Po' tmpdepfile='.deps/ar.TPo' depmode=gcc
/bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -D
INCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/include -O -p
ipe -c `test -f 'ar.c' || echo './'`ar.c
source='arscan.c' object='arscan.o' libtool=no depfile='.deps/arscan.Po' tmpdepfile='.deps/arscan.T
Po' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/us
r/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/loca
l/include -O -pipe -c `test -f 'arscan.c' || echo './'`arscan.c
source='commands.c' object='commands.o' libtool=no depfile='.deps/commands.Po' tmpdepfile='.deps/co
mmands.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/
usr/local/include -O -pipe -c `test -f 'commands.c' || echo './'`commands.c
source='default.c' object='default.o' libtool=no depfile='.deps/default.Po' tmpdepfile='.deps/defau
lt.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\
"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/
local/include -O -pipe -c `test -f 'default.c' || echo './'`default.c
source='dir.c' object='dir.o' libtool=no depfile='.deps/dir.Po' tmpdepfile='.deps/dir.TPo' depmode
=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\
" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/include -
O -pipe -c `test -f 'dir.c' || echo './'`dir.c
source='expand.c' object='expand.o' libtool=no depfile='.deps/expand.Po' tmpdepfile='.deps/expand.T
Po' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/us
r/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/loca
l/include -O -pipe -c `test -f 'expand.c' || echo './'`expand.c
source='file.c' object='file.o' libtool=no depfile='.deps/file.Po' tmpdepfile='.deps/file.TPo' dep
mode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/
lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/includ
e -O -pipe -c `test -f 'file.c' || echo './'`file.c
source='function.c' object='function.o' libtool=no depfile='.deps/function.Po' tmpdepfile='.deps/fu
nction.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/
usr/local/include -O -pipe -c `test -f 'function.c' || echo './'`function.c
source='getopt.c' object='getopt.o' libtool=no depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.T
Po' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/us
r/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/loca
l/include -O -pipe -c `test -f 'getopt.c' || echo './'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no depfile='.deps/getopt1.Po' tmpdepfile='.deps/getop
t1.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\
"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/
local/include -O -pipe -c `test -f 'getopt1.c' || echo './'`getopt1.c
source='implicit.c' object='implicit.o' libtool=no depfile='.deps/implicit.Po' tmpdepfile='.deps/im
plicit.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/
usr/local/include -O -pipe -c `test -f 'implicit.c' || echo './'`implicit.c
source='job.c' object='job.o' libtool=no depfile='.deps/job.Po' tmpdepfile='.deps/job.TPo' depmode
=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\
" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/include -
O -pipe -c `test -f 'job.c' || echo './'`job.c
source='main.c' object='main.o' libtool=no depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' dep
mode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/
lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/includ
e -O -pipe -c `test -f 'main.c' || echo './'`main.c
source='misc.c' object='misc.o' libtool=no depfile='.deps/misc.Po' tmpdepfile='.deps/misc.TPo' dep
mode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/
lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/includ
e -O -pipe -c `test -f 'misc.c' || echo './'`misc.c
source='read.c' object='read.o' libtool=no depfile='.deps/read.Po' tmpdepfile='.deps/read.TPo' dep
mode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/
lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/includ
e -O -pipe -c `test -f 'read.c' || echo './'`read.c
source='remake.c' object='remake.o' libtool=no depfile='.deps/remake.Po' tmpdepfile='.deps/remake.T
Po' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/us
r/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/loca
l/include -O -pipe -c `test -f 'remake.c' || echo './'`remake.c
source='remote-stub.c' object='remote-stub.o' libtool=no depfile='.deps/remote-stub.Po' tmpdepfile=
'.deps/remote-stub.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/loc
ale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -
I./glob -I/usr/local/include -O -pipe -c `test -f 'remote-stub.c' || echo './'`remote-stub.c
source='rule.c' object='rule.o' libtool=no depfile='.deps/rule.Po' tmpdepfile='.deps/rule.TPo' dep
mode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/
lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/includ
e -O -pipe -c `test -f 'rule.c' || echo './'`rule.c
source='signame.c' object='signame.o' libtool=no depfile='.deps/signame.Po' tmpdepfile='.deps/signa
me.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\
"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/
local/include -O -pipe -c `test -f 'signame.c' || echo './'`signame.c
source='variable.c' object='variable.o' libtool=no depfile='.deps/variable.Po' tmpdepfile='.deps/va
riable.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBD
IR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/
usr/local/include -O -pipe -c `test -f 'variable.c' || echo './'`variable.c
source='version.c' object='version.o' libtool=no depfile='.deps/version.Po' tmpdepfile='.deps/versi
on.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\
"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/
local/include -O -pipe -c `test -f 'version.c' || echo './'`version.c
source='vpath.c' object='vpath.o' libtool=no depfile='.deps/vpath.Po' tmpdepfile='.deps/vpath.TPo'
depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/lo
cal/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/in
clude -O -pipe -c `test -f 'vpath.c' || echo './'`vpath.c
source='hash.c' object='hash.o' libtool=no depfile='.deps/hash.Po' tmpdepfile='.deps/hash.TPo' dep
mode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/
lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I. -I. -I./glob -I/usr/local/includ
e -O -pipe -c `test -f 'hash.c' || echo './'`hash.c
cc -O -pipe -o make ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt
.o getopt1.o implicit.o job.o main.o misc.o read.o remake.o remote-stub.o rule.o signame.o variab
le.o version.o vpath.o hash.o glob/libglob.a /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/l
ib
source='loadavg.c' object='loadavg-loadavg.o' libtool=no depfile='.deps/loadavg-loadavg.Po' tmpdepf
ile='.deps/loadavg-loadavg.TPo' depmode=gcc /bin/sh ./config/depcomp cc -DLOCALEDIR=\"/usr/local/s
hare/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I
. -I. -I./glob -I/usr/local/include -DTEST -O -pipe -c -o loadavg-loadavg.o `test -f 'loadavg.c' ||
echo './'`loadavg.c
cc -O -pipe -o loadavg loadavg-loadavg.o
===> Installing for gmake-3.80
Making install in glob
Making install in config
Making install in po
/bin/sh `case "config/mkinstalldirs" in /*) echo "config/mkinstalldirs" ;; *) echo "../config/mkinst
alldirs" ;; esac` /usr/local/share
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/make.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/make.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/make.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/make.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/make.mo
mkdir /usr/local/share/locale/he
mkdir /usr/local/share/locale/he/LC_MESSAGES
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/make.mo
mkdir /usr/local/share/locale/hr
mkdir /usr/local/share/locale/hr/LC_MESSAGES
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/make.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/make.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/make.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/make.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/make.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/make.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/make.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/make.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/make.mo
mkdir /usr/local/share/locale/zh_CN
mkdir /usr/local/share/locale/zh_CN/LC_MESSAGES
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/make.mo
if test "make" = "gettext"; then /bin/sh `case "config/mkinstalldirs" in /*) echo "config/mkinstall
dirs" ;; *) echo "../config/mkinstalldirs" ;; esac` /usr/local/share/gettext/po; for file in Makefi
le.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header inser
t-header.sin Rules-quot ; do install -c -o root -g wheel -m 444 ./$file /usr/local/share/gettext/
po/$file; done; else : ; fi
Making install in doc
/bin/sh ../config/mkinstalldirs /usr/local/info
install -c -o root -g wheel -m 444 ./make.info /usr/local/info/make.info
install-info --info-dir=/usr/local/info /usr/local/info/make.info
/bin/sh ./config/mkinstalldirs /usr/local/bin
install -c -s -o root -g wheel -m 555 make /usr/local/bin/gmake
/bin/sh ./config/mkinstalldirs /usr/local/man/man1
install -c -o root -g wheel -m 444 ./make.1 /usr/local/man/man1/gmake.1
===> Generating temporary packing list
/bin/chmod g-s /usr/local/bin/gmake
chgrp wheel /usr/local/bin/gmake
===> Compressing manual pages for gmake-3.80
===> Registering installation for gmake-3.80
===> Returning to build of postgresql-7.3.2_1
===> postgresql-7.3.2_1 depends on shared library: gnugetopt - not found
===> Verifying install for gnugetopt in /usr/ports/devel/libgnugetopt
>> libgnugetopt-1.2.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/.
Receiving libgnugetopt-1.2.tar.bz2 (10808 bytes): 100%
10808 bytes transferred in 0.8 seconds (12.66 kBps)
===> Extracting for libgnugetopt-1.2
>> Checksum OK for libgnugetopt-1.2.tar.bz2.
===> Patching for libgnugetopt-1.2
===> Configuring for libgnugetopt-1.2
===> Building for libgnugetopt-1.2
cc -O -pipe -fPIC -o getopt.o -c -s getopt.c
cc -O -pipe -fPIC -o getopt1.o -c -s getopt1.c
cc -O -pipe -shared -Wl,-soname,libgnugetopt.so.1 -o libgnugetopt.so.1 getopt.o getopt1.o
building static libgnugetopt library
ar cq libgnugetopt.a `lorder getopt.o getopt1.o | tsort -q`
ranlib libgnugetopt.a
===> Installing for libgnugetopt-1.2
===> Generating temporary packing list
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for libgnugetopt-1.2
===> Returning to build of postgresql-7.3.2_1
===> postgresql-7.3.2_1 depends on shared library: intl.4 - found
===> Configuring for postgresql-7.3.2_1
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd4.8
checking host system type... i386-portbld-freebsd4.8
checking which template to use... freebsd
checking whether to build with 64-bit integer date/time support... no
checking whether to build with recode support... no
checking whether NLS is wanted... yes
checking for default port number... 5432
checking for default soft limit on number of connections... 32
checking for i386-portbld-freebsd4.8-gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
configure: using CFLAGS=-O -pipe
checking whether the C compiler still works... yes
checking how to run the C preprocessor... cc -E
checking whether to build with Tcl... no
checking whether to build with Tk... no
checking whether to build Perl modules... no
checking whether to build Python modules... no
checking whether to build Java/JDBC tools... no
checking whether to build with Kerberos 4 support... no
checking whether to build with Kerberos 5 support... no
checking whether to build with PAM support... no
building with OpenSSL support
configure: using CPPFLAGS= -I/usr/local/include
configure: using LDFLAGS= -L/usr/local/lib
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for flex... /usr/bin/flex
checking whether ln -s works... yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for i386-portbld-freebsd4.8-ranlib... no
checking for ranlib... ranlib
checking for lorder... lorder
checking for tar... /usr/bin/tar
checking for i386-portbld-freebsd4.8-strip... no
checking for strip... strip
checking whether it is possible to strip libraries... yes
checking for bison... no
configure: WARNING:
*** Without Bison you will not be able to build PostgreSQL from CVS or
*** change any of the parser definition files. You can obtain Bison from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Bison
*** output is pre-generated.) To use a different yacc program (possible,
*** but not recommended), set the environment variable YACC before running
*** 'configure'.
checking for perl... /usr/bin/perl
checking for main in -lbsd... no
checking for setproctitle in -lutil... yes
checking for main in -lm... yes
checking for main in -ldl... no
checking for main in -lnsl... no
checking for main in -lsocket... no
checking for main in -lipc... no
checking for main in -lIPC... no
checking for main in -llc... no
checking for main in -ldld... no
checking for main in -lld... no
checking for main in -lcompat... yes
checking for main in -lBSD... no
checking for main in -lgen... no
checking for main in -lPW... no
checking for main in -lresolv... no
checking for library containing getopt_long... -lgnugetopt
checking for main in -lunix... no
checking for library containing crypt... -lcrypt
checking for __inet_ntoa in -lbind... no
checking for library containing fdatasync... no
checking for shmget in -lcygipc... no
checking for readline... yes (-lreadline)
checking for inflate in -lz... yes
checking for CRYPTO_new_ex_data in -lcrypto... yes
checking for SSL_library_init in -lssl... yes
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... no
checking for unistd.h... yes
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking ieeefp.h usability... yes
checking ieeefp.h presence... yes
checking for ieeefp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking kernel/OS.h usability... no
checking kernel/OS.h presence... no
checking for kernel/OS.h... no
checking kernel/image.h usability... no
checking kernel/image.h presence... no
checking for kernel/image.h... no
checking SupportDefs.h usability... no
checking SupportDefs.h presence... no
checking for SupportDefs.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking for signed types... yes
checking for working volatile... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for union semun... yes
checking for struct sockaddr_un... yes
checking for struct cmsgcred... yes
checking for struct fcred... no
checking for struct sockcred... no
checking for z_streamp... yes
checking for int timezone... no
checking types of arguments for accept()... int, struct sockaddr *, size_t *
checking whether gettimeofday takes only one argument... no
checking for working memcmp... yes
checking for cbrt... yes
checking for fcvt... no
checking for getopt_long... yes
checking for memmove... yes
checking for pstat... no
checking for setproctitle... yes
checking for setsid... yes
checking for sigprocmask... yes
checking for sysconf... yes
checking for waitpid... yes
checking for dlopen... yes
checking for fdatasync... no
checking whether fdatasync is declared... no
checking for PS_STRINGS... no
checking for snprintf... yes
checking for vsnprintf... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking for isinf... yes
checking for fseeko... yes
checking for gethostname... yes
checking for getrusage... yes
checking for inet_aton... yes
checking for random... yes
checking for srandom... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking for strtoul... yes
checking for rint... yes
checking for rl_completion_append_character... yes
checking for rl_completion_matches... no
checking for rl_filename_completion_function... no
checking for finite... yes
checking for sigsetjmp... yes
checking for syslog... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for optreset... yes
checking for strtoll... yes
checking for strtoull... yes
checking for atexit... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... (cached) yes
checking test program... ok
checking whether long int is 64 bits... no
checking whether long long int is 64 bits... yes
checking whether snprintf handles 'long long int' as %lld... yes
checking for unsigned long... yes
checking size of unsigned long... 4
checking for short... yes
checking alignment of short... 2
checking for int... yes
checking alignment of int... 4
checking for long... yes
checking alignment of long... 4
checking for long long int... yes
checking alignment of long long int... 4
checking for double... yes
checking alignment of double... 4
checking for int8... no
checking for uint8... no
checking for int64... no
checking for uint64... no
checking for sig_atomic_t... yes
checking for POSIX signal interface... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for library containing gettext... -lintl
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for msgfmt... msgfmt
checking for msgmerge... msgmerge
checking for xgettext... xgettext
checking for onsgmls... no
checking for nsgmls... no
checking for openjade... no
checking for jade... no
checking for DocBook V3.1... -s: not found
no
checking for DocBook stylesheets... no
checking for collateindex.pl... no
checking for sgmlspl... no
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating src/Makefile.global
config.status: creating src/include/pg_config.h
config.status: linking ./src/backend/port/tas/dummy.s to src/backend/port/tas.s
config.status: linking ./src/backend/port/dynloader/freebsd.c to src/backend/port/dynloader.c
config.status: linking ./src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c
config.status: linking ./src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c
config.status: linking ./src/backend/port/dynloader/freebsd.h to src/include/dynloader.h
config.status: linking ./src/include/port/freebsd.h to src/include/pg_config_os.h
config.status: linking ./src/makefiles/Makefile.freebsd to src/Makefile.port
===> Building for postgresql-7.3.2_1
gmake -C doc all
gmake[1]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/doc'
gzip -d -c man.tar.gz | /usr/bin/tar xf -
for file in man1/*.1; do \
mv $file $file.bak && \
sed -e 's/\\fR(l)/\\fR(7)/' $file.bak >$file && \
rm -f $file.bak || exit; \
done
/bin/sh ../config/mkinstalldirs man7
mkdir man7
for file in manl/*.l; do \
sed -e '/^\.TH/s/"l"/"7"/' \
-e 's/\\fR(l)/\\fR(7)/' \
$file >man7/`basename $file | sed 's/.l$/.7/'` || exit; \
done
gmake[1]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/doc'
gmake -C src all
gmake[1]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src'
gmake -C port all
gmake[2]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake -C backend all
gmake[2]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend'
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/hr.mo po/hr.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/tr.mo po/tr.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/zh_TW.mo po/zh_TW.po
gmake -C ../../src/port all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
prereqdir=`cd parser/ >/dev/null && pwd` && \
cd ../../src/include/parser/ && rm -f parse.h && \
ln -s "$prereqdir/parse.h" .
gmake -C utils fmgroids.h
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls'
CPP='cc -E' AWK='nawk' /bin/sh Gen_fmgrtab.sh ../../../src/include/catalog/pg_proc.h
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s'
cd ../../src/include/utils/ && rm -f fmgroids.h && \
ln -s ../../../src/backend/utils/fmgroids.h .
gmake -C access all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acc
ess'
gmake -C common SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acc
ess/common'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o heaptuple.o heaptuple.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o indextuple.o indextuple.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o indexvalid.o indexvalid.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o printtup.o printtup.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o scankey.o scankey.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o tupdesc.o tupdesc.c
/usr/libexec/elf/ld -r -o SUBSYS.o heaptuple.o indextuple.o indexvalid.o printtup.o scankey.o tupdes
c.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acce
ss/common'
gmake -C gist SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acc
ess/gist'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o gist.o gist.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o gistget.o gistget.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o gistscan.o gistscan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o giststrat.o giststrat.c
/usr/libexec/elf/ld -r -o SUBSYS.o gist.o gistget.o gistscan.o giststrat.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acce
ss/gist'
gmake -C hash SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acc
ess/hash'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hash.o hash.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hashfunc.o hashfunc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hashinsert.o hashinsert.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hashovfl.o hashovfl.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hashpage.o hashpage.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hashscan.o hashscan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hashsearch.o hashsearch.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hashstrat.o hashstrat.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hashutil.o hashutil.c
/usr/libexec/elf/ld -r -o SUBSYS.o hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashscan.o h
ashsearch.o hashstrat.o hashutil.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acce
ss/hash'
gmake -C heap SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acc
ess/heap'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o heapam.o heapam.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hio.o hio.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o tuptoaster.o tuptoaster.c
/usr/libexec/elf/ld -r -o SUBSYS.o heapam.o hio.o tuptoaster.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acce
ss/heap'
gmake -C index SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acc
ess/index'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o genam.o genam.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o indexam.o indexam.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o istrat.o istrat.c
/usr/libexec/elf/ld -r -o SUBSYS.o genam.o indexam.o istrat.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acce
ss/index'
gmake -C nbtree SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acc
ess/nbtree'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o nbtcompare.o nbtcompare.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o nbtinsert.o nbtinsert.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o nbtpage.o nbtpage.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o nbtree.o nbtree.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o nbtsearch.o nbtsearch.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o nbtstrat.o nbtstrat.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o nbtutils.o nbtutils.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o nbtsort.o nbtsort.c
/usr/libexec/elf/ld -r -o SUBSYS.o nbtcompare.o nbtinsert.o nbtpage.o nbtree.o nbtsearch.o nbtstrat.
o nbtutils.o nbtsort.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acce
ss/nbtree'
gmake -C rtree SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acc
ess/rtree'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o rtget.o rtget.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o rtproc.o rtproc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o rtree.o rtree.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o rtscan.o rtscan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o rtstrat.o rtstrat.c
/usr/libexec/elf/ld -r -o SUBSYS.o rtget.o rtproc.o rtree.o rtscan.o rtstrat.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acce
ss/rtree'
gmake -C transam SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acc
ess/transam'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o clog.o clog.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o transam.o transam.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o varsup.o varsup.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o xact.o xact.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o xid.o xid.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o xlog.o xlog.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o xlogutils.o xlogutils.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o rmgr.o rmgr.c
/usr/libexec/elf/ld -r -o SUBSYS.o clog.o transam.o varsup.o xact.o xid.o xlog.o xlogutils.o rmgr.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acce
ss/transam'
/usr/libexec/elf/ld -r -o SUBSYS.o common/SUBSYS.o gist/SUBSYS.o hash/SUBSYS.o heap/SUBSYS.o index/S
UBSYS.o nbtree/SUBSYS.o rtree/SUBSYS.o transam/SUBSYS.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/acce
ss'
gmake -C bootstrap all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/boo
tstrap'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o bootparse.o bootparse.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o bootstrap.o bootstrap.c
/usr/libexec/elf/ld -r -o SUBSYS.o bootparse.o bootstrap.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/boot
strap'
gmake -C catalog all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/cat
alog'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o catalog.o catalog.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o dependency.o dependency.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o heap.o heap.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o index.o index.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o indexing.o indexing.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o namespace.o namespace.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o aclchk.o aclchk.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_aggregate.o pg_aggregate.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_constraint.o pg_constraint.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_conversion.o pg_conversion.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_depend.o pg_depend.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_largeobject.o pg_largeobject.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_namespace.o pg_namespace.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_operator.o pg_operator.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_proc.o pg_proc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_type.o pg_type.c
/usr/libexec/elf/ld -r -o SUBSYS.o catalog.o dependency.o heap.o index.o indexing.o namespace.o aclc
hk.o pg_aggregate.o pg_constraint.o pg_conversion.o pg_depend.o pg_largeobject.o pg_namespace.o pg_o
perator.o pg_proc.o pg_type.o
CPP='cc -E' AWK='nawk' /bin/sh genbki.sh -o postgres -I../../../src/include ../../../src/include/ca
talog/pg_proc.h ../../../src/include/catalog/pg_type.h ../../../src/include/catalog/pg_attribute.h .
./../../src/include/catalog/pg_class.h ../../../src/include/catalog/pg_attrdef.h ../../../src/includ
e/catalog/pg_constraint.h ../../../src/include/catalog/pg_inherits.h ../../../src/include/catalog/pg
_index.h ../../../src/include/catalog/pg_operator.h ../../../src/include/catalog/pg_opclass.h ../../
../src/include/catalog/pg_am.h ../../../src/include/catalog/pg_amop.h ../../../src/include/catalog/p
g_amproc.h ../../../src/include/catalog/pg_language.h ../../../src/include/catalog/pg_largeobject.h
../../../src/include/catalog/pg_aggregate.h ../../../src/include/catalog/pg_statistic.h ../../../src
/include/catalog/pg_rewrite.h ../../../src/include/catalog/pg_trigger.h ../../../src/include/catalog
/pg_listener.h ../../../src/include/catalog/pg_description.h ../../../src/include/catalog/pg_cast.h
../../../src/include/catalog/pg_namespace.h ../../../src/include/catalog/pg_conversion.h ../../../sr
c/include/catalog/pg_database.h ../../../src/include/catalog/pg_shadow.h ../../../src/include/catalo
g/pg_group.h ../../../src/include/catalog/pg_depend.h ../../../src/include/catalog/indexing.h --set-
version=7.3.2
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/cata
log'
gmake -C parser all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/par
ser'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o analyze.o analyze.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o gram.o gram.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o keywords.o keywords.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parser.o parser.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_agg.o parse_agg.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_clause.o parse_clause.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_expr.o parse_expr.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_func.o parse_func.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_node.o parse_node.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_oper.o parse_oper.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_relation.o parse_relation.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_type.o parse_type.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_coerce.o parse_coerce.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o parse_target.o parse_target.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../src/include -I/usr/loc
al/include -c -o scansup.o scansup.c
/usr/libexec/elf/ld -r -o SUBSYS.o analyze.o gram.o keywords.o parser.o parse_agg.o parse_clause.o p
arse_expr.o parse_func.o parse_node.o parse_oper.o parse_relation.o parse_type.o parse_coerce.o pars
e_target.o scansup.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/pars
er'
gmake -C commands all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/com
mands'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o aggregatecmds.o aggregatecmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o analyze.o analyze.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o async.o async.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o cluster.o cluster.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o comment.o comment.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o conversioncmds.o conversioncmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o copy.o copy.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o dbcommands.o dbcommands.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o define.o define.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o explain.o explain.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o functioncmds.o functioncmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o indexcmds.o indexcmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o lockcmds.o lockcmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o operatorcmds.o operatorcmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o opclasscmds.o opclasscmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o portalcmds.o portalcmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o prepare.o prepare.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o proclang.o proclang.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o schemacmds.o schemacmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o sequence.o sequence.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o tablecmds.o tablecmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o trigger.o trigger.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o typecmds.o typecmds.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o user.o user.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o vacuum.o vacuum.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o vacuumlazy.o vacuumlazy.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o variable.o variable.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o view.o view.c
/usr/libexec/elf/ld -r -o SUBSYS.o aggregatecmds.o analyze.o async.o cluster.o comment.o conversionc
mds.o copy.o dbcommands.o define.o explain.o functioncmds.o indexcmds.o lockcmds.o operatorcmds.o op
classcmds.o portalcmds.o prepare.o proclang.o schemacmds.o sequence.o tablecmds.o trigger.o typecmds
.o user.o vacuum.o vacuumlazy.o variable.o view.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/comm
ands'
gmake -C executor all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/exe
cutor'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o execAmi.o execAmi.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o execJunk.o execJunk.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o execMain.o execMain.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o execProcnode.o execProcnode.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o execQual.o execQual.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o execScan.o execScan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o execTuples.o execTuples.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o execUtils.o execUtils.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o functions.o functions.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o instrument.o instrument.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeAppend.o nodeAppend.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeAgg.o nodeAgg.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeHash.o nodeHash.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeHashjoin.o nodeHashjoin.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeIndexscan.o nodeIndexscan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeMaterial.o nodeMaterial.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeMergejoin.o nodeMergejoin.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeNestloop.o nodeNestloop.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeFunctionscan.o nodeFunctionscan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeResult.o nodeResult.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeSeqscan.o nodeSeqscan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeSetOp.o nodeSetOp.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeSort.o nodeSort.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeUnique.o nodeUnique.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeLimit.o nodeLimit.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeGroup.o nodeGroup.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeSubplan.o nodeSubplan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeSubqueryscan.o nodeSubqueryscan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeTidscan.o nodeTidscan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o spi.o spi.c
/usr/libexec/elf/ld -r -o SUBSYS.o execAmi.o execJunk.o execMain.o execProcnode.o execQual.o execSca
n.o execTuples.o execUtils.o functions.o instrument.o nodeAppend.o nodeAgg.o nodeHash.o nodeHashjoin
.o nodeIndexscan.o nodeMaterial.o nodeMergejoin.o nodeNestloop.o nodeFunctionscan.o nodeResult.o nod
eSeqscan.o nodeSetOp.o nodeSort.o nodeUnique.o nodeLimit.o nodeGroup.o nodeSubplan.o nodeSubquerysca
n.o nodeTidscan.o spi.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/exec
utor'
gmake -C lib all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/lib
'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o bit.o bit.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o dllist.o dllist.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o lispsort.o lispsort.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o stringinfo.o stringinfo.c
/usr/libexec/elf/ld -r -o SUBSYS.o bit.o dllist.o lispsort.o stringinfo.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/lib'
gmake -C libpq all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/lib
pq'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o be-fsstubs.o be-fsstubs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o be-secure.o be-secure.c
be-secure.c: In function `open_server_SSL':
be-secure.c:712: warning: assignment from incompatible pointer type
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o auth.o auth.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o crypt.o crypt.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o hba.o hba.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o md5.o md5.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pqcomm.o pqcomm.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pqformat.o pqformat.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pqsignal.o pqsignal.c
/usr/libexec/elf/ld -r -o SUBSYS.o be-fsstubs.o be-secure.o auth.o crypt.o hba.o md5.o pqcomm.o pqfo
rmat.o pqsignal.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/libp
q'
gmake -C main all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/mai
n'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o main.o main.c
/usr/libexec/elf/ld -r -o SUBSYS.o main.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/main
'
gmake -C nodes all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/nod
es'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodeFuncs.o nodeFuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o nodes.o nodes.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o list.o list.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o copyfuncs.o copyfuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o equalfuncs.o equalfuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o makefuncs.o makefuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o outfuncs.o outfuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o readfuncs.o readfuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o print.o print.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o read.o read.c
/usr/libexec/elf/ld -r -o SUBSYS.o nodeFuncs.o nodes.o list.o copyfuncs.o equalfuncs.o makefuncs.o o
utfuncs.o readfuncs.o print.o read.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/node
s'
gmake -C optimizer all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opt
imizer'
gmake -C geqo SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opt
imizer/geqo'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_copy.o geqo_copy.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_eval.o geqo_eval.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_main.o geqo_main.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_misc.o geqo_misc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_mutation.o geqo_mutation.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_pool.o geqo_pool.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_recombination.o geqo_recombination.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_selection.o geqo_selection.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_erx.o geqo_erx.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_pmx.o geqo_pmx.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_cx.o geqo_cx.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_px.o geqo_px.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_ox1.o geqo_ox1.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geqo_ox2.o geqo_ox2.c
/usr/libexec/elf/ld -r -o SUBSYS.o geqo_copy.o geqo_eval.o geqo_main.o geqo_misc.o geqo_mutation.o g
eqo_pool.o geqo_recombination.o geqo_selection.o geqo_erx.o geqo_pmx.o geqo_cx.o geqo_px.o geqo_ox1.
o geqo_ox2.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opti
mizer/geqo'
gmake -C path SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opt
imizer/path'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o allpaths.o allpaths.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o clausesel.o clausesel.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o costsize.o costsize.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o indxpath.o indxpath.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o joinpath.o joinpath.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o joinrels.o joinrels.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o orindxpath.o orindxpath.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o pathkeys.o pathkeys.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o tidpath.o tidpath.c
/usr/libexec/elf/ld -r -o SUBSYS.o allpaths.o clausesel.o costsize.o indxpath.o joinpath.o joinrels.
o orindxpath.o pathkeys.o tidpath.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opti
mizer/path'
gmake -C plan SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opt
imizer/plan'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o createplan.o createplan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o initsplan.o initsplan.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o planmain.o planmain.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o planner.o planner.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o setrefs.o setrefs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o subselect.o subselect.c
/usr/libexec/elf/ld -r -o SUBSYS.o createplan.o initsplan.o planmain.o planner.o setrefs.o subselect
.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opti
mizer/plan'
gmake -C prep SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opt
imizer/prep'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o prepqual.o prepqual.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o preptlist.o preptlist.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o prepunion.o prepunion.c
/usr/libexec/elf/ld -r -o SUBSYS.o prepqual.o preptlist.o prepunion.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opti
mizer/prep'
gmake -C util SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opt
imizer/util'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o restrictinfo.o restrictinfo.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o clauses.o clauses.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o plancat.o plancat.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o joininfo.o joininfo.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o pathnode.o pathnode.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o relnode.o relnode.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o tlist.o tlist.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o var.o var.c
/usr/libexec/elf/ld -r -o SUBSYS.o restrictinfo.o clauses.o plancat.o joininfo.o pathnode.o relnode.
o tlist.o var.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opti
mizer/util'
/usr/libexec/elf/ld -r -o SUBSYS.o geqo/SUBSYS.o path/SUBSYS.o plan/SUBSYS.o prep/SUBSYS.o util/SUBS
YS.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/opti
mizer'
gmake -C port all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/por
t'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o dynloader.o dynloader.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_sema.o pg_sema.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_shmem.o pg_shmem.c
/usr/libexec/elf/ld -r -o SUBSYS.o dynloader.o pg_sema.o pg_shmem.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/port
'
gmake -C postmaster all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/pos
tmaster'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o postmaster.o postmaster.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pgstat.o pgstat.c
/usr/libexec/elf/ld -r -o SUBSYS.o postmaster.o pgstat.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/post
master'
gmake -C regex all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/reg
ex'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -DPOSIX_MISTAKE -c -o regcomp.o regcomp.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -DPOSIX_MISTAKE -c -o regerror.o regerror.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -DPOSIX_MISTAKE -c -o regexec.o regexec.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -DPOSIX_MISTAKE -c -o regfree.o regfree.c
/usr/libexec/elf/ld -r -o SUBSYS.o regcomp.o regerror.o regexec.o regfree.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/rege
x'
gmake -C rewrite all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/rew
rite'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o rewriteRemove.o rewriteRemove.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o rewriteDefine.o rewriteDefine.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o rewriteHandler.o rewriteHandler.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o rewriteManip.o rewriteManip.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o rewriteSupport.o rewriteSupport.c
/usr/libexec/elf/ld -r -o SUBSYS.o rewriteRemove.o rewriteDefine.o rewriteHandler.o rewriteManip.o r
ewriteSupport.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/rewr
ite'
gmake -C storage all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/sto
rage'
gmake -C buffer SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/sto
rage/buffer'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o buf_table.o buf_table.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o buf_init.o buf_init.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o bufmgr.o bufmgr.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o freelist.o freelist.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o localbuf.o localbuf.c
/usr/libexec/elf/ld -r -o SUBSYS.o buf_table.o buf_init.o bufmgr.o freelist.o localbuf.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/stor
age/buffer'
gmake -C file SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/sto
rage/file'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o fd.o fd.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o buffile.o buffile.c
/usr/libexec/elf/ld -r -o SUBSYS.o fd.o buffile.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/stor
age/file'
gmake -C freespace SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/sto
rage/freespace'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o freespace.o freespace.c
/usr/libexec/elf/ld -r -o SUBSYS.o freespace.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/stor
age/freespace'
gmake -C ipc SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/sto
rage/ipc'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o ipc.o ipc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o ipci.o ipci.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o pmsignal.o pmsignal.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o shmem.o shmem.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o shmqueue.o shmqueue.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o sinval.o sinval.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o sinvaladt.o sinvaladt.c
/usr/libexec/elf/ld -r -o SUBSYS.o ipc.o ipci.o pmsignal.o shmem.o shmqueue.o sinval.o sinvaladt.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/stor
age/ipc'
gmake -C large_object SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/sto
rage/large_object'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o inv_api.o inv_api.c
/usr/libexec/elf/ld -r -o SUBSYS.o inv_api.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/stor
age/large_object'
gmake -C lmgr SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/sto
rage/lmgr'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o lmgr.o lmgr.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o lock.o lock.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o proc.o proc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o deadlock.o deadlock.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o lwlock.o lwlock.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o spin.o spin.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o s_lock.o s_lock.c
/usr/libexec/elf/ld -r -o SUBSYS.o lmgr.o lock.o proc.o deadlock.o lwlock.o spin.o s_lock.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/stor
age/lmgr'
gmake -C page SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/sto
rage/page'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o bufpage.o bufpage.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o itemptr.o itemptr.c
/usr/libexec/elf/ld -r -o SUBSYS.o bufpage.o itemptr.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/stor
age/page'
gmake -C smgr SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/sto
rage/smgr'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o md.o md.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o mm.o mm.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o smgr.o smgr.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o smgrtype.o smgrtype.c
/usr/libexec/elf/ld -r -o SUBSYS.o md.o mm.o smgr.o smgrtype.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/stor
age/smgr'
/usr/libexec/elf/ld -r -o SUBSYS.o buffer/SUBSYS.o file/SUBSYS.o freespace/SUBSYS.o ipc/SUBSYS.o lar
ge_object/SUBSYS.o lmgr/SUBSYS.o page/SUBSYS.o smgr/SUBSYS.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/stor
age'
gmake -C tcop all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/tco
p'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o dest.o dest.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o fastpath.o fastpath.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o postgres.o postgres.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pquery.o pquery.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o utility.o utility.c
/usr/libexec/elf/ld -r -o SUBSYS.o dest.o fastpath.o postgres.o pquery.o utility.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/tcop
'
gmake -C utils all
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o fmgrtab.o fmgrtab.c
gmake -C adt SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/adt'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o acl.o acl.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o arrayfuncs.o arrayfuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o arrayutils.o arrayutils.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o bool.o bool.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o cash.o cash.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o char.o char.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o date.o date.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o datetime.o datetime.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o datum.o datum.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o float.o float.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o format_type.o format_type.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geo_ops.o geo_ops.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o geo_selfuncs.o geo_selfuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o int.o int.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o int8.o int8.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o like.o like.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o lockfuncs.o lockfuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o misc.o misc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o nabstime.o nabstime.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o name.o name.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o not_in.o not_in.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o numeric.o numeric.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o numutils.o numutils.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o oid.o oid.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o oracle_compat.o oracle_compat.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o pseudotypes.o pseudotypes.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o regexp.o regexp.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o regproc.o regproc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o ruleutils.o ruleutils.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o selfuncs.o selfuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o sets.o sets.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o tid.o tid.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o timestamp.o timestamp.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o varbit.o varbit.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o varchar.o varchar.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o varlena.o varlena.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o version.o version.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o network.o network.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o mac.o mac.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o inet_net_ntop.o inet_net_ntop.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o inet_net_pton.o inet_net_pton.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o ri_triggers.o ri_triggers.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o pg_lzcompress.o pg_lzcompress.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o pg_locale.o pg_locale.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o formatting.o formatting.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o ascii.o ascii.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o quote.o quote.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o pgstatfuncs.o pgstatfuncs.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o encode.o encode.c
/usr/libexec/elf/ld -r -o SUBSYS.o acl.o arrayfuncs.o arrayutils.o bool.o cash.o char.o date.o datet
ime.o datum.o float.o format_type.o geo_ops.o geo_selfuncs.o int.o int8.o like.o lockfuncs.o misc.o
nabstime.o name.o not_in.o numeric.o numutils.o oid.o oracle_compat.o pseudotypes.o regexp.o regproc
.o ruleutils.o selfuncs.o sets.o tid.o timestamp.o varbit.o varchar.o varlena.o version.o network.o
mac.o inet_net_ntop.o inet_net_pton.o ri_triggers.o pg_lzcompress.o pg_locale.o formatting.o ascii.o
quote.o pgstatfuncs.o encode.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/adt'
gmake -C cache SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/cache'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o catcache.o catcache.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o inval.o inval.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o relcache.o relcache.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o syscache.o syscache.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o lsyscache.o lsyscache.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o fcache.o fcache.c
/usr/libexec/elf/ld -r -o SUBSYS.o catcache.o inval.o relcache.o syscache.o lsyscache.o fcache.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/cache'
gmake -C error SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/error'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o assert.o assert.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o elog.o elog.c
/usr/libexec/elf/ld -r -o SUBSYS.o assert.o elog.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/error'
gmake -C fmgr SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/fmgr'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -DPKGLIBDIR=\"/usr/local/lib/postgresql\" -DDLSUFFIX=\".so\" -c -o dfmgr.o dfmgr.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -DPKGLIBDIR=\"/usr/local/lib/postgresql\" -DDLSUFFIX=\".so\" -c -o fmgr.o fmgr.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -DPKGLIBDIR=\"/usr/local/lib/postgresql\" -DDLSUFFIX=\".so\" -c -o funcapi.o funcapi.c
/usr/libexec/elf/ld -r -o SUBSYS.o dfmgr.o fmgr.o funcapi.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/fmgr'
gmake -C hash SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/hash'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o dynahash.o dynahash.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o hashfn.o hashfn.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o pg_crc.o pg_crc.c
/usr/libexec/elf/ld -r -o SUBSYS.o dynahash.o hashfn.o pg_crc.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/hash'
gmake -C init SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/init'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o findbe.o findbe.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o globals.o globals.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o miscinit.o miscinit.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o postinit.o postinit.c
/usr/libexec/elf/ld -r -o SUBSYS.o findbe.o globals.o miscinit.o postinit.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/init'
gmake -C misc SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/misc'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../../src/include -I/usr/
local/include -c -o database.o database.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../../src/include -I/usr/
local/include -c -o superuser.o superuser.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../../src/include -I/usr/
local/include -c -o guc.o guc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../../../src/include -I/usr/
local/include -c -o ps_status.o ps_status.c
/usr/libexec/elf/ld -r -o SUBSYS.o database.o superuser.o guc.o ps_status.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/misc'
gmake -C mmgr SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mmgr'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o aset.o aset.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o mcxt.o mcxt.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o portalmem.o portalmem.c
/usr/libexec/elf/ld -r -o SUBSYS.o aset.o mcxt.o portalmem.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mmgr'
gmake -C sort SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/sort'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o logtape.o logtape.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o tuplesort.o tuplesort.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o tuplestore.o tuplestore.c
/usr/libexec/elf/ld -r -o SUBSYS.o logtape.o tuplesort.o tuplestore.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/sort'
gmake -C time SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/time'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o tqual.o tqual.c
/usr/libexec/elf/ld -r -o SUBSYS.o tqual.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/time'
gmake -C mb SUBSYS.o
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o encnames.o encnames.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o conv.o conv.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o mbutils.o mbutils.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o wchar.o wchar.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o wstrcmp.o wstrcmp.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -I/usr/loca
l/include -c -o wstrncmp.o wstrncmp.c
/usr/libexec/elf/ld -r -o SUBSYS.o encnames.o conv.o mbutils.o wchar.o wstrcmp.o wstrncmp.o
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb'
/usr/libexec/elf/ld -r -o SUBSYS.o fmgrtab.o adt/SUBSYS.o cache/SUBSYS.o error/SUBSYS.o fmgr/SUBSYS.
o hash/SUBSYS.o init/SUBSYS.o misc/SUBSYS.o mmgr/SUBSYS.o sort/SUBSYS.o time/SUBSYS.o mb/SUBSYS.o
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -L/usr/local/lib -R/usr/local/lib -ex
port-dynamic access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o e
xecutor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SU
BSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o utils/SUBS
YS.o -lintl -lssl -lcrypto -lz -lreadline -lcrypt -lgnugetopt -lcompat -lm -lutil -o postgres
gmake[2]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend'
gmake -C backend/utils/mb/conversion_procs all
gmake[2]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/ascii_and_mic'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o ascii_and_mic.o ascii_and_mic.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
bascii_and_mic.so.0 ascii_and_mic.o -L/usr/local/lib -o libascii_and_mic.so.0
rm -f libascii_and_mic.so
ln -s libascii_and_mic.so.0 libascii_and_mic.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/ascii_and_mic'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/cyrillic_and_mic'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o cyrillic_and_mic.o cyrillic_and_mic.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
bcyrillic_and_mic.so.0 cyrillic_and_mic.o -L/usr/local/lib -o libcyrillic_and_mic.so.0
rm -f libcyrillic_and_mic.so
ln -s libcyrillic_and_mic.so.0 libcyrillic_and_mic.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/cyrillic_and_mic'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/euc_cn_and_mic'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o euc_cn_and_mic.o euc_cn_and_mic.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
beuc_cn_and_mic.so.0 euc_cn_and_mic.o -L/usr/local/lib -o libeuc_cn_and_mic.so.0
rm -f libeuc_cn_and_mic.so
ln -s libeuc_cn_and_mic.so.0 libeuc_cn_and_mic.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/euc_cn_and_mic'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/euc_jp_and_sjis'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o euc_jp_and_sjis.o euc_jp_and_sjis.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
beuc_jp_and_sjis.so.0 euc_jp_and_sjis.o -L/usr/local/lib -o libeuc_jp_and_sjis.so.0
rm -f libeuc_jp_and_sjis.so
ln -s libeuc_jp_and_sjis.so.0 libeuc_jp_and_sjis.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/euc_jp_and_sjis'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/euc_kr_and_mic'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o euc_kr_and_mic.o euc_kr_and_mic.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
beuc_kr_and_mic.so.0 euc_kr_and_mic.o -L/usr/local/lib -o libeuc_kr_and_mic.so.0
rm -f libeuc_kr_and_mic.so
ln -s libeuc_kr_and_mic.so.0 libeuc_kr_and_mic.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/euc_kr_and_mic'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/euc_tw_and_big5'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o big5.o big5.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o euc_tw_and_big5.o euc_tw_and_big5.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
beuc_tw_and_big5.so.0 big5.o euc_tw_and_big5.o -L/usr/local/lib -o libeuc_tw_and_big5.so.0
rm -f libeuc_tw_and_big5.so
ln -s libeuc_tw_and_big5.so.0 libeuc_tw_and_big5.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/euc_tw_and_big5'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/latin2_and_win1250'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o latin2_and_win1250.o latin2_and_win1250.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
blatin2_and_win1250.so.0 latin2_and_win1250.o -L/usr/local/lib -o liblatin2_and_win1250.so.0
rm -f liblatin2_and_win1250.so
ln -s liblatin2_and_win1250.so.0 liblatin2_and_win1250.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/latin2_and_win1250'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/latin_and_mic'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o latin_and_mic.o latin_and_mic.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
blatin_and_mic.so.0 latin_and_mic.o -L/usr/local/lib -o liblatin_and_mic.so.0
rm -f liblatin_and_mic.so
ln -s liblatin_and_mic.so.0 liblatin_and_mic.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/latin_and_mic'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_ascii'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_ascii.o utf8_and_ascii.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_ascii.so.0 utf8_and_ascii.o -L/usr/local/lib -o libutf8_and_ascii.so.0
rm -f libutf8_and_ascii.so
ln -s libutf8_and_ascii.so.0 libutf8_and_ascii.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_ascii'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_big5'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_big5.o utf8_and_big5.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_big5.so.0 utf8_and_big5.o -L/usr/local/lib -o libutf8_and_big5.so.0
rm -f libutf8_and_big5.so
ln -s libutf8_and_big5.so.0 libutf8_and_big5.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_big5'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_cyrillic'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_cyrillic.o utf8_and_cyrillic.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_cyrillic.so.0 utf8_and_cyrillic.o -L/usr/local/lib -o libutf8_and_cyrillic.so.0
rm -f libutf8_and_cyrillic.so
ln -s libutf8_and_cyrillic.so.0 libutf8_and_cyrillic.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_cyrillic'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_euc_cn'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_euc_cn.o utf8_and_euc_cn.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_euc_cn.so.0 utf8_and_euc_cn.o -L/usr/local/lib -o libutf8_and_euc_cn.so.0
rm -f libutf8_and_euc_cn.so
ln -s libutf8_and_euc_cn.so.0 libutf8_and_euc_cn.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_euc_cn'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_euc_jp'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_euc_jp.o utf8_and_euc_jp.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_euc_jp.so.0 utf8_and_euc_jp.o -L/usr/local/lib -o libutf8_and_euc_jp.so.0
rm -f libutf8_and_euc_jp.so
ln -s libutf8_and_euc_jp.so.0 libutf8_and_euc_jp.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_euc_jp'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_euc_kr'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_euc_kr.o utf8_and_euc_kr.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_euc_kr.so.0 utf8_and_euc_kr.o -L/usr/local/lib -o libutf8_and_euc_kr.so.0
rm -f libutf8_and_euc_kr.so
ln -s libutf8_and_euc_kr.so.0 libutf8_and_euc_kr.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_euc_kr'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_euc_tw'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_euc_tw.o utf8_and_euc_tw.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_euc_tw.so.0 utf8_and_euc_tw.o -L/usr/local/lib -o libutf8_and_euc_tw.so.0
rm -f libutf8_and_euc_tw.so
ln -s libutf8_and_euc_tw.so.0 libutf8_and_euc_tw.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_euc_tw'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_gb18030'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_gb18030.o utf8_and_gb18030.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_gb18030.so.0 utf8_and_gb18030.o -L/usr/local/lib -o libutf8_and_gb18030.so.0
rm -f libutf8_and_gb18030.so
ln -s libutf8_and_gb18030.so.0 libutf8_and_gb18030.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_gb18030'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_gbk'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_gbk.o utf8_and_gbk.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_gbk.so.0 utf8_and_gbk.o -L/usr/local/lib -o libutf8_and_gbk.so.0
rm -f libutf8_and_gbk.so
ln -s libutf8_and_gbk.so.0 libutf8_and_gbk.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_gbk'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_iso8859'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_iso8859.o utf8_and_iso8859.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_iso8859.so.0 utf8_and_iso8859.o -L/usr/local/lib -o libutf8_and_iso8859.so.0
rm -f libutf8_and_iso8859.so
ln -s libutf8_and_iso8859.so.0 libutf8_and_iso8859.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_iso8859'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_iso8859_1'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_iso8859_1.o utf8_and_iso8859_1.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_iso8859_1.so.0 utf8_and_iso8859_1.o -L/usr/local/lib -o libutf8_and_iso8859_1.so.0
rm -f libutf8_and_iso8859_1.so
ln -s libutf8_and_iso8859_1.so.0 libutf8_and_iso8859_1.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_iso8859_1'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_johab'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_johab.o utf8_and_johab.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_johab.so.0 utf8_and_johab.o -L/usr/local/lib -o libutf8_and_johab.so.0
rm -f libutf8_and_johab.so
ln -s libutf8_and_johab.so.0 libutf8_and_johab.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_johab'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_sjis'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_sjis.o utf8_and_sjis.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_sjis.so.0 utf8_and_sjis.o -L/usr/local/lib -o libutf8_and_sjis.so.0
rm -f libutf8_and_sjis.so
ln -s libutf8_and_sjis.so.0 libutf8_and_sjis.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_sjis'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_tcvn'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_tcvn.o utf8_and_tcvn.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_tcvn.so.0 utf8_and_tcvn.o -L/usr/local/lib -o libutf8_and_tcvn.so.0
rm -f libutf8_and_tcvn.so
ln -s libutf8_and_tcvn.so.0 libutf8_and_tcvn.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_tcvn'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_uhc'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_uhc.o utf8_and_uhc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_uhc.so.0 utf8_and_uhc.o -L/usr/local/lib -o libutf8_and_uhc.so.0
rm -f libutf8_and_uhc.so
ln -s libutf8_and_uhc.so.0 libutf8_and_uhc.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_uhc'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_win1250'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_win1250.o utf8_and_win1250.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_win1250.so.0 utf8_and_win1250.o -L/usr/local/lib -o libutf8_and_win1250.so.0
rm -f libutf8_and_win1250.so
ln -s libutf8_and_win1250.so.0 libutf8_and_win1250.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_win1250'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_win1256'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_win1256.o utf8_and_win1256.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_win1256.so.0 utf8_and_win1256.o -L/usr/local/lib -o libutf8_and_win1256.so.0
rm -f libutf8_and_win1256.so
ln -s libutf8_and_win1256.so.0 libutf8_and_win1256.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_win1256'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/uti
ls/mb/conversion_procs/utf8_and_win874'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../../../src/i
nclude -I/usr/local/include -c -o utf8_and_win874.o utf8_and_win874.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
butf8_and_win874.so.0 utf8_and_win874.o -L/usr/local/lib -o libutf8_and_win874.so.0
rm -f libutf8_and_win874.so
ln -s libutf8_and_win874.so.0 libutf8_and_win874.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs/utf8_and_win874'
gmake[2]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/util
s/mb/conversion_procs'
gmake -C include all
gmake[2]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/include'
gmake -C interfaces all
gmake[2]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/
libpq'
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/zh_TW.mo po/zh_TW.po
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o fe-auth.o fe-aut
h.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o fe-connect.o fe-
connect.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o fe-exec.o fe-exe
c.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o fe-misc.o fe-mis
c.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o fe-print.o fe-pr
int.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o fe-lobj.o fe-lob
j.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o pqexpbuffer.o pq
expbuffer.c
rm -f dllist.c && ln -s ../../../src/backend/lib/dllist.c .
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o dllist.o dllist.
c
rm -f md5.c && ln -s ../../../src/backend/libpq/md5.c .
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o md5.o md5.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o pqsignal.o pqsig
nal.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o fe-secure.o fe-s
ecure.c
rm -f wchar.c && ln -s ../../../src/backend/utils/mb/wchar.c .
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o wchar.o wchar.c
rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c .
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I. -I../../../src/includ
e -I/usr/local/include -DFRONTEND -DSYSCONFDIR='"/usr/local/etc/postgresql"' -c -o encnames.o encna
mes.c
ar cr libpq.a `lorder fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o pqexpbuffer.o
dllist.o md5.o pqsignal.o fe-secure.o wchar.o encnames.o | tsort`
tsort: cycle in data
tsort: fe-misc.o
tsort: fe-secure.o
tsort: cycle in data
tsort: fe-connect.o
tsort: fe-exec.o
tsort: cycle in data
tsort: fe-auth.o
tsort: fe-connect.o
ranlib libpq.a
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
bpq.so.3 fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o md5.
o pqsignal.o fe-secure.o wchar.o encnames.o -L/usr/local/lib -lintl -lssl -lcrypto -lcrypt -R/usr/l
ocal/lib -o libpq.so.3
rm -f libpq.so
ln -s libpq.so.3 libpq.so
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/l
ibpq'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/
ecpg'
gmake -C include all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/
ecpg/include'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/e
cpg/include'
gmake -C lib all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/
ecpg/lib'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfa
ces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include
-c -o execute.o execute.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfa
ces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include
-c -o typename.o typename.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfa
ces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include
-c -o descriptor.o descriptor.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfa
ces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include
-c -o data.o data.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfa
ces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include
-c -o error.o error.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfa
ces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include
-c -o prepare.o prepare.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfa
ces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include
-c -o memory.o memory.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfa
ces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include
-c -o connect.o connect.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfa
ces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include
-c -o misc.o misc.c
ar cr libecpg.a `lorder execute.o typename.o descriptor.o data.o error.o prepare.o memory.o connect.
o misc.o | tsort`
tsort: cycle in data
tsort: prepare.o
tsort: memory.o
tsort: error.o
tsort: misc.o
tsort: cycle in data
tsort: memory.o
tsort: error.o
tsort: execute.o
tsort: descriptor.o
tsort: connect.o
tsort: cycle in data
tsort: error.o
tsort: memory.o
tsort: cycle in data
tsort: execute.o
tsort: descriptor.o
tsort: error.o
tsort: cycle in data
tsort: execute.o
tsort: data.o
tsort: cycle in data
tsort: execute.o
tsort: descriptor.o
ranlib libecpg.a
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -shared -Wl,-x,-soname,li
becpg.so.3 execute.o typename.o descriptor.o data.o error.o prepare.o memory.o connect.o misc.o -L/u
sr/local/lib -L../../../../src/interfaces/libpq -lpq -R/usr/local/lib -o libecpg.so.3
rm -f libecpg.so
ln -s libecpg.so.3 libecpg.so
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/e
cpg/lib'
gmake -C preproc all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/
ecpg/preproc'
gmake -C ../../../../src/port all
gmake[5]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I./../include -I. -I../..
/../../src/include -I/usr/local/include -DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUD
E_PATH=\"/usr/local/include\" -c -o preproc.o preproc.c
In file included from preproc.y:5571:
pgc.c: In function `yylex':
pgc.c:1273: warning: label `find_rule' defined but not used
preproc.y: At top level:
pgc.c:3115: warning: `yy_flex_realloc' defined but not used
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I./../include -I. -I../..
/../../src/include -I/usr/local/include -DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUD
E_PATH=\"/usr/local/include\" -c -o type.o type.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I./../include -I. -I../..
/../../src/include -I/usr/local/include -DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUD
E_PATH=\"/usr/local/include\" -c -o ecpg.o ecpg.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I./../include -I. -I../..
/../../src/include -I/usr/local/include -DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUD
E_PATH=\"/usr/local/include\" -c -o ecpg_keywords.o ecpg_keywords.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I./../include -I. -I../..
/../../src/include -I/usr/local/include -DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUD
E_PATH=\"/usr/local/include\" -c -o output.o output.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I./../include -I. -I../..
/../../src/include -I/usr/local/include -DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUD
E_PATH=\"/usr/local/include\" -c -o keywords.o keywords.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I./../include -I. -I../..
/../../src/include -I/usr/local/include -DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUD
E_PATH=\"/usr/local/include\" -c -o c_keywords.o c_keywords.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I./../include -I. -I../..
/../../src/include -I/usr/local/include -DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUD
E_PATH=\"/usr/local/include\" -c -o descriptor.o descriptor.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I./../include -I. -I../..
/../../src/include -I/usr/local/include -DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUD
E_PATH=\"/usr/local/include\" -c -o variable.o variable.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -L/usr/local/lib -R/usr/lo
cal/lib preproc.o type.o ecpg.o ecpg_keywords.o output.o keywords.o c_keywords.o ../lib/typename.o d
escriptor.o variable.o -lintl -lssl -lcrypto -lz -lreadline -lcrypt -lgnugetopt -lcompat -lm -lutil
-o ecpg
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/e
cpg/preproc'
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/e
cpg'
gmake[2]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces'
gmake -C bin all
gmake[2]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/initdb'
sed -e 's/@VERSION@/7.3.2/g' \
-e 's,@SHELL@,/bin/sh,g' \
-e 's,@bindir@,/usr/local/bin,g' \
-e 's,@datadir@,/usr/local/share/postgresql,g' \
initdb.sh >initdb
chmod a+x initdb
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/initdb'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/initloc
ation'
cp initlocation.sh initlocation
chmod a+x initlocation
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/initloca
tion'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/ipcclea
n'
cp ipcclean.sh ipcclean
chmod a+x ipcclean
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/ipcclean
'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_ctl'
sed -e 's/@VERSION@/7.3.2/g' \
-e 's,@bindir@,/usr/local/bin,g' \
pg_ctl.sh >pg_ctl
chmod a+x pg_ctl
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_ctl'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_dump
'
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/zh_TW.mo po/zh_TW.po
gmake -C ../../../src/interfaces/libpq all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/
libpq'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/l
ibpq'
gmake -C ../../../src/port all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake -C ../../../src/backend/parser
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/par
ser'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/pars
er'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o pg_dump.o pg_dump.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o common.o common.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o pg_backup_archiver.o pg_ba
ckup_archiver.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o pg_backup_db.o pg_backup_d
b.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o pg_backup_custom.o pg_back
up_custom.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o pg_backup_files.o pg_backu
p_files.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o pg_backup_null.o pg_backup
_null.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o pg_backup_tar.o pg_backup_
tar.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o sprompt.o sprompt.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o dumputils.o dumputils.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations pg_dump.o common.o pg_backup_archiver
.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o sprompt.o du
mputils.o ../../../src/backend/parser/keywords.o -L../../../src/interfaces/libpq -lpq -L/usr/local/l
ib -R/usr/local/lib -lintl -lssl -lcrypto -lz -lreadline -lcrypt -lgnugetopt -lcompat -lm -lutil -o
pg_dump
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o pg_restore.o pg_restore.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations pg_restore.o pg_backup_archiver.o pg_
backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o sprompt.o dumputil
s.o ../../../src/backend/parser/keywords.o -L../../../src/interfaces/libpq -lpq -L/usr/local/lib -R/
usr/local/lib -lintl -lssl -lcrypto -lz -lreadline -lcrypt -lgnugetopt -lcompat -lm -lutil -o pg_re
store
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -DBINDIR=\"/usr/local/bin\" -c -o pg_dumpall.o pg_dumpall.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations pg_dumpall.o dumputils.o sprompt.o ..
/../../src/backend/parser/keywords.o -L../../../src/interfaces/libpq -lpq -L/usr/local/lib -R/usr/lo
cal/lib -lintl -lssl -lcrypto -lz -lreadline -lcrypt -lgnugetopt -lcompat -lm -lutil -o pg_dumpall
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_dump'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_id'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_id.o pg_id.c
pg_id.c: In function `main':
pg_id.c:35: warning: unused variable `optarg'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -L/usr/local/lib -R/usr/local/lib pg_
id.o -lintl -lssl -lcrypto -lz -lreadline -lcrypt -lgnugetopt -lcompat -lm -lutil -o pg_id
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_id'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/psql'
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/zh_TW.mo po/zh_TW.po
gmake -C ../../../src/interfaces/libpq all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/
libpq'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/l
ibpq'
gmake -C ../../../src/port all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o command.o command.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o common.o common.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o help.o help.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o input.o input.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o stringutils.o stringutils.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o mainloop.o mainloop.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o copy.o copy.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o startup.o startup.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o prompt.o prompt.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o variables.o variables.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o large_obj.o large_obj.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o print.o print.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o describe.o describe.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o sprompt.o sprompt.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o tab-complete.o tab-complete.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../
../../src/include -I/usr/local/include -c -o mbprint.o mbprint.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations command.o common.o help.o input.o str
ingutils.o mainloop.o copy.o startup.o prompt.o variables.o large_obj.o print.o describe.o sprompt.o
tab-complete.o mbprint.o -L../../../src/interfaces/libpq -lpq -L/usr/local/lib -R/usr/local/lib -li
ntl -lssl -lcrypto -lz -lreadline -lcrypt -lgnugetopt -lcompat -lm -lutil -o psql
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/psql'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/scripts
'
cp createlang.sh createlang
chmod a+x createlang
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/scripts'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_conf
ig'
sed -e 's,@bindir@,/usr/local/bin,g' \
-e 's,@includedir@,/usr/local/include,g' \
-e 's,@includedir_server@,/usr/local/include/postgresql/server,g' \
-e 's,@libdir@,/usr/local/lib,g' \
-e 's,@pkglibdir@,/usr/local/lib/postgresql,g' \
-e "s|@configure@|'--with-libraries=/usr/local/lib' '--with-includes=/usr/local/include' '--enab
le-nls' '--with-openssl=/usr' '--prefix=/usr/local' 'i386-portbld-freebsd4.8' 'CFLAGS=-O -pipe ' 'ho
st_alias=i386-portbld-freebsd4.8' 'build_alias=i386-portbld-freebsd4.8' 'target_alias=i386-portbld-f
reebsd4.8' 'CC=cc'|g" \
-e 's,@version@,7.3.2,g' \
pg_config.sh >pg_config
chmod a+x pg_config
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_confi
g'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_cont
roldata'
msgfmt -o po/de.mo po/de.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
gmake -C ../../../src/port all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_controldata.o pg_controldata.c
rm -f pg_crc.c && ln -s ../../../src/backend/utils/hash/pg_crc.c .
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_crc.o pg_crc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations pg_controldata.o pg_crc.o -L../../../
src/interfaces/libpq -lpq -L/usr/local/lib -R/usr/local/lib -lintl -lssl -lcrypto -lz -lreadline -lc
rypt -lgnugetopt -lcompat -lm -lutil -o pg_controldata
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_contr
oldata'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_rese
txlog'
msgfmt -o po/de.mo po/de.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
gmake -C ../../../src/port all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_resetxlog.o pg_resetxlog.c
rm -f pg_crc.c && ln -s ../../../src/backend/utils/hash/pg_crc.c .
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_crc.o pg_crc.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations pg_resetxlog.o pg_crc.o -L../../../sr
c/interfaces/libpq -lpq -L/usr/local/lib -R/usr/local/lib -lintl -lssl -lcrypto -lz -lreadline -lcry
pt -lgnugetopt -lcompat -lm -lutil -o pg_resetxlog
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_reset
xlog'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_enco
ding'
gmake -C ../../../src/interfaces/libpq all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/
libpq'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/interfaces/l
ibpq'
gmake -C ../../../src/port all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/port'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -I/usr/local/i
nclude -c -o pg_encoding.o pg_encoding.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations pg_encoding.o -L../../../src/interfac
es/libpq -lpq -L/usr/local/lib -R/usr/local/lib -lintl -lssl -lcrypto -lz -lreadline -lcrypt -lgnuge
topt -lcompat -lm -lutil -o pg_encoding
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin/pg_encod
ing'
gmake[2]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/bin'
gmake -C pl all
gmake[2]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/pl'
gmake[3]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/pl/plpgsql'
gmake -C src all
gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/pl/plpgsql/
src'
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -fpic -DPIC -I. -I../../..
/../src/include -I/usr/local/include -c -o pl_gram.o pl_gram.c
In file included from gram.y:2001:
pl_scan.c: In function `plpgsql_base_yylex':
pl_scan.c:1045: warning: label `find_rule' defined but not used
gram.y: At top level:
pl_scan.c:2384: warning: `yy_flex_realloc' defined but not used
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -fpic -DPIC -I. -I../../..
/../src/include -I/usr/local/include -c -o pl_handler.o pl_handler.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -fpic -DPIC -I. -I../../..
/../src/include -I/usr/local/include -c -o pl_comp.o pl_comp.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -fpic -DPIC -I. -I../../..
/../src/include -I/usr/local/include -c -o pl_exec.o pl_exec.c
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -fpic -DPIC -I. -I../../..
/../src/include -I/usr/local/include -c -o pl_funcs.o pl_funcs.c
ar cr libplpgsql.a `lorder pl_gram.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o | tsort`
tsort: cycle in data
tsort: pl_gram.o
tsort: pl_comp.o
ranlib libplpgsql.a
cc -O -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -fpic -DPIC -shared -Wl,-x
,-soname,libplpgsql.so.1 pl_gram.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o -L/usr/local/lib -o
libplpgsql.so.1
rm -f libplpgsql.so
ln -s libplpgsql.so.1 libplpgsql.so
gmake[4]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/pl/plpgsql/s
rc'
gmake[3]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/pl/plpgsql'
gmake[2]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/pl'
gmake[1]: Leaving directory `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src'
All of PostgreSQL successfully made. Ready to install.