Re: [GENERAL] UnixWare chokes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] UnixWare chokes
Дата
Msg-id 199904281943.PAA12045@candle.pha.pa.us
обсуждение исходный текст
Ответ на UnixWare chokes  (Thomas Good <tomg@admin.nrnet.org>)
Ответы Re: [GENERAL] UnixWare chokes
Список 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 по дате отправления:

Предыдущее
От: "Gene Selkov, Jr."
Дата:
Сообщение: Re: [GENERAL] Any ideas why this doesn't work or how to rewrite it?
Следующее
От: valter
Дата:
Сообщение: Re: [GENERAL] Search engine with PostgreSQL