[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re:
Hi Ashish,
err_sys is a stevens written lib function (see Appendix A)....
It is not there when u compiled the prog....
Archan Paul
Lateral Linux Labs
archanp@xxxxxxxxxxx
icq - 61737056
On Wed, 25 Oct 2000, you wrote:
> Hi,
>
> I have just started to learn network programming.
> I tried to run a c program from Stevens book on network
> programming.
>
> The program is
>
> err_sys("pipe erroe");
> Its giving error as follows:
>
> /tmp/cc6q5fia.o: In function `main':
> /tmp/cc6q5fia.o(.text+0x1e): undefined reference to `err_sys'
> Ashish