MU-VMS Archives

July 1997

MU-VMS@LISTSERV.MIAMIOH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Miami University OpenVMS <[log in to unmask]>
Date:
Mon, 14 Jul 1997 19:20:52 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
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

ATOM RSS1 RSS2