I have written a program in C that takes the input of a web page form and
mails the results to a list of people.  Under Linux it compiles, links,
and runs perfectly.  On the VAX, it compiles (after writing my own strdup)
and then complains of the following linker errors:
 
%LINK-I-UDFSYM,         CONNECT
%LINK-I-UDFSYM,         HTONS
%LINK-I-UDFSYM,         INET_ADDR
%LINK-I-UDFSYM,         RECV
%LINK-I-UDFSYM,         SEND
%LINK-I-UDFSYM,         SOCKET
 
I typed:
cc form.c
link form.obj /executable=form.cgi
 
Anyone know of a way to link in those functions?
 
--
[log in to unmask] [log in to unmask] | Genius may have its limitations, but stupidity
http://www.muohio.edu/~greerga | is not thus handicapped. -- Elbert Hubbard