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 23:07:51
Message-ID: 199904282307.TAA22469@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Wed, 28 Apr 1999, Bruce Momjian wrote:
>
> > > 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 - I am not sure what I am looking for...so here is the stdout from
> running nm (tail make.log follows the nm output).
>
> Thanks for taking the time, I know you're rather busy.

It is this line:

[56] | 0| 0|NOTY |GLOB |0 |UNDEF |alloca

Your bison is outputting code that can not be resolved by the libraries
you supplied. Try doing 'nm' in /usr/lib, and see if you can find a
reference to alloca that does not have "UNDEF" next to it.

--
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 Thomas Good 1999-04-28 23:16:09 Re: [GENERAL] UnixWare chokes
Previous Message Thomas Good 1999-04-28 22:54:16 Re: [GENERAL] UnixWare chokes