Re: [GENERAL] UnixWare chokes

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tomg(at)admin(dot)nrnet(dot)org (Thomas Good)
Cc: pgsql-general(at)postgreSQL(dot)org, scrappy(at)hub(dot)org
Subject: Re: [GENERAL] UnixWare chokes
Date: 1999-04-28 19:43:11
Message-ID: 199904281943.PAA12045@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hi all,
>
> Trying to build pg on unixware...hacked configure as follows
> to create a Makefile:
>
> change TEMPLATE=template/`uname -s | tr A-Z a-z`
> to TEMPLATE=template/univel
>
> Downloaded flex-2.3pl7.tar.Z from Freebird site, installed...
> Downloaded bison-1.14.pkg.tar.Z and installed.
>
> And now - after a multitude of warnings (many more than with FreeBSD
> or Linux) gmake barfs with:
> Undefined symbol alloca in file bootstrap/SUBSYS.o

The alloca calls are coming from the code generated by bison. Strange
it would do that on Unixware. You would think bison would know if
alloca was available, and only use it if it was. If you use 'nm' you
will see the unresolved call in bootparse.c, no?

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message valter 1999-04-28 21:43:20 Re: [GENERAL] Search engine with PostgreSQL
Previous Message bachir ramdani 1999-04-28 17:50:10