Re: [GENERAL] UnixWare chokes

From: Thomas Good <tomg(at)nrnet(dot)org>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: Thomas Good <tomg(at)admin(dot)nrnet(dot)org>, pgsql-general(at)postgreSQL(dot)org, scrappy(at)hub(dot)org
Subject: Re: [GENERAL] UnixWare chokes
Date: 1999-04-28 23:16:09
Message-ID: Pine.LNX.3.96.990428191417.2565A-100000@mailhost.nrnet.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 28 Apr 1999, Thomas Good wrote:

> > 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.

> Hi. Negative...not in /usr/lib, /opt/lib or /lib *but* I found
> one entry in my Berkeley libraries (/usr/ucblib):
>
> Symbols from libucb.a[alloca.o]:
> [1] | 0| 0|FILE |LOCL |0 |ABS |alloca.s
> [4] | 0| 0|NOTY |GLOB |0 |1 |alloca

Bruce - I see the calls in /opt/lib/bison.simple to alloca...
can I make a careful incision anywhere? ;-)

----
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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Dusek 1999-04-28 23:28:53 Re: [GENERAL] Any ideas why this doesn't work or how to rewrite it?
Previous Message Bruce Momjian 1999-04-28 23:07:51 Re: [GENERAL] UnixWare chokes