HP3000-L Archives

May 2000, Week 5

HP3000-L@RAVEN.UTC.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:
Robert Joseph <[log in to unmask]>
Reply To:
Date:
Wed, 31 May 2000 12:52:16 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (11 lines)
The getenv() function must be linked into your program from the Posix
runtime library RL.  The following instructions were copied from
http://jazz.external.hp.com/papers/cgi-paper/cgiwhite.htm


PASXL PHONEP;YPHONE;LPHONE
LINK FROM=YPHONE;TO=./phonebook.pas;RL=/lib/libc.a;posix

If you don't link with /lib/libc.a then the getenv() function that will
be linked in will not be able to read the CGI environment variables.

ATOM RSS1 RSS2