Re: [GENERAL] UnixWare chokes --- Resolution

From: "Jun Zhang" <jzhang(at)flclerks(dot)com>
To: "Thomas Good" <tomg(at)admin(dot)nrnet(dot)org>, "Bruce Momjian" <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-general(at)postgreSQL(dot)org>, <scrappy(at)hub(dot)org>
Subject: Re: [GENERAL] UnixWare chokes --- Resolution
Date: 1999-04-29 14:54:18
Message-ID: 19990429103940.8a2bc291.in@flclerks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

After commented the line with "ecpg" (there is only one such line)
from the GNUmake file, the make all didn't go very far but ended with
the following message:

make -C utils all
make[1]: Entering directory `/home/humphrey/postgresql-6.4.2/src/utils'
cc -I../include -I../backend -c version.c
UX:acomp: ERROR: "/usr/include/strings.h", line 20: identifier redeclared:
strca
secmp
UX:acomp: ERROR: "/usr/include/stdlib.h", line 169: identifier redeclared:
srand
om
make[1]: *** [version.o] Error 1
make[1]: Leaving directory `/home/humphrey/postgresql-6.4.2/src/utils'
make: *** [all] Error 2

I used 6.4.2 on UnixWare 2.1.3.

Jun

----------
> From: Thomas Good <tomg(at)admin(dot)nrnet(dot)org>
> To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
> Cc: pgsql-general(at)postgreSQL(dot)org; scrappy(at)hub(dot)org
> Subject: Re: [GENERAL] UnixWare chokes --- Resolution
> Date: Thursday, April 29, 1999 8:55 AM
>
> Bruce - by commenting ecpg out of the interfaces Makefile I got
> all of Postgres to compile and have successfully run initdb...
>
> As soon as I can resolve the IpcMemory errors I hope to have this
> thing going.
>
> Thanks for all of your help,
> Tom
> ----
> North Richmond Community Mental Health Center
>
> Thomas Good Information Systems Coordinator
> E-Mail: tomg@ { admin | q8 } .nrnet.org
> Phone: 718-354-5528
> Fax: 718-354-5056
>
> Empowered by PostgreSQL 6.3.2
>
>

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Herouth Maoz 1999-04-29 15:09:09 Re: [GENERAL] Any ideas why this doesn't work or how to rewrite it?
Previous Message Jim Mercer 1999-04-29 14:51:07 serious bug in "alter table tbname rename to newname"