* David Malone <[EMAIL PROTECTED]> [010313 03:34] wrote:
> On Mon, Mar 12, 2001 at 05:50:05PM -0800, Alfred Perlstein wrote:
>
> > Can you explain _why_ this isn't working, like an error message, maybe?
>
> It doesn't work 'cos the socket library call is not written in C,
> so grepping/cscoping won't find it. It is generated from socket.S,
> which seems to be produced by a line in src/lib/libc/sys/Makefile.inc
> which does:
>
> printf '#include "SYS.h"\nRSYSCALL(${.PREFIX})\n' > ${.TARGET}
>
> That make file includes various other makefiles which produce the
> list of syscalls which should be compiled into the library.
David, I was asking Shankar to give more reasonable explanations
as to why things weren't working. If you check my first message
to him there's the suggestion to do a "make world" and pipe the
output to a file to look for this.
y'know, teach a man to fish... :)
--
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
Daemon News Magazine in your snail-mail! http://magazine.daemonnews.org/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message