[Pcre-svn] [441] code/trunk/NON-UNIX-USE: Add some user-supp…

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [441] code/trunk/NON-UNIX-USE: Add some user-supplied comments about Stratus OpenVOS.
Revision: 441
          http://vcs.pcre.org/viewvc?view=rev&revision=441
Author:   ph10
Date:     2009-09-09 11:37:29 +0100 (Wed, 09 Sep 2009)


Log Message:
-----------
Add some user-supplied comments about Stratus OpenVOS.

Modified Paths:
--------------
    code/trunk/NON-UNIX-USE


Modified: code/trunk/NON-UNIX-USE
===================================================================
--- code/trunk/NON-UNIX-USE    2009-09-09 10:14:40 UTC (rev 440)
+++ code/trunk/NON-UNIX-USE    2009-09-09 10:37:29 UTC (rev 441)
@@ -15,6 +15,7 @@
   Testing with runtest.bat
   Building under Windows with BCC5.5
   Building PCRE on OpenVMS
+  Building PCRE on Stratus OpenVOS 



GENERAL
@@ -446,5 +447,52 @@
$!
=========================

-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
 ****