Re: [GENERAL] UnixWare chokes - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] UnixWare chokes
Date
Msg-id 199904281943.PAA12045@candle.pha.pa.us
Whole thread Raw
In response to UnixWare chokes  (Thomas Good <tomg@admin.nrnet.org>)
Responses Re: [GENERAL] UnixWare chokes  (Thomas Good <tomg@admin.nrnet.org>)
List 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@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: "Gene Selkov, Jr."
Date:
Subject: Re: [GENERAL] Any ideas why this doesn't work or how to rewrite it?
Next
From: valter
Date:
Subject: Re: [GENERAL] Search engine with PostgreSQL