Subject: Re: [netatalk-admins] getwd, getdtablesize, wait3, Oh My!
From: Edan Idzerda (edan@mtu.edu)
Date: Tue Oct 14 1997 - 17:29:13 EDT
> I am compiling netatalk-1.4b2 on my Solaris 2.5.1 system using gcc-2.7.2.2
> and am running into problems with unknown function calls. I have created
> a kludge.h file that I use to replace calls to functions index, rindex, bzero,
> bcopy, and bcmp, but I am now running into problems with the functions
> getdtablesize, getwd, and wait3. I was wondering if these functions have
I think your problem is somewhere else. The following output is from
a local system here, editing to show only the good parts.
critter:src/rumba.0.4.s% uname -a
SunOS critter 5.5.1 Generic_103640-08 sun4u sparc SUNW,Ultra-1
critter:~% nm /usr/lib/libc.a | egrep 'bzero|bcmp|bcopy|getdtable|getwd|wait3'
[6] | 0| 44|FUNC |GLOB |0 |2 |bcmp
[7] | 0| 40|FUNC |GLOB |0 |2 |bcopy
[6] | 0| 40|FUNC |GLOB |0 |2 |bzero
[6] | 0| 28|FUNC |GLOB |0 |2 |getdtablesize
[10] | 0| 132|FUNC |GLOB |0 |2 |getwd
[6] | 0| 40|FUNC |GLOB |0 |2 |wait3
I can't say that I know off the top of my head what your
problem is, but I can say that you have a fairly major
problem with your gcc installation. Could it be that
gcc was not compiled to look in your standard library
directories, like /usr/lib? All of your 'missing'
functions are available in libc.
- edan
-- Edan Idzerda <edan@mtu.edu> System Administrator -- Michigan Technological University, Houghton MI USA
This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:27:00 EST