curl/packages/vms
Daniel Stenberg d0edb47896 Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
the configure script checks for openldap and friends and we link with those
libs just like we link all other third party libraries, and we no longer
dlopen() those libraries. Our private header file lib/ldap.h was renamed to
lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
just before this commit, just in case.
2007-08-11 20:57:54 +00:00
..
axp container to get this dir made 2004-03-22 21:42:07 +00:00
ia64 crap files to get the dirs made when checked out from CVS 2004-03-22 21:46:08 +00:00
vax crap files to get the dirs made when checked out from CVS 2004-03-22 21:46:08 +00:00
.cvsignore removed .h and .sdl 2005-12-30 00:07:25 +00:00
Makefile.am added missing files 2006-02-27 21:32:42 +00:00
batch_compile.com Marty Kuhrt's VMS updates 2004-03-21 22:38:01 +00:00
build_vms.com Steve Little's fixes to allow compilation on VMS 64-bit mode 2007-04-25 03:00:10 +00:00
config-vms.h Patrick Monnerat modified the LDAP code and approach in curl. Starting now, 2007-08-11 20:57:54 +00:00
curlmsg.h Updated to match curl.h 2007-07-11 23:17:11 +00:00
curlmsg.msg Updated to match curl.h 2007-07-11 23:17:11 +00:00
curlmsg.sdl Updated to match curl.h 2007-07-11 23:17:11 +00:00
curlmsg_vms.h Updated to match curl.h 2007-07-11 23:17:11 +00:00
defines.com Added $Id$ and pre-exisiting logical check 2005-02-11 20:17:21 +00:00
hpssl_alpha.opt Marty Kuhrt's VMS update 2005-01-03 19:17:10 +00:00
hpssl_ia64.opt Marty Kuhrt's VMS updates 2004-03-21 22:38:01 +00:00
hpssl_vax.opt Marty Kuhrt's VMS updates 2004-03-21 22:38:01 +00:00
readme changed config-vms info 2005-02-14 22:37:59 +00:00

readme

$Id$
                             _   _ ____  _
                         ___| | | |  _ \| |
                        / __| | | | |_) | |
                       ( (__| |_| |  _ <| |___
                        \___|\___/|_| \_\_____|
                             for OpenVMS

History:

 9-MAR-2004, Created this readme. file.  Marty Kuhrt (MSK).
15-MAR-2004, MSK, Updated to reflect the new files in this directory.
14-FEB-2005, MSK, removed config-vms.h_with* file comments


Prerequisites:

OpenVMS V7.0 or later (any platform)
DECC V6.5 or later
OpenSSL or hp SSL, if you want SSL support

What is Here:

This directory contains the following files:

AXP.DIR                  - Target directory for Alpha builds.
BATCH_COMPILE.COM        - Quick and dirty batch build procedure.
BUILD_VMS.COM            - The brute force build procedure that sets
                           up the config files, and builds all the C 
                           and MSG files in the lib and src
                           subdirectories.
CONFIG-VMS.H             - The config file used for all builds.
CURLMSG.H                - Created with SDL/ALPHA/LANGUAGE=CC CURLMSG.SDL
                           (Needs freeware SDL tool)
CURLMSG.MSG              - Source for .SDL and .H as well as the 
                           .OBJ used to link against for error messages.
CURLMSG.SDL              - Created with MESSAGE/SDL CURLMSG.MSG.
CURLMSG_VMS.H            - Maps curl error codes to VMS error numbers.
DEFINES.COM              - Some handy logicals needed for the build.
                           You may need to update this for your setup.
HPSSL_ALPHA.OPT          - Option file for hp SSL link on Alpha.
HPSSL_IA64.OPT           - Option file for hp SSL link on IA64.
HPSSL_VAX.OPT            - Option file for hp SSL link on VAX.
IA64.DIR                 - Target directory for IA64 builds.
README.                  - This file.
VAX.DIR                  - Target directory for VAX builds.


How to Build:

In theory you should be able to do an @defines followed by an
@build_vms from this directory and it will create brand new .olbs and
an .exe.  I say in theory because every release of cURL tosses in a
new twist that has to be addressed by updating the config-vms.h*
files, or other files.  I'm working on keeping all the OpenVMS
dependant stuff in this config file to keep from having to wade
through gobs of #ifdefs and such.

Other Notes:

The test suites are not supported as of 7.11.0.

The CURLMSG.SDL and CURLMSG.H files are generated from CURLMSG.MSG.
This is not done automatically, since the .MSG file is a hand edit
of the relevant stuff from the CURL.H file.  If you want to do this
yourself you'll need the SDL package from the freeware CD.