I got early access to the UnixWare 7.1.1b Feature Supplement
UnixWare/OpenServer Development Kit (UDK FS for short). 

PostgreSQL 7.0.2 compiles CLEAN (ish...) and we can now support the
C++ stuff.  

The 3.2 bug in int8.c is GONE. 

Question: Why do we (for UnixWare) force i486 optimization? 

Attached is the configure output, gmake output for analysis by
y'all...

The configure invocation was:

CXXFLAGS=-O ./configure --with-perl --with-CC=cc --with-CXX=CC 
--with-includes=/usr/local/include --with-libs=/usr/local/lib >ler.conf.out 2>&1 & 

-- 
Larry Rosenman                      http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
creating cache ./config.cache
checking host system type... i586-sco-sysv5uw7.1.1
checking echo setting...
checking setting template to... unixware
checking whether to support locale... disabled
checking whether to support cyrillic recode... disabled
checking whether to support multibyte... disabled
checking setting DEF_PGPORT... 5432
checking setting DEF_MAXBACKENDS... 32
checking setting USE_TCL... disabled
checking setting USE_PERL... enabled
checking setting USE_ODBC... disabled
checking setproctitle... disabled
checking setting ASSERT CHECKING... disabled
checking for gcc... cc
checking whether the C compiler (cc -O -K i486,host,inline,loop_unroll,alloca -Dsvr4 ) 
works... yes
checking whether the C compiler (cc -O -K i486,host,inline,loop_unroll,alloca -Dsvr4 ) 
is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
- setting CPPFLAGS=  -I/usr/local/include -I/opt/include
- setting LDFLAGS=  -L/usr/local/lib -L/opt/lib
checking setting debug compiler flag... using default
checking for c++... CC
checking whether the C++ compiler (CC -O   -L/usr/local/lib -L/opt/lib) works... yes
checking whether the C++ compiler (CC -O   -L/usr/local/lib -L/opt/lib) is a 
cross-compiler... no
checking whether we are using GNU C++... no
checking whether CC accepts -g... yes
checking for include <string> in C++... yes
checking for namespace std in C++... yes
checking for a BSD compatible install... /bin/install -c
checking for flex... flex
checking for yywrap in -lfl... yes
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... :
checking for find... /bin/find
checking for tar... /bin/tar
checking for split... /bin/split
checking for etags... /usr/local/bin/etags
checking for xargs... /bin/xargs
checking for gzcat... /usr/local/bin/gzcat
checking for perl... perl
checking for bison... /usr/local/bin/bison
- Using /usr/local/bin/bison -y -d
checking for main in -lsfio... no
checking for main in -lncurses... no
checking for main in -lcurses... yes
checking for main in -ltermcap... yes
checking for main in -lreadline... yes
checking for using_history in -lreadline... yes
checking for main in -lbsd... no
checking for main in -lutil... yes
checking for main in -lm... yes
checking for main in -ldl... yes
checking for main in -lsocket... yes
checking for main in -lnsl... yes
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 -lln... no
checking for main in -lld... yes
checking for main in -lcompat... no
checking for main in -lBSD... no
checking for main in -lcrypt... yes
checking for main in -lgen... yes
checking for main in -lPW... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for arpa/inet.h... yes
checking for crypt.h... yes
checking for dld.h... no
checking for endian.h... no
checking for float.h... yes
checking for fp_class.h... no
checking for getopt.h... no
checking for history.h... yes
checking for ieeefp.h... yes
checking for limits.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for readline.h... yes
checking for readline/history.h... yes
checking for readline/readline.h... yes
checking for sys/select.h... yes
checking for termios.h... yes
checking for unistd.h... yes
checking for values.h... yes
checking for sys/param.h... yes
checking for pwd.h... yes
checking for working const... yes
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... no
checking for tzname... yes
checking for signed types... yes
checking for volatile... yes
checking for type of last arg to accept... size_t
checking for int timezone... yes
checking for gettimeofday args... 2 args
checking for union semun... no
checking for fcntl(F_SETLK)... yes
checking for 8-bit clean memcmp... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for memmove... yes
checking for sysconf... yes
checking for sigprocmask... yes
checking for waitpid... yes
checking for setsid... yes
checking for fcvt... yes
checking for fpclass... yes
checking for fp_class... no
checking for fp_class_d... no
checking for class... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for isinf... yes
checking for getrusage... yes
checking for srandom... yes
checking for gethostname... yes
checking for random... yes
checking for inet_aton... yes
checking for strerror... yes
checking for strdup... yes
checking for strtol... yes
checking for strtoul... yes
checking for strcasecmp... yes
checking for cbrt... yes
checking for rint... yes
checking for filename_completion_function... yes
checking for getopt_long... no
checking for finite... yes
checking for sigsetjmp... yes
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 alignment of short... 2
checking alignment of int... 4
checking alignment of long... 4
checking alignment of long long int... 4
checking alignment of double... 4
checking for POSIX signal interface... yes
checking for tclsh... no
checking for tcl... /bin/tcl
updating cache ./config.cache
creating ./config.status
creating GNUmakefile
creating Makefile.global
creating backend/port/Makefile
creating backend/catalog/genbki.sh
creating backend/utils/Gen_fmgrtab.sh
creating bin/pg_dump/Makefile
creating bin/pg_version/Makefile
creating bin/pgtclsh/mkMakefile.tcldefs.sh
creating bin/pgtclsh/mkMakefile.tkdefs.sh
creating bin/psql/Makefile
creating include/version.h
creating interfaces/libpq/Makefile
creating interfaces/ecpg/lib/Makefile
creating interfaces/ecpg/preproc/Makefile
creating interfaces/libpq++/Makefile
creating interfaces/libpgeasy/Makefile
creating interfaces/libpgtcl/Makefile
creating interfaces/odbc/GNUmakefile
creating interfaces/odbc/Makefile.global
creating pl/plpgsql/src/Makefile
creating pl/plpgsql/src/mklang.sql
creating pl/tcl/mkMakefile.tcldefs.sh
creating test/regress/GNUmakefile
creating include/config.h
linking ./backend/port/dynloader/unixware.c to backend/port/dynloader.c
linking ./backend/port/dynloader/unixware.h to include/dynloader.h
linking ./include/port/unixware.h to include/os.h
linking ./makefiles/Makefile.unixware to Makefile.port
linking ./backend/port/tas/dummy.s to backend/port/tas.s
linking ./include/port to interfaces/odbc/port
linking ./makefiles to interfaces/odbc/makefiles
linking ./template to interfaces/odbc/template
linking ./include/config.h to interfaces/odbc/config.h
gmake -C utils all
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/utils'
cc -I../include -I../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4   -c -o version.o version.c
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/utils'
gmake -C backend all
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/backend'
gmake -C utils fmgr.h
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/utils'
sh  Gen_fmgrtab.sh ../../include/catalog/pg_proc.h
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils'
cp utils/fmgr.h .
gmake -C access all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/access'
gmake -C common  SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/common'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o heaptuple.o heaptuple.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o indextuple.o indextuple.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o indexvalid.o indexvalid.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o printtup.o printtup.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o scankey.o scankey.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o tupdesc.o tupdesc.c
ld -r -o SUBSYS.o heaptuple.o indextuple.o indexvalid.o printtup.o scankey.o tupdesc.o 
 
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/common'
gmake -C gist    SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/gist'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o gist.o gist.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o gistget.o gistget.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o gistscan.o gistscan.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o giststrat.o giststrat.c
ld -r -o SUBSYS.o gist.o gistget.o gistscan.o giststrat.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/gist'
gmake -C hash    SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/hash'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hash.o hash.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hashfunc.o hashfunc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hashinsert.o hashinsert.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hashovfl.o hashovfl.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hashpage.o hashpage.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hashscan.o hashscan.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hashsearch.o hashsearch.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hashstrat.o hashstrat.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hashutil.o hashutil.c
ld -r -o SUBSYS.o hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashscan.o 
hashsearch.o hashstrat.o hashutil.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/hash'
gmake -C heap    SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/heap'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o heapam.o heapam.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o hio.o hio.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o stats.o stats.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o tuptoaster.o tuptoaster.c
ld -r -o SUBSYS.o heapam.o hio.o stats.o tuptoaster.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/heap'
gmake -C index   SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/index'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o genam.o genam.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o indexam.o indexam.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o istrat.o istrat.c
ld -r -o SUBSYS.o genam.o indexam.o istrat.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/index'
gmake -C rtree   SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/rtree'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o rtget.o rtget.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o rtproc.o rtproc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o rtree.o rtree.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o rtscan.o rtscan.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o rtstrat.o rtstrat.c
ld -r -o SUBSYS.o rtget.o rtproc.o rtree.o rtscan.o rtstrat.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/rtree'
gmake -C nbtree  SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/nbtree'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o nbtcompare.o nbtcompare.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o nbtinsert.o nbtinsert.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o nbtpage.o nbtpage.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o nbtree.o nbtree.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o nbtscan.o nbtscan.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o nbtsearch.o nbtsearch.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o nbtstrat.o nbtstrat.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o nbtutils.o nbtutils.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o nbtsort.o nbtsort.c
ld -r -o SUBSYS.o nbtcompare.o nbtinsert.o nbtpage.o nbtree.o nbtscan.o nbtsearch.o 
nbtstrat.o nbtutils.o nbtsort.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/nbtree'
gmake -C transam SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/transam'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o transam.o transam.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o transsup.o transsup.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o varsup.o varsup.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o xact.o xact.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o xid.o xid.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o xlog.o xlog.c
UX:acomp: WARNING: "xlog.c", line 615: statement not reached
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..    -c -o rmgr.o rmgr.c
ld -r -o SUBSYS.o transam.o transsup.o varsup.o xact.o xid.o xlog.o rmgr.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/transam'
ld -r -o SUBSYS.o common/SUBSYS.o gist/SUBSYS.o hash/SUBSYS.o heap/SUBSYS.o 
index/SUBSYS.o rtree/SUBSYS.o nbtree/SUBSYS.o transam/SUBSYS.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/access'
gmake -C bootstrap all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/bootstrap'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o bootparse.o bootparse.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o bootscanner.o bootscanner.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o bootstrap.o bootstrap.c
ld -r -o SUBSYS.o bootparse.o bootscanner.o bootstrap.o 
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/bootstrap'
gmake -C catalog all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/catalog'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o catalog.o catalog.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o heap.o heap.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o index.o index.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o indexing.o indexing.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o aclchk.o aclchk.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o pg_aggregate.o pg_aggregate.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o pg_operator.o pg_operator.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o pg_proc.o pg_proc.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o pg_type.o pg_type.c
ld -r -o SUBSYS.o catalog.o heap.o index.o indexing.o aclchk.o pg_aggregate.o 
pg_operator.o pg_proc.o pg_type.o
sh  ./genbki.sh  ../../include/catalog/pg_database.h 
../../include/catalog/pg_variable.h ../../include/catalog/pg_shadow.h 
../../include/catalog/pg_group.h ../../include/catalog/pg_log.h > global1.bki.source 
2>global1.description
sh  ./genbki.sh  ../../include/catalog/pg_proc.h ../../include/catalog/pg_type.h 
../../include/catalog/pg_attribute.h ../../include/catalog/pg_class.h 
../../include/catalog/pg_inherits.h ../../include/catalog/pg_index.h 
../../include/catalog/pg_statistic.h ../../include/catalog/pg_operator.h 
../../include/catalog/pg_opclass.h ../../include/catalog/pg_am.h 
../../include/catalog/pg_amop.h ../../include/catalog/pg_amproc.h 
../../include/catalog/pg_language.h ../../include/catalog/pg_aggregate.h 
../../include/catalog/pg_ipl.h ../../include/catalog/pg_inheritproc.h 
../../include/catalog/pg_rewrite.h ../../include/catalog/pg_listener.h 
../../include/catalog/pg_description.h ../../include/catalog/indexing.h > 
local1_template1.bki.source 2>local1_template1.description
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/catalog'
gmake -C commands all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/commands'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o async.o async.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o creatinh.o creatinh.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o command.o command.c
gmake -C .. parse.h
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend'
cp parser/parse.h .
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o comment.o comment.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o copy.o copy.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o indexcmds.o indexcmds.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o define.o define.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o remove.o remove.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o rename.o rename.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o vacuum.o vacuum.c
UX:acomp: WARNING: "vacuum.c", line 1512: end-of-loop code not reached
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o view.o view.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o cluster.o cluster.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o explain.o explain.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o sequence.o sequence.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o trigger.o trigger.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o user.o user.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o proclang.o proclang.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o dbcommands.o dbcommands.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o variable.o variable.c
ld -r -o SUBSYS.o async.o creatinh.o command.o comment.o copy.o indexcmds.o define.o 
remove.o rename.o vacuum.o view.o cluster.o explain.o sequence.o trigger.o user.o 
proclang.o dbcommands.o variable.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/commands'
gmake -C executor all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/executor'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o execAmi.o execAmi.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o execFlatten.o execFlatten.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o execJunk.o execJunk.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o execMain.o execMain.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o execProcnode.o execProcnode.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o execQual.o execQual.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o execScan.o execScan.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o execTuples.o execTuples.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o execUtils.o execUtils.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o functions.o functions.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeAppend.o nodeAppend.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeAgg.o nodeAgg.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeHash.o nodeHash.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeHashjoin.o nodeHashjoin.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeIndexscan.o nodeIndexscan.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeMaterial.o nodeMaterial.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeMergejoin.o nodeMergejoin.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeNestloop.o nodeNestloop.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeResult.o nodeResult.c
UX:acomp: WARNING: "nodeResult.c", line 169: end-of-loop code not reached
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeSeqscan.o nodeSeqscan.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeSort.o nodeSort.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeUnique.o nodeUnique.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeGroup.o nodeGroup.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o spi.o spi.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeSubplan.o nodeSubplan.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeTidscan.o nodeTidscan.c
ld -r -o SUBSYS.o execAmi.o execFlatten.o execJunk.o execMain.o execProcnode.o 
execQual.o execScan.o execTuples.o execUtils.o functions.o nodeAppend.o nodeAgg.o 
nodeHash.o nodeHashjoin.o nodeIndexscan.o nodeMaterial.o nodeMergejoin.o 
nodeNestloop.o nodeResult.o nodeSeqscan.o nodeSort.o nodeUnique.o nodeGroup.o spi.o 
nodeSubplan.o nodeTidscan.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/executor'
gmake -C lib all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/lib'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..    -c -o bit.o bit.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..    -c -o fstack.o fstack.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..    -c -o hasht.o hasht.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..    -c -o lispsort.o lispsort.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..    -c -o stringinfo.o stringinfo.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..    -c -o dllist.o dllist.c
ld -r -o SUBSYS.o bit.o fstack.o hasht.o lispsort.o stringinfo.o dllist.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/lib'
gmake -C libpq all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/libpq'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o be-dumpdata.o be-dumpdata.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o be-fsstubs.o be-fsstubs.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o be-pqexec.o be-pqexec.c
UX:acomp: WARNING: "be-pqexec.c", line 408: statement not reached
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o portal.o portal.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o portalbuf.o portalbuf.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o auth.o auth.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o hba.o hba.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o crypt.o crypt.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o password.o password.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o pqcomm.o pqcomm.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o pqformat.o pqformat.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o pqpacket.o pqpacket.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o pqsignal.o pqsignal.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o util.o util.c
ld -r -o SUBSYS.o be-dumpdata.o be-fsstubs.o be-pqexec.o portal.o portalbuf.o auth.o 
hba.o crypt.o password.o pqcomm.o pqformat.o pqpacket.o pqsignal.o util.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/libpq'
gmake -C main all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/main'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o main.o main.c
ld -r -o SUBSYS.o main.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/main'
gmake -C parser all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/parser'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o analyze.o analyze.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o gram.o gram.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o keywords.o keywords.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parser.o parser.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_agg.o parse_agg.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_clause.o parse_clause.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_expr.o parse_expr.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_func.o parse_func.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_node.o parse_node.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_oper.o parse_oper.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_relation.o 
parse_relation.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_type.o parse_type.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_coerce.o parse_coerce.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o parse_target.o parse_target.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o scan.o scan.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o scansup.o scansup.c
ld -r -o SUBSYS.o analyze.o gram.o keywords.o parser.o parse_agg.o parse_clause.o 
parse_expr.o parse_func.o parse_node.o parse_oper.o parse_relation.o parse_type.o 
parse_coerce.o parse_target.o scan.o scansup.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/parser'
gmake -C nodes all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/nodes'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodeFuncs.o nodeFuncs.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o nodes.o nodes.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o list.o list.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o copyfuncs.o copyfuncs.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o equalfuncs.o equalfuncs.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o freefuncs.o freefuncs.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o makefuncs.o makefuncs.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o outfuncs.o outfuncs.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o readfuncs.o readfuncs.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o print.o print.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o read.o read.c
ld -r -o SUBSYS.o nodeFuncs.o nodes.o list.o copyfuncs.o equalfuncs.o freefuncs.o 
makefuncs.o outfuncs.o readfuncs.o print.o read.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/nodes'
gmake -C optimizer all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer'
for i in path plan prep util geqo; do gmake -C $i SUBSYS.o; done
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/path'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o allpaths.o allpaths.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o clausesel.o clausesel.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o costsize.o costsize.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o indxpath.o indxpath.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o joinpath.o joinpath.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o joinrels.o joinrels.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o orindxpath.o orindxpath.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o pathkeys.o pathkeys.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o tidpath.o tidpath.c
ld -r -o SUBSYS.o allpaths.o clausesel.o costsize.o indxpath.o joinpath.o joinrels.o 
orindxpath.o pathkeys.o tidpath.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/path'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/plan'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o createplan.o createplan.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o initsplan.o initsplan.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o planmain.o planmain.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o planner.o planner.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o setrefs.o setrefs.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o subselect.o subselect.c
ld -r -o SUBSYS.o createplan.o initsplan.o planmain.o planner.o setrefs.o subselect.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/plan'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/prep'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o prepqual.o prepqual.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o preptlist.o preptlist.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o prepunion.o prepunion.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o prepkeyset.o prepkeyset.c
ld -r -o SUBSYS.o prepqual.o preptlist.o prepunion.o prepkeyset.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/prep'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/util'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o restrictinfo.o 
restrictinfo.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o clauses.o clauses.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o indexnode.o indexnode.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o plancat.o plancat.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o joininfo.o joininfo.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o pathnode.o pathnode.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o relnode.o relnode.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o tlist.o tlist.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o var.o var.c
ld -r -o SUBSYS.o restrictinfo.o clauses.o indexnode.o plancat.o joininfo.o pathnode.o 
relnode.o tlist.o var.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/util'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/geqo'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_copy.o geqo_copy.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_eval.o geqo_eval.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_main.o geqo_main.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_misc.o geqo_misc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_params.o geqo_params.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_pool.o geqo_pool.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_recombination.o 
geqo_recombination.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_selection.o 
geqo_selection.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_erx.o geqo_erx.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_pmx.o geqo_pmx.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_cx.o geqo_cx.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_px.o geqo_px.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_ox1.o geqo_ox1.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geqo_ox2.o geqo_ox2.c
ld -r -o SUBSYS.o geqo_copy.o geqo_eval.o geqo_main.o geqo_misc.o geqo_params.o 
geqo_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[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/geqo'
ld -r -o SUBSYS.o path/SUBSYS.o plan/SUBSYS.o prep/SUBSYS.o util/SUBSYS.o geqo/SUBSYS.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer'
gmake -C port all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/port'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o dynloader.o dynloader.c
UX:acomp: WARNING: "dynloader.c", line 5: empty translation unit
ld -r -o SUBSYS.o dynloader.o      
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/port'
gmake -C postmaster all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/postmaster'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o postmaster.o postmaster.c
ld -r -o SUBSYS.o postmaster.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/postmaster'
gmake -C regex all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/regex'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I.. -DPOSIX_MISTAKE    -c -o regcomp.o 
regcomp.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I.. -DPOSIX_MISTAKE    -c -o regerror.o 
regerror.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I.. -DPOSIX_MISTAKE    -c -o regexec.o 
regexec.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I.. -DPOSIX_MISTAKE    -c -o regfree.o 
regfree.c
ld -r -o SUBSYS.o regcomp.o regerror.o regexec.o regfree.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/regex'
gmake -C rewrite all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/rewrite'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o rewriteRemove.o rewriteRemove.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o rewriteDefine.o rewriteDefine.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o rewriteHandler.o 
rewriteHandler.c
UX:acomp: WARNING: "rewriteHandler.c", line 1988: statement not reached
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o rewriteManip.o rewriteManip.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o rewriteSupport.o 
rewriteSupport.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o locks.o locks.c
ld -r -o SUBSYS.o rewriteRemove.o rewriteDefine.o rewriteHandler.o rewriteManip.o 
rewriteSupport.o locks.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/rewrite'
gmake -C storage all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/storage'
for i in buffer file ipc large_object lmgr page smgr; do gmake -C $i SUBSYS.o; done
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/buffer'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o buf_table.o buf_table.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o buf_init.o buf_init.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o bufmgr.o bufmgr.c
UX:acomp: WARNING: "bufmgr.c", line 1257: argument #1 incompatible with prototype: 
tas()
UX:acomp: WARNING: "bufmgr.c", line 2262: argument #1 incompatible with prototype: 
tas()
UX:acomp: WARNING: "bufmgr.c", line 2311: argument #1 incompatible with prototype: 
tas()
UX:acomp: WARNING: "bufmgr.c", line 2347: argument #1 incompatible with prototype: 
tas()
UX:acomp: WARNING: "bufmgr.c", line 2379: argument #1 incompatible with prototype: 
tas()
UX:acomp: WARNING: "bufmgr.c", line 2448: argument #1 incompatible with prototype: 
tas()
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o freelist.o freelist.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o localbuf.o localbuf.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o s_lock.o s_lock.c
UX:acomp: WARNING: "s_lock.c", line 74: argument #1 incompatible with prototype: tas()
ld -r -o SUBSYS.o buf_table.o buf_init.o bufmgr.o freelist.o localbuf.o s_lock.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/buffer'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/file'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o fd.o fd.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o buffile.o buffile.c
ld -r -o SUBSYS.o fd.o buffile.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/file'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/ipc'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o ipc.o ipc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o ipci.o ipci.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o shmem.o shmem.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o shmqueue.o shmqueue.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o sinval.o sinval.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o sinvaladt.o sinvaladt.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o spin.o spin.c
UX:acomp: WARNING: "spin.c", line 111: argument #1 incompatible with prototype: tas()
UX:acomp: WARNING: "spin.c", line 116: argument #1 incompatible with prototype: tas()
UX:acomp: WARNING: "spin.c", line 117: argument #1 incompatible with prototype: tas()
UX:acomp: WARNING: "spin.c", line 127: argument #1 incompatible with prototype: tas()
UX:acomp: WARNING: "spin.c", line 162: argument #1 incompatible with prototype: tas()
UX:acomp: WARNING: "spin.c", line 173: argument #1 incompatible with prototype: tas()
ld -r -o SUBSYS.o ipc.o ipci.o shmem.o shmqueue.o sinval.o sinvaladt.o spin.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/ipc'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/large_object'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o inv_api.o inv_api.c
ld -r -o SUBSYS.o inv_api.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/large_object'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/lmgr'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o lmgr.o lmgr.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o lock.o lock.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o proc.o proc.c
ld -r -o SUBSYS.o lmgr.o lock.o proc.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/lmgr'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/page'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o bufpage.o bufpage.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o itemptr.o itemptr.c
ld -r -o SUBSYS.o bufpage.o itemptr.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/page'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/smgr'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o md.o md.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o mm.o mm.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o smgr.o smgr.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o smgrtype.o smgrtype.c
ld -r -o SUBSYS.o md.o mm.o smgr.o smgrtype.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/smgr'
ld -r -o SUBSYS.o buffer/SUBSYS.o file/SUBSYS.o ipc/SUBSYS.o large_object/SUBSYS.o 
lmgr/SUBSYS.o page/SUBSYS.o smgr/SUBSYS.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage'
gmake -C tcop all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/tcop'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o dest.o dest.c
UX:acomp: WARNING: "dest.c", line 244: statement not reached
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o fastpath.o fastpath.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o postgres.o postgres.c
UX:acomp: WARNING: "postgres.c", line 256: end-of-loop code not reached
UX:acomp: WARNING: "postgres.c", line 1647: statement not reached
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o pquery.o pquery.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..   -c -o utility.o utility.c
ld -r -o SUBSYS.o dest.o fastpath.o postgres.o pquery.o utility.o
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/tcop'
gmake -C utils all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/utils'
for i in adt cache error fmgr hash init misc mmgr sort time; do gmake -C $i SUBSYS.o; 
done
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/adt'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o acl.o acl.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o arrayfuncs.o arrayfuncs.c
UX:acomp: WARNING: "arrayfuncs.c", line 785: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 832: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 850: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 871: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 877: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 879: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 898: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 922: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 954: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 961: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 964: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 1094: end-of-loop code not reached
UX:acomp: WARNING: "arrayfuncs.c", line 1227: end-of-loop code not reached
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o arrayutils.o arrayutils.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o bool.o bool.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o cash.o cash.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o char.o char.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o chunk.o chunk.c
UX:acomp: WARNING: "chunk.c", line 509: end-of-loop code not reached
UX:acomp: WARNING: "chunk.c", line 530: end-of-loop code not reached
UX:acomp: WARNING: "chunk.c", line 542: end-of-loop code not reached
UX:acomp: WARNING: "chunk.c", line 554: end-of-loop code not reached
UX:acomp: WARNING: "chunk.c", line 561: end-of-loop code not reached
UX:acomp: WARNING: "chunk.c", line 567: end-of-loop code not reached
UX:acomp: WARNING: "chunk.c", line 679: end-of-loop code not reached
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o date.o date.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o datetime.o datetime.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o datum.o datum.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o filename.o filename.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o float.o float.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geo_ops.o geo_ops.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o geo_selfuncs.o 
geo_selfuncs.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o int.o int.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o int8.o int8.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o like.o like.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o lztext.o lztext.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o misc.o misc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o nabstime.o nabstime.c
UX:acomp: WARNING: "nabstime.c", line 723: statement not reached
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o name.o name.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o not_in.o not_in.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o numeric.o numeric.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o numutils.o numutils.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o oid.o oid.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o oracle_compat.o 
oracle_compat.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o regexp.o regexp.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o regproc.o regproc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o ruleutils.o ruleutils.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o selfuncs.o selfuncs.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o sets.o sets.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o tid.o tid.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o timestamp.o timestamp.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o varbit.o varbit.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o varchar.o varchar.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o varlena.o varlena.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o version.o version.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o network.o network.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o mac.o mac.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o inet_net_ntop.o 
inet_net_ntop.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o inet_net_pton.o 
inet_net_pton.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o ri_triggers.o ri_triggers.c
UX:acomp: WARNING: "ri_triggers.c", line 468: statement not reached
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o pg_lzcompress.o 
pg_lzcompress.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o pg_locale.o pg_locale.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o formatting.o formatting.c
UX:acomp: WARNING: "formatting.c", line 1290: statement not reached
UX:acomp: WARNING: "formatting.c", line 2333: statement not reached
UX:acomp: WARNING: "formatting.c", line 3840: statement not reached
ld -r -o SUBSYS.o acl.o arrayfuncs.o arrayutils.o bool.o cash.o char.o chunk.o date.o 
datetime.o datum.o filename.o float.o geo_ops.o geo_selfuncs.o int.o int8.o like.o 
lztext.o misc.o nabstime.o name.o not_in.o numeric.o numutils.o oid.o oracle_compat.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
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/adt'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/cache'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o catcache.o catcache.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o inval.o inval.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o rel.o rel.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o relcache.o relcache.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o syscache.o syscache.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o lsyscache.o lsyscache.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o fcache.o fcache.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o temprel.o temprel.c
ld -r -o SUBSYS.o catcache.o inval.o rel.o relcache.o syscache.o lsyscache.o fcache.o 
temprel.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/cache'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/error'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o assert.o assert.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o elog.o elog.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o exc.o exc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o excabort.o excabort.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o excid.o excid.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o format.o format.c
ld -r -o SUBSYS.o assert.o elog.o exc.o excabort.o excid.o format.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/error'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/fmgr'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o dfmgr.o dfmgr.c
UX:acomp: WARNING: "dfmgr.c", line 35: initializer does not fit: -1
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o fmgr.o fmgr.c
ld -r -o SUBSYS.o dfmgr.o fmgr.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/fmgr'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/hash'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o dynahash.o dynahash.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o hashfn.o hashfn.c
ld -r -o SUBSYS.o dynahash.o hashfn.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/hash'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/init'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o enbl.o enbl.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o findbe.o findbe.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o globals.o globals.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o miscinit.o miscinit.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o postinit.o postinit.c
ld -r -o SUBSYS.o enbl.o findbe.o globals.o miscinit.o postinit.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/init'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/misc'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o database.o database.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o superuser.o superuser.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o trace.o trace.c
ld -r -o SUBSYS.o database.o superuser.o trace.o 
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/misc'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/mmgr'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o aset.o aset.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o mcxt.o mcxt.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o palloc.o palloc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o portalmem.o portalmem.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o oset.o oset.c
ld -r -o SUBSYS.o aset.o mcxt.o palloc.o portalmem.o oset.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/mmgr'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/sort'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o logtape.o logtape.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o tuplesort.o tuplesort.c
ld -r -o SUBSYS.o logtape.o tuplesort.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/sort'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/time'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../..   -c -o tqual.o tqual.c
ld -r -o SUBSYS.o tqual.o
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/time'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I..    -c -o fmgrtab.o fmgrtab.c
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
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils'
cc -I../include -I../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -o postgres access/SUBSYS.o 
bootstrap/SUBSYS.o catalog/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o 
libpq/SUBSYS.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o 
port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o 
tcop/SUBSYS.o utils/SUBSYS.o  ../utils/version.o -L/usr/local/lib -L/opt/lib -lgen 
-lcrypt -lld -lnsl -lsocket -ldl -lm -lutil -lreadline -ltermcap -lcurses  -Wl,-Bexport
cp catalog/global1.bki.source .
cp catalog/local1_template1.bki.source .
cp catalog/global1.description .
cp catalog/local1_template1.description .
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/backend'
gmake -C interfaces all
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/interfaces'
gmake -C libpq all
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces/libpq'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -DFRONTEND -K PIC   -c -o fe-auth.o 
fe-auth.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -DFRONTEND -K PIC   -c -o fe-connect.o 
fe-connect.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -DFRONTEND -K PIC   -c -o fe-exec.o 
fe-exec.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -DFRONTEND -K PIC   -c -o fe-misc.o 
fe-misc.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -DFRONTEND -K PIC   -c -o fe-print.o 
fe-print.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -DFRONTEND -K PIC   -c -o fe-lobj.o 
fe-lobj.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -DFRONTEND -K PIC   -c -o pqexpbuffer.o 
pqexpbuffer.c
ln -s ../../backend/lib/dllist.c .
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -DFRONTEND -K PIC   -c -o dllist.o dllist.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -DFRONTEND -K PIC   -c -o pqsignal.o 
pqsignal.c
ar crs 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 pqsignal.o   | tsort`
UX:tsort: WARNING: Cycle in data
UX:tsort: INFO:         fe-connect.o
UX:tsort: INFO:         fe-auth.o
UX:tsort: WARNING: Cycle in data
UX:tsort: INFO:         fe-exec.o
UX:tsort: INFO:         fe-connect.o
: libpq.a
ld -G -z text -o libpq.so.2.1 fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o 
fe-lobj.o pqexpbuffer.o dllist.o pqsignal.o   -lcrypt
if [ "libpq.so.2.1" != "libpq.so.2" ]; then \
        rm -f libpq.so.2; \
        ln -s libpq.so.2.1 libpq.so.2; \
fi
if [ "libpq.so.2.1" != "libpq.so" ]; then \
        rm -f libpq.so; \
        ln -s libpq.so.2.1 libpq.so; \
fi
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/libpq'
gmake -C ecpg all
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces/ecpg'
gmake -C include all
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/ecpg/include'
Nothing to be done.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/ecpg/include'
gmake -C lib all
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/ecpg/lib'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -I../../../interfaces/libpq -K 
PIC   -c -o execute.o execute.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -I../../../interfaces/libpq -K 
PIC   -c -o typename.o typename.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -I../../../interfaces/libpq -K 
PIC   -c -o descriptor.o descriptor.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -I../../../interfaces/libpq -K 
PIC   -c -o data.o data.c
UX:acomp: WARNING: "data.c", line 96: statement not reached
UX:acomp: WARNING: "data.c", line 130: statement not reached
UX:acomp: WARNING: "data.c", line 171: statement not reached
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -I../../../interfaces/libpq -K 
PIC   -c -o error.o error.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -I../../../interfaces/libpq -K 
PIC   -c -o prepare.o prepare.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -I../../../interfaces/libpq -K 
PIC   -c -o memory.o memory.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -I../../../interfaces/libpq -K 
PIC   -c -o connect.o connect.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -I../../../interfaces/libpq -K 
PIC   -c -o misc.o misc.c
ar crs libecpg.a `lorder execute.o typename.o descriptor.o data.o error.o prepare.o 
memory.o connect.o misc.o | tsort`
UX:tsort: WARNING: Cycle in data
UX:tsort: INFO:         prepare.o
UX:tsort: INFO:         misc.o
UX:tsort: INFO:         execute.o
UX:tsort: WARNING: Cycle in data
UX:tsort: INFO:         data.o
UX:tsort: INFO:         execute.o
: libecpg.a
ld -G -z text -o libecpg.so.3.1.1 execute.o typename.o descriptor.o data.o error.o 
prepare.o memory.o connect.o misc.o -L../../../interfaces/libpq -lpq
if [ "libecpg.so.3.1.1" != "libecpg.so.3" ]; then \
        rm -f libecpg.so.3; \
        ln -s libecpg.so.3.1.1 libecpg.so.3; \
fi
if [ "libecpg.so.3.1.1" != "libecpg.so" ]; then \
        rm -f libecpg.so; \
        ln -s libecpg.so.3.1.1 libecpg.so; \
fi
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/ecpg/lib'
gmake -C preproc all
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/ecpg/preproc'
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
preproc.o preproc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
pgc.o pgc.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
type.o type.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
ecpg.o ecpg.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
ecpg_keywords.o ecpg_keywords.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
output.o output.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
keywords.o keywords.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
c_keywords.o c_keywords.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
descriptor.o descriptor.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../include -DMAJOR_VERSION=2 
-DMINOR_VERSION=7 -DPATCHLEVEL=1 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"    -c -o 
variable.o variable.c
cc -o ecpg preproc.o pgc.o type.o ecpg.o ecpg_keywords.o output.o keywords.o 
c_keywords.o ../lib/typename.o descriptor.o variable.o  -L/usr/local/lib -L/opt/lib 
-lgen -lcrypt -lld -lnsl -lsocket -ldl -lm -lutil -lreadline -ltermcap -lcurses  
-Wl,-Bexport
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/ecpg/preproc'
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/ecpg'
gmake -C libpq++ all
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces/libpq++'
CC -O -I../../backend -I../../include -I../../interfaces/libpq -Xw -K PIC   -c -o 
pgconnection.o pgconnection.cc
CC -O -I../../backend -I../../include -I../../interfaces/libpq -Xw -K PIC   -c -o 
pgdatabase.o pgdatabase.cc
CC -O -I../../backend -I../../include -I../../interfaces/libpq -Xw -K PIC   -c -o 
pgtransdb.o pgtransdb.cc
CC -O -I../../backend -I../../include -I../../interfaces/libpq -Xw -K PIC   -c -o 
pgcursordb.o pgcursordb.cc
CC -O -I../../backend -I../../include -I../../interfaces/libpq -Xw -K PIC   -c -o 
pglobject.o pglobject.cc
ar crs libpq++.a `lorder pgconnection.o pgdatabase.o pgtransdb.o pgcursordb.o 
pglobject.o  | tsort`
: libpq++.a
ld -G -z text -o libpq++.so.3.1 pgconnection.o pgdatabase.o pgtransdb.o pgcursordb.o 
pglobject.o  -L../../interfaces/libpq -lpq
if [ "libpq++.so.3.1" != "libpq++.so.3" ]; then \
        rm -f libpq++.so.3; \
        ln -s libpq++.so.3.1 libpq++.so.3; \
fi
if [ "libpq++.so.3.1" != "libpq++.so" ]; then \
        rm -f libpq++.so; \
        ln -s libpq++.so.3.1 libpq++.so; \
fi
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/libpq++'
gmake -C libpgeasy all
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces/libpgeasy'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq -K PIC   -c -o 
libpgeasy.o libpgeasy.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq -K PIC   -c -o 
halt.o halt.c
ar crs libpgeasy.a `lorder libpgeasy.o halt.o | tsort`
: libpgeasy.a
ld -G -z text -o libpgeasy.so.2.1 libpgeasy.o halt.o -L../../interfaces/libpq -lpq 
-lcrypt
if [ "libpgeasy.so.2.1" != "libpgeasy.so.2" ]; then \
        rm -f libpgeasy.so.2; \
        ln -s libpgeasy.so.2.1 libpgeasy.so.2; \
fi
if [ "libpgeasy.so.2.1" != "libpgeasy.so" ]; then \
        rm -f libpgeasy.so; \
        ln -s libpgeasy.so.2.1 libpgeasy.so; \
fi
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/libpgeasy'
if [ "all" = "install" ]; then \
        gmake -w install-perl5; \
else \
        gmake -w perl5/Makefile; \
        gmake -w -C perl5 all; \
fi
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces'
cd perl5 && perl Makefile.PL POLLUTE=1
Checking if your kit is complete...
Looks good
'POLLUTE' is not a known MakeMaker parameter name.
Writing Makefile for Pg
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces/perl5'
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Pg
mkdir blib/lib/auto
mkdir blib/lib/auto/Pg
mkdir blib/man3
cp Pg.pm blib/lib/Pg.pm
AutoSplitting blib/lib/Pg.pm (blib/lib/auto/Pg)
/bin/perl -I/usr/local/lib/perl5/5.00503/i386-svr5 -I/usr/local/lib/perl5/5.00503 
/usr/local/lib/perl5/5.00503/ExtUtils/xsubpp  -typemap 
/usr/local/lib/perl5/5.00503/ExtUtils/typemap -typemap typemap Pg.xs >xstmp.c && mv 
xstmp.c Pg.c
/bin/cc -c -I../libpq -I../../include -I/usr/local/include -O    -DVERSION=\"1.8.0\" 
-DXS_VERSION=\"1.8.0\" -Kpic -I/usr/local/lib/perl5/5.00503/i386-svr5/CORE  Pg.c
UX:acomp: WARNING: "Pg.c", line 206: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 248: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 270: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 290: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 318: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 338: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 358: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 381: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 404: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 427: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 450: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 473: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 496: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 519: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 542: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 565: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 588: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 611: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 634: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 655: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 675: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 703: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 758: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 785: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 808: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 831: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 862: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 886: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 917: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 942: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 965: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 989: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1012: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1035: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1058: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1081: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1105: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1129: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1153: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1177: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1201: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1224: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1248: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1272: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1297: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1322: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1347: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1367: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1416: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1442: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1466: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1492: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1517: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1554: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1581: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1608: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1633: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1658: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1683: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1708: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1734: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1776: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1800: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1821: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1849: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1871: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1891: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1914: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1937: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1960: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1983: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2006: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2029: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2052: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2075: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2098: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2121: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2144: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2167: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2188: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2208: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2239: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2294: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2324: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2347: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2370: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2401: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2425: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2456: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2479: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2507: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2532: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2556: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2592: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2618: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2644: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2668: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2692: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2716: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2740: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2765: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2788: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2812: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2836: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2860: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2884: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2909: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2934: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2959: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2984: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3009: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3033: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3057: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3081: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3107: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3133: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3159: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3247: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3273: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3298: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3468: end-of-loop code not reached
Running Mkbootstrap for Pg ()
chmod 644 Pg.bs
LD_RUN_PATH="/home/ler/PostgreSQL/src/interfaces/perl5/../libpq" /bin/cc -o 
blib/arch/auto/Pg/Pg.so  -G -Wl,-Bexport -L/usr/local/lib Pg.o    
-L/home/ler/PostgreSQL/src/interfaces/perl5/../libpq -lpq 
chmod 755 blib/arch/auto/Pg/Pg.so
cp Pg.bs blib/arch/auto/Pg/Pg.bs
chmod 644 blib/arch/auto/Pg/Pg.bs
Manifying blib/man3/Pg.3
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/perl5'
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/interfaces'
gmake -C bin all
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/bin'
for i in pg_id pg_version psql pg_dump pg_passwd scripts initdb initlocation ipcclean 
pg_ctl; do gmake -C $i all; done
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_id'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4   -c -o pg_id.o pg_id.c
cc -o pg_id pg_id.o -L/usr/local/lib -L/opt/lib -lgen -lcrypt -lld -lnsl -lsocket -ldl 
-lm -lutil -lreadline -ltermcap -lcurses  -Wl,-Bexport
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_id'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_version'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../include   -c -o pg_version.o 
pg_version.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../include -o pg_version pg_version.o 
../../utils/version.o  -L/usr/local/lib -L/opt/lib -lgen -lcrypt -lld -lnsl -lsocket 
-ldl -lm -lutil -lreadline -ltermcap -lcurses  -Wl,-Bexport
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_version'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/psql'
gmake -C ../../interfaces/libpq libpq.a
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/libpq'
gmake[3]: `libpq.a' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/libpq'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o command.o 
command.c
UX:acomp: WARNING: "command.c", line 826: argument #1 incompatible with prototype: 
PQmblen()
UX:acomp: WARNING: "command.c", line 862: argument #1 incompatible with prototype: 
PQmblen()
UX:acomp: WARNING: "command.c", line 900: argument #1 incompatible with prototype: 
PQmblen()
UX:acomp: WARNING: "command.c", line 918: argument #1 incompatible with prototype: 
unescape()
UX:acomp: WARNING: "command.c", line 1068: argument #1 incompatible with prototype: 
PQmblen()
UX:acomp: WARNING: "command.c", line 1102: argument #1 incompatible with prototype: 
strlen()
UX:acomp: WARNING: "command.c", line 1102: argument #1 incompatible with prototype: 
strlen()
UX:acomp: WARNING: "command.c", line 1148: argument #1 incompatible with prototype: 
strtol()
UX:acomp: WARNING: "command.c", line 1150: assignment type mismatch
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o common.o 
common.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o help.o 
help.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o input.o 
input.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o 
stringutils.o stringutils.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o mainloop.o 
mainloop.c
UX:acomp: WARNING: "mainloop.c", line 288: argument #1 incompatible with prototype: 
PQmblen()
UX:acomp: WARNING: "mainloop.c", line 290: argument #1 incompatible with prototype: 
PQmblen()
UX:acomp: WARNING: "mainloop.c", line 319: argument #1 incompatible with prototype: 
PQmblen()
UX:acomp: WARNING: "mainloop.c", line 327: argument #1 incompatible with prototype: 
PQmblen()
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o copy.o 
copy.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o startup.o 
startup.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o prompt.o 
prompt.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o 
variables.o variables.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o 
large_obj.o large_obj.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o print.o 
print.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o describe.o 
describe.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o 
tab-complete.o tab-complete.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq -o psql command.o 
common.o help.o input.o stringutils.o mainloop.o copy.o startup.o prompt.o variables.o 
large_obj.o print.o describe.o tab-complete.o -L../../interfaces/libpq -lpq 
-L/usr/local/lib -L/opt/lib -lgen -lcrypt -lld -lnsl -lsocket -ldl -lm -lutil 
-lreadline -ltermcap -lcurses  -Wl,-Bexport
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/psql'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_dump'
gmake -C ../../interfaces/libpq libpq.a
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/libpq'
gmake[3]: `libpq.a' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/libpq'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o pg_dump.o 
pg_dump.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq   -c -o common.o 
common.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../interfaces/libpq -o pg_dump 
pg_dump.o common.o  -L../../interfaces/libpq -lpq -L/usr/local/lib -L/opt/lib -lgen 
-lcrypt -lld -lnsl -lsocket -ldl -lm -lutil -lreadline -ltermcap -lcurses  -Wl,-Bexport
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_dump'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_passwd'
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4   -c -o pg_passwd.o pg_passwd.c
cc -I../../include -I../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -o pg_passwd pg_passwd.o -L/usr/local/lib 
-L/opt/lib -lgen -lcrypt -lld -lnsl -lsocket -ldl -lm -lutil -lreadline -ltermcap 
-lcurses  -Wl,-Bexport
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_passwd'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/scripts'
sed -e 's/__DLSUFFIX__/.so/' createlang.sh > createlang
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/scripts'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/initdb'
sed -e 's/__MULTIBYTE__//g' < initdb.sh > initdb
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/initdb'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/initlocation'
cp -p initlocation.sh initlocation
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/initlocation'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/ipcclean'
cp ipcclean.sh ipcclean
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/ipcclean'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_ctl'
cat pg_ctl.sh > pg_ctl
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_ctl'
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/bin'
gmake -C pl all
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/pl'
gmake -C plpgsql all
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/pl/plpgsql'
gmake -C src all
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/pl/plpgsql/src'
/usr/local/bin/bison -y -d gram.y
sed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' <y.tab.c >pl_gram.c
sed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' <y.tab.h >pl.tab.h
rm -f y.tab.c y.tab.h
flex -i -l scan.l
sed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' <lex.yy.c >pl_scan.c
rm -f lex.yy.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../../include -I../../../backend -K 
PIC -c -o pl_parse.o pl_gram.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../../include -I../../../backend -K 
PIC   -c -o pl_handler.o pl_handler.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../../include -I../../../backend -K 
PIC   -c -o pl_comp.o pl_comp.c
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../../include -I../../../backend -K 
PIC   -c -o pl_exec.o pl_exec.c
UX:acomp: WARNING: "pl_exec.c", line 1090: statement not reached
cc -I../../../include -I../../../backend   -I/usr/local/include -I/opt/include -O -K 
i486,host,inline,loop_unroll,alloca -Dsvr4 -I../../../include -I../../../backend -K 
PIC   -c -o pl_funcs.o pl_funcs.c
ar crs libplpgsql.a `lorder pl_parse.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o | 
tsort`
UX:tsort: WARNING: Cycle in data
UX:tsort: INFO:         pl_funcs.o
UX:tsort: INFO:         pl_comp.o
UX:tsort: INFO:         pl_parse.o
: libplpgsql.a
ld -G -z text -o libplpgsql.so.1.0 pl_parse.o pl_handler.o pl_comp.o pl_exec.o 
pl_funcs.o 
if [ "libplpgsql.so.1.0" != "libplpgsql.so.1" ]; then \
        rm -f libplpgsql.so.1; \
        ln -s libplpgsql.so.1.0 libplpgsql.so.1; \
fi
if [ "libplpgsql.so.1.0" != "libplpgsql.so" ]; then \
        rm -f libplpgsql.so; \
        ln -s libplpgsql.so.1.0 libplpgsql.so; \
fi
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/pl/plpgsql/src'
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/pl/plpgsql'
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/pl'
All of PostgreSQL is successfully made. Ready to install.
./mkinstalldirs /usr/local/pgsql/bin /usr/local/pgsql/lib 
/usr/local/bin/gmake -C utils install
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/utils'
gmake[1]: Nothing to be done for `install'.
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/utils'
/usr/local/bin/gmake -C backend install
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/backend'
/usr/local/bin/gmake -C access all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/access'
/usr/local/bin/gmake -C common  SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/common'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/common'
/usr/local/bin/gmake -C gist    SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/gist'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/gist'
/usr/local/bin/gmake -C hash    SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/hash'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/hash'
/usr/local/bin/gmake -C heap    SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/heap'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/heap'
/usr/local/bin/gmake -C index   SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/index'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/index'
/usr/local/bin/gmake -C rtree   SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/rtree'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/rtree'
/usr/local/bin/gmake -C nbtree  SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/nbtree'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/nbtree'
/usr/local/bin/gmake -C transam SUBSYS.o
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/access/transam'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/access/transam'
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/access'
/usr/local/bin/gmake -C bootstrap all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/bootstrap'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/bootstrap'
/usr/local/bin/gmake -C catalog all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/catalog'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/catalog'
/usr/local/bin/gmake -C commands all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/commands'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/commands'
/usr/local/bin/gmake -C executor all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/executor'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/executor'
/usr/local/bin/gmake -C lib all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/lib'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/lib'
/usr/local/bin/gmake -C libpq all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/libpq'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/libpq'
/usr/local/bin/gmake -C main all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/main'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/main'
/usr/local/bin/gmake -C parser all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/parser'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/parser'
/usr/local/bin/gmake -C nodes all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/nodes'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/nodes'
/usr/local/bin/gmake -C optimizer all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer'
for i in path plan prep util geqo; do /usr/local/bin/gmake -C $i SUBSYS.o; done
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/path'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/path'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/plan'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/plan'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/prep'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/prep'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/util'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/util'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/optimizer/geqo'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer/geqo'
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/optimizer'
/usr/local/bin/gmake -C port all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/port'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/port'
/usr/local/bin/gmake -C postmaster all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/postmaster'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/postmaster'
/usr/local/bin/gmake -C regex all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/regex'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/regex'
/usr/local/bin/gmake -C rewrite all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/rewrite'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/rewrite'
/usr/local/bin/gmake -C storage all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/storage'
for i in buffer file ipc large_object lmgr page smgr; do /usr/local/bin/gmake -C $i 
SUBSYS.o; done
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/buffer'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/buffer'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/file'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/file'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/ipc'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/ipc'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/large_object'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/large_object'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/lmgr'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/lmgr'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/page'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/page'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/storage/smgr'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage/smgr'
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/storage'
/usr/local/bin/gmake -C tcop all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/tcop'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/tcop'
/usr/local/bin/gmake -C utils all 
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/backend/utils'
for i in adt cache error fmgr hash init misc mmgr sort time; do /usr/local/bin/gmake 
-C $i SUBSYS.o; done
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/adt'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/adt'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/cache'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/cache'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/error'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/error'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/fmgr'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/fmgr'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/hash'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/hash'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/init'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/init'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/misc'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/misc'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/mmgr'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/mmgr'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/sort'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/sort'
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/backend/utils/time'
gmake[3]: `SUBSYS.o' is up to date.
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils/time'
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/backend/utils'
/usr/ucb/install -m 555 postgres /usr/local/pgsql/bin/postgres
ln -s postgres /usr/local/pgsql/bin/postmaster
/usr/ucb/install -m 444 global1.bki.source \
  /usr/local/pgsql/lib/global1.bki.source
/usr/ucb/install -m 444 global1.description \
  /usr/local/pgsql/lib/global1.description
/usr/ucb/install -m 444 local1_template1.bki.source \
  /usr/local/pgsql/lib/local1_template1.bki.source
/usr/ucb/install -m 444 local1_template1.description \
  /usr/local/pgsql/lib/local1_template1.description
/usr/ucb/install -m 444 libpq/pg_hba.conf.sample \
  /usr/local/pgsql/lib/pg_hba.conf.sample
/usr/ucb/install -m 444 libpq/pg_ident.conf.sample \
  /usr/local/pgsql/lib/pg_ident.conf.sample
/usr/ucb/install -m 444 optimizer/geqo/pg_geqo.sample \
  /usr/local/pgsql/lib/pg_geqo.sample
/usr/ucb/install -m 444 pg_options.sample \
  /usr/local/pgsql/lib/pg_options.sample
/usr/ucb/install -m 444 fmgr.h \
          /usr/local/pgsql/include/fmgr.h
/usr/ucb/install -m 444 ../include/os.h \
          /usr/local/pgsql/include/os.h
/usr/ucb/install -m 444 ../include/config.h \
          /usr/local/pgsql/include/config.h
/usr/ucb/install -m 444 ../include/c.h \
          /usr/local/pgsql/include/c.h
/usr/ucb/install -m 444 ../include/postgres.h \
          /usr/local/pgsql/include/postgres.h
/usr/ucb/install -m 444 ../include/postgres_ext.h \
          /usr/local/pgsql/include/postgres_ext.h
/usr/ucb/install -m 444 ../include/libpq/pqcomm.h \
          /usr/local/pgsql/include/libpq/pqcomm.h
/usr/ucb/install -m 444 ../include/libpq/libpq-fs.h \
          /usr/local/pgsql/include/libpq/libpq-fs.h
/usr/ucb/install -m 444 ../include/lib/dllist.h \
          /usr/local/pgsql/include/lib/dllist.h
/usr/ucb/install -m 444 ../include/utils/geo_decls.h \
          /usr/local/pgsql/include/utils/geo_decls.h
/usr/ucb/install -m 444 ../include/utils/elog.h \
          /usr/local/pgsql/include/utils/elog.h
/usr/ucb/install -m 444 ../include/utils/palloc.h \
          /usr/local/pgsql/include/utils/palloc.h
/usr/ucb/install -m 444 ../include/utils/mcxt.h \
          /usr/local/pgsql/include/utils/mcxt.h
/usr/ucb/install -m 444 ../include/access/attnum.h \
          /usr/local/pgsql/include/access/attnum.h
/usr/ucb/install -m 444 ../include/executor/spi.h \
          /usr/local/pgsql/include/executor/spi.h
/usr/ucb/install -m 444 ../include/commands/trigger.h \
          /usr/local/pgsql/include/commands/trigger.h
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/backend'
/usr/local/bin/gmake -C interfaces install
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/interfaces'
/usr/local/bin/gmake -C libpq install
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces/libpq'
/usr/ucb/install -m 444 libpq-fe.h /usr/local/pgsql/include/libpq-fe.h
/usr/ucb/install -m 444 libpq-int.h /usr/local/pgsql/include/libpq-int.h
/usr/ucb/install -m 444 pqexpbuffer.h /usr/local/pgsql/include/pqexpbuffer.h
/usr/ucb/install -m 644 libpq.a /usr/local/pgsql/lib/libpq.a
/usr/ucb/install -m 644 libpq.so.2.1 /usr/local/pgsql/lib/libpq.so.2.1
if [ "libpq.so.2.1" != "libpq.so.2" ]; then \
        cd /usr/local/pgsql/lib; \
        rm -f libpq.so.2; \
        ln -s libpq.so.2.1 libpq.so.2; \
fi
if [ "libpq.so.2.1" != "libpq.so" ]; then \
        cd /usr/local/pgsql/lib; \
        rm -f libpq.so; \
        ln -s libpq.so.2.1 libpq.so; \
fi
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/libpq'
/usr/local/bin/gmake -C ecpg install
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces/ecpg'
/usr/local/bin/gmake -C include install
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/ecpg/include'
/usr/ucb/install -m 444 ecpgerrno.h /usr/local/pgsql/include    
/usr/ucb/install -m 444 ecpglib.h /usr/local/pgsql/include      
/usr/ucb/install -m 444 ecpgtype.h /usr/local/pgsql/include     
/usr/ucb/install -m 444 sqlca.h /usr/local/pgsql/include        
/usr/ucb/install -m 444 sql3types.h /usr/local/pgsql/include    
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/ecpg/include'
/usr/local/bin/gmake -C lib install
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/ecpg/lib'
/usr/ucb/install -m 644 libecpg.a /usr/local/pgsql/lib/libecpg.a
/usr/ucb/install -m 644 libecpg.so.3.1.1 /usr/local/pgsql/lib/libecpg.so.3.1.1
if [ "libecpg.so.3.1.1" != "libecpg.so.3" ]; then \
        cd /usr/local/pgsql/lib; \
        rm -f libecpg.so.3; \
        ln -s libecpg.so.3.1.1 libecpg.so.3; \
fi
if [ "libecpg.so.3.1.1" != "libecpg.so" ]; then \
        cd /usr/local/pgsql/lib; \
        rm -f libecpg.so; \
        ln -s libecpg.so.3.1.1 libecpg.so; \
fi
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/ecpg/lib'
/usr/local/bin/gmake -C preproc install
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/ecpg/preproc'
/usr/ucb/install -m 555 ecpg /usr/local/pgsql/bin
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/ecpg/preproc'
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/ecpg'
/usr/local/bin/gmake -C libpq++ install
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces/libpq++'
Installing /usr/local/pgsql/include/libpq++/pgconnection.h.
Installing /usr/local/pgsql/include/libpq++/pgdatabase.h.
Installing /usr/local/pgsql/include/libpq++/pgtransdb.h.
Installing /usr/local/pgsql/include/libpq++/pgcursordb.h.
Installing /usr/local/pgsql/include/libpq++/pglobject.h.
/usr/ucb/install -m 644 libpq++.a /usr/local/pgsql/lib/libpq++.a
/usr/ucb/install -m 644 libpq++.so.3.1 /usr/local/pgsql/lib/libpq++.so.3.1
if [ "libpq++.so.3.1" != "libpq++.so.3" ]; then \
        cd /usr/local/pgsql/lib; \
        rm -f libpq++.so.3; \
        ln -s libpq++.so.3.1 libpq++.so.3; \
fi
if [ "libpq++.so.3.1" != "libpq++.so" ]; then \
        cd /usr/local/pgsql/lib; \
        rm -f libpq++.so; \
        ln -s libpq++.so.3.1 libpq++.so; \
fi
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/libpq++'
/usr/local/bin/gmake -C libpgeasy install
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces/libpgeasy'
/usr/ucb/install -m 444 libpgeasy.h /usr/local/pgsql/include/libpgeasy.h
/usr/ucb/install -m 644 libpgeasy.a /usr/local/pgsql/lib/libpgeasy.a
/usr/ucb/install -m 644 libpgeasy.so.2.1 /usr/local/pgsql/lib/libpgeasy.so.2.1
if [ "libpgeasy.so.2.1" != "libpgeasy.so.2" ]; then \
        cd /usr/local/pgsql/lib; \
        rm -f libpgeasy.so.2; \
        ln -s libpgeasy.so.2.1 libpgeasy.so.2; \
fi
if [ "libpgeasy.so.2.1" != "libpgeasy.so" ]; then \
        cd /usr/local/pgsql/lib; \
        rm -f libpgeasy.so; \
        ln -s libpgeasy.so.2.1 libpgeasy.so; \
fi
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/libpgeasy'
if [ "install" = "install" ]; then \
        /usr/local/bin/gmake -w install-perl5; \
else \
        /usr/local/bin/gmake -w perl5/Makefile; \
        /usr/local/bin/gmake -w -C perl5 install; \
fi
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/interfaces'
/usr/local/bin/gmake -C perl5 clean
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/perl5'
rm -rf Pg.c ./blib Makefile.aperl blib/arch/auto/Pg/extralibs.all perlmain.c mon.out 
core so_locations pm_to_blib *~ */*~ */*/*~ *.o *.a perl.exe Pg.bs Pg.bso Pg.def Pg.exp
mv Makefile Makefile.old > /dev/null 2>&1
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/perl5'
cd perl5 && POSTGRES_HOME="/usr/local/pgsql" perl Makefile.PL POLLUTE=1
Checking if your kit is complete...
Looks good
'POLLUTE' is not a known MakeMaker parameter name.
Writing Makefile for Pg
/usr/local/bin/gmake -C perl5 all
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/interfaces/perl5'
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Pg
mkdir blib/lib/auto
mkdir blib/lib/auto/Pg
mkdir blib/man3
cp Pg.pm blib/lib/Pg.pm
AutoSplitting blib/lib/Pg.pm (blib/lib/auto/Pg)
/usr/bin/perl -I/usr/local/lib/perl5/5.00503/i386-svr5 -I/usr/local/lib/perl5/5.00503 
/usr/local/lib/perl5/5.00503/ExtUtils/xsubpp  -typemap 
/usr/local/lib/perl5/5.00503/ExtUtils/typemap -typemap typemap Pg.xs >xstmp.c && mv 
xstmp.c Pg.c
/bin/cc -c -I/usr/local/pgsql/include -I/usr/local/include -O    -DVERSION=\"1.8.0\" 
-DXS_VERSION=\"1.8.0\" -Kpic -I/usr/local/lib/perl5/5.00503/i386-svr5/CORE  Pg.c
UX:acomp: WARNING: "Pg.c", line 206: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 248: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 270: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 290: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 318: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 338: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 358: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 381: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 404: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 427: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 450: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 473: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 496: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 519: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 542: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 565: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 588: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 611: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 634: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 655: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 675: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 703: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 758: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 785: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 808: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 831: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 862: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 886: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 917: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 942: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 965: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 989: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1012: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1035: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1058: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1081: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1105: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1129: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1153: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1177: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1201: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1224: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1248: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1272: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1297: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1322: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1347: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1367: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1416: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1442: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1466: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1492: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1517: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1554: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1581: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1608: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1633: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1658: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1683: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1708: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1734: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1776: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1800: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1821: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1849: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1871: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1891: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1914: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1937: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1960: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 1983: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2006: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2029: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2052: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2075: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2098: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2121: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2144: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2167: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2188: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2208: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2239: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2294: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2324: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2347: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2370: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2401: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2425: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2456: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2479: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2507: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2532: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2556: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2592: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2618: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2644: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2668: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2692: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2716: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2740: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2765: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2788: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2812: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2836: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2860: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2884: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2909: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2934: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2959: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 2984: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3009: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3033: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3057: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3081: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3107: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3133: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3159: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3247: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3273: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3298: end-of-loop code not reached
UX:acomp: WARNING: "Pg.c", line 3468: end-of-loop code not reached
Running Mkbootstrap for Pg ()
chmod 644 Pg.bs
LD_RUN_PATH="/usr/local/pgsql/lib" /bin/cc -o blib/arch/auto/Pg/Pg.so  -G -Wl,-Bexport 
-L/usr/local/lib Pg.o    -L/usr/local/pgsql/lib -lpq 
chmod 755 blib/arch/auto/Pg/Pg.so
cp Pg.bs blib/arch/auto/Pg/Pg.bs
chmod 644 blib/arch/auto/Pg/Pg.bs
Manifying blib/man3/Pg.3
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/interfaces/perl5'
Skipping install of Perl module for lack of permissions.
To install it, cd into interfaces/perl5, su to become the
appropriate user, and do '/usr/local/bin/gmake install'.
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/interfaces'
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/interfaces'
/usr/local/bin/gmake -C bin install
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/bin'
for i in pg_id pg_version psql pg_dump pg_passwd scripts initdb initlocation ipcclean 
pg_ctl; do /usr/local/bin/gmake -C $i install; done
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_id'
/usr/ucb/install -m 555 pg_id /usr/local/pgsql/bin/pg_id
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_id'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_version'
/usr/ucb/install -m 555 pg_version /usr/local/pgsql/bin/pg_version
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_version'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/psql'
/usr/ucb/install -m 555 psql /usr/local/pgsql/bin/psql
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/psql'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_dump'
/usr/ucb/install -m 555 pg_dump /usr/local/pgsql/bin/pg_dump
/usr/ucb/install -m 555 pg_dumpall /usr/local/pgsql/bin/pg_dumpall
/usr/ucb/install -m 555 pg_upgrade /usr/local/pgsql/bin/pg_upgrade
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_dump'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_passwd'
/usr/ucb/install -m 555 pg_passwd /usr/local/pgsql/bin/pg_passwd
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_passwd'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/scripts'
for i in createdb dropdb createuser dropuser createlang droplang vacuumdb; do 
/usr/ucb/install -m 555 $i /usr/local/pgsql/bin; done
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/scripts'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/initdb'
/usr/ucb/install -m 555 initdb /usr/local/pgsql/bin/initdb
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/initdb'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/initlocation'
/usr/ucb/install -m 555 initlocation /usr/local/pgsql/bin
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/initlocation'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/ipcclean'
/usr/ucb/install -m 555 ipcclean /usr/local/pgsql/bin
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/ipcclean'
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/bin/pg_ctl'
/usr/ucb/install -m 555 pg_ctl /usr/local/pgsql/bin
/usr/ucb/install -m 444 postmaster.opts.default.sample /usr/local/pgsql/lib
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/bin/pg_ctl'
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/bin'
/usr/local/bin/gmake -C pl install
gmake[1]: Entering directory `/home/ler/PostgreSQL/src/pl'
/usr/local/bin/gmake -C plpgsql install
gmake[2]: Entering directory `/home/ler/PostgreSQL/src/pl/plpgsql'
/usr/local/bin/gmake -C src install
gmake[3]: Entering directory `/home/ler/PostgreSQL/src/pl/plpgsql/src'
/usr/ucb/install -m 644 libplpgsql.so.1.0 /usr/local/pgsql/lib/plpgsql.so
gmake[3]: Leaving directory `/home/ler/PostgreSQL/src/pl/plpgsql/src'
gmake[2]: Leaving directory `/home/ler/PostgreSQL/src/pl/plpgsql'
gmake[1]: Leaving directory `/home/ler/PostgreSQL/src/pl'
cat ../register.txt

(2000-06-05)
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
on the latest release, upcoming features, and other information to make your
work or play with PostgreSQL more productive.

Please check the following URL for a listing of the current user-support
mailing lists:

        http://www.postgresql.org -> Info Central -> Mailing Lists

All of the mailing lists are currently archived and viewable at:

        http://www.postgresql.org -> Info Central -> Mailing Lists

And, so that we have an idea of who is using what, please connect to the
following registration URL:

        http://www.postgresql.org -> Helping Us -> Survey/Register


Thank you for choosing PostgreSQL, the most advanced open source database 
engine.

PGP signature

Reply via email to