MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: More pgperf compile problems...



Pavel writes:
> > Okay, I took out the -p flag and that got rid of the mcrt1.o problem.  
> > Now it's getting undefined symbols.  Maybe some libraries aren't 
> > installed?  Where should I get them so I can install them?  Any ideas?
> > 
> > Once again, it's on a Sun Sparc with Solaris.
> 
> > Undefined                       first referenced
> >  symbol                             in file
> > bzero                               hashtable.o
> > srandom                             perfect.o
> > bcopy                               getopt.o
> > random                              perfect.o
> > index                               getopt.o
> > mcount                              options.o
> 
> The first five of these are in /lib/libc.a, the standard C library, on my
> Solaris machine (2.5.1); I don't know why your system isn't finding them.
> 
The first five are hidden in the ucb libraries on my machine.

Try adding:	-lucb

and if it can't find the library add something like /usr/ucblib to your
library path.

Rohan


References:

Home | Subject Index | Thread Index