version 2, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
ORBIT-CONFIG |
|
|
2 |
!!!ORBIT-CONFIG |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
SEE ALSO |
|
|
8 |
AUTHOR |
|
|
9 |
---- |
|
|
10 |
!!NAME |
|
|
11 |
|
|
|
12 |
|
|
|
13 |
orbit-config - helper script for building with ORBit |
|
|
14 |
!!SYNOPSIS |
|
|
15 |
|
|
|
16 |
|
|
|
17 |
__orbit-config__ [[ __--libs__ ] [[ __--cflags__ ] [[ |
|
|
18 |
__--prefix__''=dir'' ] [[ |
|
|
19 |
__--exec-prefix__''=dir'' ] [[ |
|
|
20 |
__--use-service__''=service'' ] [[ __client__ | |
|
|
21 |
__server__ ] |
|
|
22 |
|
|
|
23 |
|
|
|
24 |
__orbit2-config__ [[ __--version__ ] [[ __--help__ |
|
|
25 |
] |
|
|
26 |
!!DESCRIPTION |
|
|
27 |
|
|
|
28 |
|
|
|
29 |
__orbit-config__ is a tool that is used to determine the |
|
|
30 |
compiler and linker flags that should be used to compile and |
|
|
31 |
link programs that use the ''orbit'' library. It is also |
|
|
32 |
used internally by the .m4 macros for GNU autoconf that are |
|
|
33 |
included with ''orbit''. |
|
|
34 |
|
|
|
35 |
|
|
|
36 |
The argument __client__ is used for compiling an orbit |
|
|
37 |
client, and __server__ for compiling an orbit server. In |
|
|
38 |
most cases, you will use one (or both) of the options |
|
|
39 |
__--cflags__ or __--libs__ (depending on whether you |
|
|
40 |
are compiling or linking. |
|
|
41 |
!!OPTIONS |
|
|
42 |
|
|
|
43 |
|
|
|
44 |
__orbit-config__ accepts the following |
|
|
45 |
options: |
|
|
46 |
|
|
|
47 |
|
|
|
48 |
__--version__ |
|
|
49 |
|
|
|
50 |
|
|
|
51 |
Print the currently installed version of ''library'' on |
|
|
52 |
the standard output. |
|
|
53 |
|
|
|
54 |
|
|
|
55 |
__--help__ |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
Print a usage summary. |
|
|
59 |
|
|
|
60 |
|
|
|
61 |
__--cflags__ |
|
|
62 |
|
|
|
63 |
|
|
|
64 |
Print the compiler flags that are necessary to compile a |
|
|
65 |
program using the specified ''library''. |
|
|
66 |
|
|
|
67 |
|
|
|
68 |
__--libs__ |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
Print the linker flags that are necessary to link with the |
|
|
72 |
specified ''library''. |
|
|
73 |
|
|
|
74 |
|
|
|
75 |
__--prefix__''=PREFIX'' |
|
|
76 |
|
|
|
77 |
|
|
|
78 |
If specified, use PREFIX instead of the installation prefix |
|
|
79 |
that ''library'' was built with when computing the output |
|
|
80 |
for the --cflags and --libs options. This option is also |
|
|
81 |
used for the exec prefix if --exec-prefix was not specified. |
|
|
82 |
This option must be specified before any --libs or --cflags |
|
|
83 |
options. |
|
|
84 |
|
|
|
85 |
|
|
|
86 |
__--exec-prefix__''=PREFIX'' |
|
|
87 |
|
|
|
88 |
|
|
|
89 |
If specified, use PREFIX instead of the installation exec |
|
|
90 |
prefix that ''library'' was built with when computing the |
|
|
91 |
output for the --cflags and --libs options. This option must |
|
|
92 |
be specified before any --libs or --cflags |
|
|
93 |
options. |
|
|
94 |
|
|
|
95 |
|
|
|
96 |
__--use-service=__''SERVICE'' |
|
|
97 |
|
|
|
98 |
|
|
|
99 |
If specified, provide additional flags (if any) for using |
|
|
100 |
the specified service. Known values for SERVICE are: module |
2 |
perry |
101 |
!CosNaming, interfaces LNameComponent, LName. |
1 |
perry |
102 |
!!SEE ALSO |
|
|
103 |
|
|
|
104 |
|
|
|
105 |
orbit-idl(1), /usr/share/doc/liborbit-dev, |
|
|
106 |
http://orbit-resource.sourceforge.net. |
|
|
107 |
!!AUTHOR |
|
|
108 |
|
|
|
109 |
|
|
|
110 |
Copyright 2001 Dick Porter |
|
|
111 |
|
|
|
112 |
|
|
|
113 |
This manual was originally written for orbit-config by Chris |
|
|
114 |
Waters |
|
|
115 |
---- |