Compiling on DEC Alpha OSF1

From: Dmitry Samersoff <dms(at)wplus(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compiling on DEC Alpha OSF1
Date: 1999-02-03 17:43:46
Message-ID: 199902031743.UAA07973@himera.wplus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Some compilation problem found while compiling
PostgreSql-6.4.2 on OSF1 V4.0 878 alpha

1. configure (problem because . not in $PATH)
743c743
< . ./conftest.sh
---
> . conftest.sh

2. gram.y did not compilei by yacc (on FreeBSD too)

# woland(dms)~/postgresql-6.4.2/src/backend/parser>yacc -d gram.y
# yacc: f - maximum table size exceeded

fixed by using bison

3. src/interfaces/libpq and all dependent sources (like perl5 interface)
didn't compile because native cc don't support tag const
fixed by
#define const
in apropriate places

4. (old bug) Inastalation fail if prefix directory
(e.g /usr/local/pgsql) doesn't exists

--
Dmitry Samersoff
DM\S, dms(at)wplus(dot)net, AIM: Samersoff
http://devnull.wplus.net

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-02-03 17:48:23 Re: [HACKERS] template/alpha_cc
Previous Message Tom Lane 1999-02-03 16:53:58 Re: [HACKERS] template/alpha_cc