aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-30 21:52:45 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-30 21:52:45 +0200
commitdad5f25058c4ecf69ebe4543a13281d3f28c69bc (patch)
tree8febb68d715ea8a08ed0da2955b5b780d6613500 /doc/gawktexi.in
parentcbd2cf7f926f960fab1b5004e42c35515c1c8d9f (diff)
downloadegawk-dad5f25058c4ecf69ebe4543a13281d3f28c69bc.tar.gz
egawk-dad5f25058c4ecf69ebe4543a13281d3f28c69bc.tar.bz2
egawk-dad5f25058c4ecf69ebe4543a13281d3f28c69bc.zip
Build and test dynamic extensions on VMS. Documented too.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 2219dc45..9a853e17 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -34069,6 +34069,23 @@ a PCSI kit for compatible with the GNV product.
@node VMS Dynamic Extensions
@appendixsubsubsec Compiling @command{gawk} Dynamic Extensions on VMS
+The extensions that have been ported to VMS can be built using one of
+the following commands.
+
+@example
+$ @kbd{MMS/DESCRIPTION=[.vms]descrip.mms extensions}
+@end example
+
+@noindent
+or:
+
+@example
+$ @kbd{MMK/DESCRIPTION=[.vms]descrip.mms extensions}
+@end example
+
+@command{gawk} uses @code{AWKLIBPATH} as either an environment variable
+or a logical name to find the dynamic extensions.
+
Dynamic extensions need to be compiled with the same compiler options for
floating point, pointer size, and symbol name handling as were used
to compile @command{gawk} itself.