OpenBSD 2.6 gcc version 2.95.1 postgreSQL 6.5.2 When I try to compile PostgreSQL I get the following error: make[2]: Leaving directory `/usr/local/src/postgresql-6.5.2/src/backend/utils' 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 parser/SUBSYS. o nodes/SUBSYS.o optimizer/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 -lcompat -lm -lreadline -ltermcap -lcurses storage/SUBSYS.o: Undefined symbol `_TAS' referenced from text segment collect2: ld returned 1 exit status make[1]: *** [postgres] Error 1 make[1]: Leaving directory `/usr/local/src/postgresql-6.5.2/src/backend' make: *** [all] Error 2 Any ideas? ************
