| 15 |
Testing with runtest.bat |
Testing with runtest.bat |
| 16 |
Building under Windows with BCC5.5 |
Building under Windows with BCC5.5 |
| 17 |
Building PCRE on OpenVMS |
Building PCRE on OpenVMS |
| 18 |
|
Building PCRE on Stratus OpenVOS |
| 19 |
|
|
| 20 |
|
|
| 21 |
GENERAL |
GENERAL |
| 447 |
$! |
$! |
| 448 |
========================= |
========================= |
| 449 |
|
|
| 450 |
Last Updated: 05 September 2009 |
|
| 451 |
|
BUILDING PCRE ON STRATUS OPENVOS |
| 452 |
|
|
| 453 |
|
These notes on the port of PCRE to VOS (lightly edited) were supplied by |
| 454 |
|
Ashutosh Warikoo, whose email address has the local part awarikoo and the |
| 455 |
|
domain nse.co.in. The port was for version 7.9 in August 2009. |
| 456 |
|
|
| 457 |
|
1. Building PCRE |
| 458 |
|
|
| 459 |
|
I built pcre on OpenVOS Release 17.0.1at using GNU Tools 3.4a without any |
| 460 |
|
problems. I used the following packages to build PCRE: |
| 461 |
|
|
| 462 |
|
ftp://ftp.stratus.com/pub/vos/posix/ga/posix.save.evf.gz |
| 463 |
|
|
| 464 |
|
Please read and follow the instructions that come with these packages. To start |
| 465 |
|
the build of pcre, from the root of the package type: |
| 466 |
|
|
| 467 |
|
./build.sh |
| 468 |
|
|
| 469 |
|
2. Installing PCRE |
| 470 |
|
|
| 471 |
|
Once you have successfully built PCRE, login to the SysAdmin group, switch to |
| 472 |
|
the root user, and type |
| 473 |
|
|
| 474 |
|
[ !create_dir (master_disk)>usr --if needed ] |
| 475 |
|
[ !create_dir (master_disk)>usr>local --if needed ] |
| 476 |
|
!gmake install |
| 477 |
|
|
| 478 |
|
This installs PCRE and its man pages into /usr/local. You can add |
| 479 |
|
(master_disk)>usr>local>bin to your command search paths, or if you are in |
| 480 |
|
BASH, add /usr/local/bin to the PATH environment variable. |
| 481 |
|
|
| 482 |
|
4. Restrictions |
| 483 |
|
|
| 484 |
|
This port requires readline library optionally. However during the build I |
| 485 |
|
faced some yet unexplored errors while linking with readline. As it was an |
| 486 |
|
optional component I chose to disable it. |
| 487 |
|
|
| 488 |
|
5. Known Problems |
| 489 |
|
|
| 490 |
|
I ran a the test suite, but you will have to be your own judge of whether this |
| 491 |
|
command, and this port, suits your purposes. If you find any problems that |
| 492 |
|
appear to be related to the port itself, please let me know. Please see the |
| 493 |
|
build.log file in the root of the package also. |
| 494 |
|
|
| 495 |
|
|
| 496 |
|
========================= |
| 497 |
|
Last Updated: 09 September 2009 |
| 498 |
**** |
**** |