This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Thread model: single? (was: make bootstrap endless loop on AI X)


On Tue 2001-12-04, Christoph Bugel wrote:
> On Tue 2001-12-04, Venkatakrishnan, V wrote:
> > 	I'm getting some linking errors on my AIX 4.1.5 box as follows....
> > ld: 0711-317 ERROR: Undefined symbol: .ftime
> > ld: 0711-317 ERROR: Undefined symbol: .FD_ZERO
> > ld: 0711-317 ERROR: Undefined symbol: .FD_SET
> 
> $ man ftime
> ftime: Berkeley Compatibility Library (libbsd.a)
> couldn't find the FD_ZERO though..

nm /lib/libc.a | grep FD_ZERO

yep -- it is there. I wonder why it gives you unresolved symbols
then.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]