help about scounix?


 
Thread Tools Search this Thread
Top Forums Programming help about scounix?
# 1  
Old 01-23-2002
Data help about scounix?

HOW CAN I GET RIGHT ? thank you !

$ cc server.c
UX:acomp: WARNING: "server.c", line 60: argument is incompatible with prototype6
Undefined first referenced
symbol in file
socket server.o
getprotobyname server.o
gethostbyname server.o
inet_ntoa server.o
ffush server.o
UX:ld: ERROR: a.out: fatal error: Symbol referencing errors. No output written t
# 2  
Old 01-23-2002
I think u r trying to build a socket application. Kindly compile it with -lsocket option
cc server.c -lsocket
to include socket related library.
If u r using TLI then probably u have to include -lnsl library also
I not as to sure why the application is generating these error but out of estimation I figure it so.
# 3  
Old 01-23-2002
thank you very much!
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. SCO

Version of ScoUnix

Hi, What is the command to check the version of the installed sco unix. Regards arun (1 Reply)
Discussion started by: Arun.Kakarla
1 Replies

2. UNIX for Dummies Questions & Answers

Mouse Problem In ScoUnix

I have a problem with my mouse in scounix 5.04 i choosed my mouse during installation , but when i installed unix my mouse was hanged , and didn't works. please help me how can i install my mouse tnx alot (1 Reply)
Discussion started by: uranium
1 Replies
Login or Register to Ask a Question