Compilation error on sparc-solaris

From: Shiby Thomas <sthomas(at)cise(dot)ufl(dot)edu>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-ports(at)postgreSQL(dot)org
Subject: Compilation error on sparc-solaris
Date: 1998-02-02 16:52:35
Message-ID: 199802021652.LAA13655@cise.ufl.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

compiling on sparc-solaris 2.5 with gcc.

tas not defined error.

gmake[3]: Entering directory `/amd/dolphin/export/database22/data-mining/postgr
e
s/pgsql/src/backend/storage/buffer'
gcc -I../../../include -I../../../backend -I../../../backend/port/sparc_solari
s
-Wall -Wmissing-prototypes -I../.. -c buf_table.c -o buf_table.o
gcc -I../../../include -I../../../backend -I../../../backend/port/sparc_solari
s
-Wall -Wmissing-prototypes -I../.. -c buf_init.c -o buf_init.o
../../../include/storage/s_lock.h:123: warning: `tas' declared `static' but
neve
r defined
gcc -I../../../include -I../../../backend -I../../../backend/port/sparc_solari
s
-Wall -Wmissing-prototypes -I../.. -c bufmgr.c -o bufmgr.o
../../../include/storage/s_lock.h:123: warning: `tas' declared `static' but
neve
r defined
gcc -I../../../include -I../../../backend -I../../../backend/port/sparc_solari
s
-Wall -Wmissing-prototypes -I../.. -c freelist.c -o freelist.o
gcc -I../../../include -I../../../backend -I../../../backend/port/sparc_solari
s
-Wall -Wmissing-prototypes -I../.. -c localbuf.c -o localbuf.o
gcc -I../../../include -I../../../backend -I../../../backend/port/sparc_solari
s
-Wall -Wmissing-prototypes -I../.. -c s_lock.c -o s_lock.o
../../../include/storage/s_lock.h:123: warning: `tas' declared `static' but
neve
r defined

later the linking fails:
gcc -o postgres access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o
commands/SUB
SYS.o executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o
nodes/SUBSYS.o
optimizer/SUBSYS.o parser/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o
regex/SUBS
YS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o
../utils/ver
sion.o -lgen -lcrypt -lnsl -lsocket -ldl -lm -lreadline -ltermcap -lcurses
Undefined first referenced
symbol in file
tas storage/SUBSYS.o

--shiby

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-02-02 16:53:00 Re: [HACKERS] (: JDBC+(Sun ~3:pm MST) CVS :) -also question about regression tests
Previous Message Bruce Momjian 1998-02-02 16:45:06 Re: [HACKERS] Variable block size...