linkshrlib.com

A tool that eases linking of shared libraries on OpenVMS Alpha and Itanium

I built and used a tool to link (not compile) open source libraries into shareable images on Alpha and Itanium easily.
Among others, It can generate vector files, generate upward compatible vectorfiles when supplied an older version, use a UNIX style map file to exactly pinpoint the vectors to be defined, or generate vectors based on a list or wildcard.
Prerequisites for use: DCL, DEC C compiler, on fairly recent VMS (>= 7.3-2 seems a good guess) either Alpha or Itanium.

I used it for libssh2, libcurl, libz, libidn, libharu, polarssl and a few others (none supplied).

/* the shortening routines are provided under the following copyright: */
/*
 * Copyright (c) 2010 Craig A. Berry
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
/* The rest of the code is provided under the same conditions, except that copyright
 * is Jose Baars.
 */