1regina-config(1) General Commands Manual regina-config(1)
2
3
4
6 regina-config - Developer Configuration for The Regina Rexx interpreter
7
9 regina-config [ options ]
10
11
13 regina-config supplies configuration information to a developer intend‐
14 ing to use the Rexx SAA API for embedding Regina into their application
15 or writing Rexx external function packages.
16
17
19 --help Displays usage.
20
21
22 --version
23 Displays installed version of Regina.
24
25
26 --prefix
27 Displays the installed prefix directory.
28
29
30 --multithreaded
31 Displays yes if the installed version for Regina is thread-safe
32 or no if not thread-safe.
33
34
35 --cflags
36 Displays the pre-processor and compiler flags.
37
38
39 --libs Displays the linker flags.
40
41
43 The Regina Rexx interpreter is distributed under the GNU Library Gen‐
44 eral Public License, see the file `COPYING-LIB' in the source code dis‐
45 tribution.
46
47
49 Anders Christensen, University of Trondheim, Norway <an‐
50 ders@pvv.unit.no>.
51
52 Changes to Regina since 0.07a, Mark Hessling <mark (at) rexx.org>
53
54
56 There are several good reference books on Rexx. The most famous is "The
57 Rexx Language" by Mike Cowlishaw. Visit http://www.rexxla.org (The
58 Rexx Language Association) for any Rexx related information.
59
60
61
62
63 regina-config(1)