> On Wed, 28 Apr 1999, Bruce Momjian wrote:
> 
> > > On Wed, 28 Apr 1999, Bruce Momjian 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

Bing.  Looks like bison-programs need -lucb as a compiler option.  Try
that and see.

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  [EMAIL PROTECTED]            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Reply via email to