snapshot won't compile on irix6.2

From: Fuad Abdallah <abdallah(at)mpiz-koeln(dot)mpg(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: snapshot won't compile on irix6.2
Date: 1998-01-30 12:33:52
Message-ID: Pine.SGI.3.96.980130132744.27919A-100000@nazgul.mpiz-koeln.mpg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

i have just grabbed the 6.3 snapshot and tried to compile it on irix 6.2 -
without success.

The following errors occurred:

1) configure fails

% ./configure
[...]
linking ./backend/port/tas/i386_solaris.s to backend/port/tas.s
linking ./backend/port/dynloader/irix5.c to backend/port/dynloader.c
configure: error: ./backend/port/dynloader/irix5.c: File not found

2) compiling the backend fails:
in src/backend the gcc call
gcc -mabi=64 -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 nodes/SUBSYS.o optimizer/SUBSYS.o
parser/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 -64 -lPW -lcrypt -lm -lbsd -lreadline -lhistory
-ltermcap -lcurses

returns
[...]
ld64: ERROR 33: Unresolved text symbol "S_INIT_LOCK" -- 1st referenced by
storage/SUBSYS.o.
ld64: ERROR 33: Unresolved text symbol "S_UNLOCK" -- 1st referenced by
storage/SUBSYS.o.
ld64: ERROR 33: Unresolved text symbol "S_LOCK" -- 1st referenced by
storage/SUBSYS.o

these functions just seem to be implemented for linux/alpha ??

best wishes,
Fuad

--
Fuad Abdallah
Max-Planck-Institut fuer Zuechtungsforschung / ZWDV
Tel.: 0221/5062-739 / Priv: 0221/584563

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-01-30 13:11:52 Re: [HACKERS] Current open 6.3 issues (fwd)
Previous Message Zeugswetter Andreas DBT 1998-01-30 10:42:03 Re: 6.3 CHANGES list