summaryrefslogtreecommitdiff
path: root/NON-UNIX-USE
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-09 10:37:29 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-09 10:37:29 +0000
commit4f7977841d1bab49257fed652dbd05a90a503f84 (patch)
treed50403e9bf4561d3a371baccad5d3707c280d7c5 /NON-UNIX-USE
parent521d62b6f8ce5c335384727a4014d6bb3a0dae70 (diff)
downloadpcre-4f7977841d1bab49257fed652dbd05a90a503f84.tar.gz
Add some user-supplied comments about Stratus OpenVOS.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@441 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r--NON-UNIX-USE50
1 files changed, 49 insertions, 1 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index bf5cdb3..9374130 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -15,6 +15,7 @@ This document contains the following sections:
Testing with runtest.bat
Building under Windows with BCC5.5
Building PCRE on OpenVMS
+ Building PCRE on Stratus OpenVOS
GENERAL
@@ -446,5 +447,52 @@ $! Locale could not be set to fr
$!
=========================
-Last Updated: 05 September 2009
+
+BUILDING PCRE ON STRATUS OPENVOS
+
+These notes on the port of PCRE to VOS (lightly edited) were supplied by
+Ashutosh Warikoo, whose email address has the local part awarikoo and the
+domain nse.co.in. The port was for version 7.9 in August 2009.
+
+1. Building PCRE
+
+I built pcre on OpenVOS Release 17.0.1at using GNU Tools 3.4a without any
+problems. I used the following packages to build PCRE:
+
+ ftp://ftp.stratus.com/pub/vos/posix/ga/posix.save.evf.gz
+
+Please read and follow the instructions that come with these packages. To start
+the build of pcre, from the root of the package type:
+
+ ./build.sh
+
+2. Installing PCRE
+
+Once you have successfully built PCRE, login to the SysAdmin group, switch to
+the root user, and type
+
+ [ !create_dir (master_disk)>usr --if needed ]
+ [ !create_dir (master_disk)>usr>local --if needed ]
+ !gmake install
+
+This installs PCRE and its man pages into /usr/local. You can add
+(master_disk)>usr>local>bin to your command search paths, or if you are in
+BASH, add /usr/local/bin to the PATH environment variable.
+
+4. Restrictions
+
+This port requires readline library optionally. However during the build I
+faced some yet unexplored errors while linking with readline. As it was an
+optional component I chose to disable it.
+
+5. Known Problems
+
+I ran a the test suite, but you will have to be your own judge of whether this
+command, and this port, suits your purposes. If you find any problems that
+appear to be related to the port itself, please let me know. Please see the
+build.log file in the root of the package also.
+
+
+=========================
+Last Updated: 09 September 2009
****