Re: [HACKERS] Re: UnixWare

From: Dmitry Samersoff <dms(at)wplus(dot)net>
To: Thomas Good <tomg(at)nrnet(dot)org>
Cc: pgsql-hackers(at)hub(dot)org, Andrew Merrill <andrew(at)thatch2(dot)compclass(dot)com>, "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
Subject: Re: [HACKERS] Re: UnixWare
Date: 1999-06-21 09:20:21
Message-ID: XFMail.990621132021.dms@wplus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 18-Jun-99 Thomas Good wrote:
> On Thu, 17 Jun 1999, Billy G. Allie wrote:
>
> Billy,
>
> I have such a box (running 2.1.2 and pg 6.3.2) and linked no problem (see
> earlier post) by telling the linker to use /usr/ucblib.

I clearly build 6.5 on my UW using compiler located in /udk
with one fiew problem in plpgsql:
compilation of pl_scan.c filed due undeclared
K_ALIAS ...

I move line
#include "pl_scan.c"
in pl_gram.c after constant declaration, but I don't now
how it can be solved permanently in gram.y

I can't connect to postgres using UDS,
probably, because its on disk name has additional simbol ^F

root(at)its-sp:~/postgresql-6.5/src/pl/plpgsql/src>ls -l /tmp/.s*
p-w--w--w- 1 postgres 0 Jun 17 22:39 /tmp/.s.PGSQL.5432^F

---
Dmitry Samersoff, dms(at)wplus(dot)net, ICQ:3161705
http://devnull.wplus.net
* There will come soft rains ...

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Lundin 1999-06-21 09:44:06 Re: [HACKERS] idea for 'module' support
Previous Message Wayne Piekarski 1999-06-21 09:11:42 Re: [HACKERS] Update on my 6.4.2 progress