Compiling on DigitalUnix

From: Mang Chan <mcha140(at)ec(dot)auckland(dot)ac(dot)nz>
To: pgsql-admin(at)postgresql(dot)org
Subject: Compiling on DigitalUnix
Date: 2000-09-16 06:41:24
Message-ID: 200009160641.SAA04702@mail.ec.auckland.ac.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

I am trying to get postgresql compile on DigitalUnix but it seems to be failing. It
appears the multibyte support is causing the problem, even when I disabled that feature.
Here are some bits output from near the end after I ran gmake:

gmake[2]: Leaving directory `/users/studs/grad/mcha140/assign/project/setup/postgresql-
7.0.2/src/backend/utils'
cc -I../include -I../backend -D__alpha__ -DNOFIXADE -std -O4 -Olimit 2000 -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 -
rpath /users/studs/grad/mcha140/project/pgsql/lib -lPW -lln -lm -lutil -lreadline -
ltermcap -lcurses
ld:
Unresolved:
pg_encoding_mblen
pg_get_client_encoding
pg_client_to_server
pg_server_to_client
show_client_encoding
reset_client_encoding
parse_client_encoding
show_server_encoding
reset_server_encoding
parse_server_encoding
gmake[1]: *** [postgres] Error 1
gmake[1]: Leaving directory `/users/studs/grad/mcha140/assign/project/setup/postgresql-
7.0.2/src/backend'
gmake: *** [all] Error 2

As an act of curiousity I also did the exact same setup on a Linux machine on a PPro. The
gmake part ran smoothly without a single problem.

It would be greatly appreciated if someone could give me a hand.

Rayson Chan
mcha140(at)ec(dot)auckland(dot)ac(dot)nz

Browse pgsql-admin by date

  From Date Subject
Next Message vijayendra mohan agrawal 2000-09-16 07:45:17 tablename.columnname support
Previous Message Dronamraju Rajesh 2000-09-15 06:18:41 libpq errors when makeing postgres 7.0.2...