In the last episode (Sep 16), Jordan Freeman said:
> Performing a "make install" in /usr/src/lib/libc, here's the output :
> 
> # make install
> install -C -o root -g wheel -m 444   libc.a /usr/lib
> install: libc.a: No such file or directory
> *** Error code 71
> 
> Stop in /usr/src/lib/libc.
> 
> Howerer, when I "ll" for the file /usr/lib/libc.a in the /usr/lib 
> directory, I get :
> 
> # ll libc.a
> -r--r--r--  1 root  wheel  1918768 Aug 20 11:53 libc.a
> 
> So the file is obviously there. There is a possibilty that I'm just 
> being a twit. Any assistance would be greatly appreciated.

Did you run "make" first?

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to