I am getting a error while trying to compile
PostgreSQL on my Solaris Sparc 20.

Solaris 8

Attach is the error I'm getting when I ran gmake.
# uname -a
SunOS SPARC20 5.8 Generic sun4m sparc SUNW,SPARCstation-20


---------------------------------------------------
# gmake --version
GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
Built for sparc-sun-solaris2.8
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <[EMAIL PROTECTED]>.

---------------------------------------------------
# ./configure  
loading cache ./config.cache
checking host system type... sparc-sun-solaris2.8
checking echo setting...
checking setting template to... solaris_sparc_gcc
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... disabled
checking setting USE_ODBC... disabled
checking setproctitle... disabled
checking setting ASSERT CHECKING... disabled
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
- setting CPPFLAGS= 
- setting LDFLAGS= 
checking setting debug compiler flag... using default
checking for c++... (cached) c++
checking whether the C++ compiler (c++   ) works... yes
checking whether the C++ compiler (c++   ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for include <string> in C++... yes
checking for namespace std in C++... yes
checking for a BSD compatible install... /usr/Data/TMP/postgresql-7.0.2/src/install-sh 
-c
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking whether ln -s works... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for find... (cached) /usr/bin/find
checking for tar... (cached) /usr/sbin/tar
checking for split... (cached) /usr/bin/split
checking for etags... no
checking for xargs... (cached) /usr/bin/xargs
checking for gzcat... (cached) /usr/bin/gzcat
checking for perl... (cached) perl
checking for bison... (cached) /opt/sfw/bin/bison
- Using /opt/sfw/bin/bison -y -d
checking for main in -lsfio... (cached) no
checking for main in -lncurses... (cached) yes
checking for main in -ltermcap... (cached) yes
checking for main in -lreadline... (cached) yes
checking for using_history in -lreadline... (cached) yes
checking for main in -lbsd... (cached) no
checking for main in -lutil... (cached) no
checking for main in -lm... (cached) yes
checking for main in -ldl... (cached) yes
checking for main in -lsocket... (cached) yes
checking for main in -lnsl... (cached) yes
checking for main in -lipc... (cached) no
checking for main in -lIPC... (cached) no
checking for main in -llc... (cached) no
checking for main in -ldld... (cached) no
checking for main in -lln... (cached) no
checking for main in -lld... (cached) no
checking for main in -lcompat... (cached) no
checking for main in -lBSD... (cached) no
checking for main in -lcrypt... (cached) yes
checking for main in -lgen... (cached) yes
checking for main in -lPW... (cached) no
checking for ANSI C header files... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for crypt.h... (cached) yes
checking for dld.h... (cached) no
checking for endian.h... (cached) no
checking for float.h... (cached) yes
checking for fp_class.h... (cached) no
checking for getopt.h... (cached) no
checking for history.h... (cached) no
checking for ieeefp.h... (cached) yes
checking for limits.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for readline.h... (cached) no
checking for readline/history.h... (cached) yes
checking for readline/readline.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for pwd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for preprocessor stringizing operator... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) no
checking for tzname... (cached) 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)... no
checking for 8-bit clean memcmp... (cached) no
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for memmove... (cached) yes
checking for sysconf... (cached) yes
checking for sigprocmask... (cached) yes
checking for waitpid... (cached) yes
checking for setsid... (cached) yes
checking for fcvt... (cached) yes
checking for fpclass... (cached) yes
checking for fp_class... (cached) no
checking for fp_class_d... (cached) no
checking for class... (cached) no
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for isinf... (cached) no
checking for getrusage... (cached) yes
checking for srandom... (cached) yes
checking for gethostname... (cached) yes
checking for random... (cached) yes
checking for inet_aton... (cached) no
checking for strerror... (cached) yes
checking for strdup... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strcasecmp... (cached) yes
checking for cbrt... (cached) yes
checking for rint... (cached) yes
checking for filename_completion_function... (cached) yes
checking for getopt_long... (cached) 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... no
checking alignment of short... (cached) sizeof(short)
checking alignment of int... (cached) sizeof(int)
checking alignment of long... (cached) sizeof(long)
checking alignment of double... (cached) sizeof(double)
checking for POSIX signal interface... yes
checking for tclsh... no
checking for tcl... no
configure: warning: TCL/TK support disabled; tcl shell is not in your path
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
include/config.h is unchanged
linking ./backend/port/dynloader/solaris_sparc.c to backend/port/dynloader.c
linking ./backend/port/dynloader/solaris_sparc.h to include/dynloader.h
linking ./include/port/solaris_sparc.h to include/os.h
linking ./makefiles/Makefile.solaris_sparc to Makefile.port
linking ./backend/port/tas/solaris_sparc.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
gmake -C utils all
gmake[1]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/utils'
gcc -I../include -I../backend    -Wall -Wmissing-prototypes -Wmissing-declarations   
-c -o version.o version.c
version.c: In function `ValidatePgVersion':
version.c:83: warning: subscript has type `char'
gmake[1]: Leaving directory `/usr/Data/TMP/postgresql-7.0.2/src/utils'
gmake -C backend all
gmake[1]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend'
gmake -C utils fmgr.h
gmake[2]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/utils'
sh  Gen_fmgrtab.sh ../../include/catalog/pg_proc.h
gmake[2]: Leaving directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/utils'
cp utils/fmgr.h .
gmake -C access all 
gmake[2]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access'
gmake -C common  SUBSYS.o
gmake[3]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/common'
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o heaptuple.o heaptuple.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o indextuple.o indextuple.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o indexvalid.o indexvalid.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o printtup.o printtup.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o scankey.o scankey.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -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 `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/common'
gmake -C gist    SUBSYS.o
gmake[3]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/gist'
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o gist.o gist.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o gistget.o gistget.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o gistscan.o gistscan.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o giststrat.o giststrat.c
ld -r -o SUBSYS.o gist.o gistget.o gistscan.o giststrat.o
gmake[3]: Leaving directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/gist'
gmake -C hash    SUBSYS.o
gmake[3]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/hash'
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o hash.o hash.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o hashfunc.o hashfunc.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o hashinsert.o hashinsert.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o hashovfl.o hashovfl.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o hashpage.o hashpage.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o hashscan.o hashscan.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o hashsearch.o hashsearch.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..   -c -o hashstrat.o hashstrat.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -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 `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/hash'
gmake -C heap    SUBSYS.o
gmake[3]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/heap'
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o heapam.o heapam.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o hio.o hio.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o stats.o stats.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o tuptoaster.o tuptoaster.c
ld -r -o SUBSYS.o heapam.o hio.o stats.o tuptoaster.o
gmake[3]: Leaving directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/heap'
gmake -C index   SUBSYS.o
gmake[3]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/index'
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o genam.o genam.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o indexam.o indexam.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o istrat.o istrat.c
ld -r -o SUBSYS.o genam.o indexam.o istrat.o
gmake[3]: Leaving directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/index'
gmake -C rtree   SUBSYS.o
gmake[3]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/rtree'
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o rtget.o rtget.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o rtproc.o rtproc.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o rtree.o rtree.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o rtscan.o rtscan.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -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 `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/rtree'
gmake -C nbtree  SUBSYS.o
gmake[3]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/nbtree'
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o nbtcompare.o nbtcompare.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o nbtinsert.o nbtinsert.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o nbtpage.o nbtpage.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o nbtree.o nbtree.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o nbtscan.o nbtscan.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o nbtsearch.o nbtsearch.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o nbtstrat.o nbtstrat.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o nbtutils.o nbtutils.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -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 `/usr/Data/TMP/postgresql-7.0.2/src/backend/access/nbtree'
gmake -C transam SUBSYS.o
gmake[3]: Entering directory 
`/usr/Data/TMP/postgresql-7.0.2/src/backend/access/transam'
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o transam.o transam.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o transsup.o transsup.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o varsup.o varsup.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o xact.o xact.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o xid.o xid.c
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../..    -c -o xlog.o xlog.c
xlog.c:817: warning: `ReadRecord' defined but not used
gcc -I../../../include -I../../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -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 `/usr/Data/TMP/postgresql-7.0.2/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 `/usr/Data/TMP/postgresql-7.0.2/src/backend/access'
gmake -C bootstrap all 
gmake[2]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/bootstrap'
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I.. -Wno-error   -c -o bootparse.o bootparse.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I.. -Wno-error   -c -o bootscanner.o bootscanner.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I.. -Wno-error   -c -o bootstrap.o bootstrap.c
ld -r -o SUBSYS.o bootparse.o bootscanner.o bootstrap.o 
gmake[2]: Leaving directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/bootstrap'
gmake -C catalog all 
gmake[2]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/catalog'
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o catalog.o catalog.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o heap.o heap.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o index.o index.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o indexing.o indexing.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o aclchk.o aclchk.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o pg_aggregate.o pg_aggregate.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o pg_operator.o pg_operator.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o pg_proc.o pg_proc.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -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 `/usr/Data/TMP/postgresql-7.0.2/src/backend/catalog'
gmake -C commands all 
gmake[2]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/commands'
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o async.o async.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o creatinh.o creatinh.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o command.o command.c
gmake -C .. parse.h
gmake[3]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend'
cp parser/parse.h .
gmake[3]: Leaving directory `/usr/Data/TMP/postgresql-7.0.2/src/backend'
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o comment.o comment.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o copy.o copy.c
copy.c: In function `DoCopy':
copy.c:334: warning: int format, uid_t arg (arg 3)
copy.c:372: warning: int format, uid_t arg (arg 3)
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o indexcmds.o indexcmds.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o define.o define.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o remove.o remove.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o rename.o rename.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o vacuum.o vacuum.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o view.o view.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o cluster.o cluster.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o explain.o explain.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o sequence.o sequence.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o trigger.o trigger.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o user.o user.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o proclang.o proclang.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o dbcommands.o dbcommands.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o variable.o variable.c
variable.c: In function `get_token':
variable.c:140: warning: subscript has type `char'
variable.c:154: warning: subscript has type `char'
variable.c:162: warning: subscript has type `char'
variable.c:180: warning: subscript has type `char'
variable.c:190: warning: subscript has type `char'
variable.c:198: warning: subscript has type `char'
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 `/usr/Data/TMP/postgresql-7.0.2/src/backend/commands'
gmake -C executor all 
gmake[2]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/executor'
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o execAmi.o execAmi.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o execFlatten.o execFlatten.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o execJunk.o execJunk.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o execMain.o execMain.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o execProcnode.o execProcnode.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o execQual.o execQual.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o execScan.o execScan.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o execTuples.o execTuples.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o execUtils.o execUtils.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o functions.o functions.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeAppend.o nodeAppend.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeAgg.o nodeAgg.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeHash.o nodeHash.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeHashjoin.o nodeHashjoin.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeIndexscan.o nodeIndexscan.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeMaterial.o nodeMaterial.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeMergejoin.o nodeMergejoin.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeNestloop.o nodeNestloop.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeResult.o nodeResult.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeSeqscan.o nodeSeqscan.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeSort.o nodeSort.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeUnique.o nodeUnique.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeGroup.o nodeGroup.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o spi.o spi.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..   -c -o nodeSubplan.o nodeSubplan.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -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 `/usr/Data/TMP/postgresql-7.0.2/src/backend/executor'
gmake -C lib all 
gmake[2]: Entering directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/lib'
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..    -c -o bit.o bit.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..    -c -o fstack.o fstack.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..    -c -o hasht.o hasht.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..    -c -o lispsort.o lispsort.c
gcc -I../../include -I../../backend    -Wall -Wmissing-prototypes 
-Wmissing-declarations -I..    -c -o stringinfo.o stringinfo.c
stringinfo.c: In function `appendStringInfo':
stringinfo.c:104: `va_list' undeclared (first use in this function)
stringinfo.c:104: (Each undeclared identifier is reported only once
stringinfo.c:104: for each function it appears in.)
stringinfo.c:104: parse error before `args'
stringinfo.c:121: warning: implicit declaration of function `va_start'
stringinfo.c:121: `args' undeclared (first use in this function)
stringinfo.c:124: warning: implicit declaration of function `va_end'
gmake[2]: *** [stringinfo.o] Error 1
gmake[2]: Leaving directory `/usr/Data/TMP/postgresql-7.0.2/src/backend/lib'
gmake[1]: *** [lib.dir] Error 2
gmake[1]: Leaving directory `/usr/Data/TMP/postgresql-7.0.2/src/backend'
gmake: *** [all] Error 2



Thank you for visiting Infomak.
------------------------
[EMAIL PROTECTED]
http://www.infomak.com
------------------------

Reply via email to