summaryrefslogtreecommitdiff
path: root/ace-config.1.in
blob: 1b3c0dd5f618770f792e965846ad77dcf72b42f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.\" Process this file with
.\" groff -man -Tascii ace-config.1
.\"
.TH ace-config 1 "DECEMBER 1998" "Library Configuration" "User Manuals"
.SH NAME
ace-config \- Display ACE Library Configuration
.SH SYNOPSIS
.B ace-config 
.I OPTION 
.B [
.I OPTION
.B ... ] 
.B [
.I LIBRARY
.B ]
.SH DESCRIPTION
.B ace-config
is a script that is used to display what compiler flags and libraries were
used when ACE was built.
.SH OPTIONS
.IP --version
ACE version information
.IP --help
display help message and exit
.IP --cxx
C++ compiler used for compiling
.IP --cxxflags
C++ pre-processor and compiler flags
.IP --libs
library linking information
.IP --libs-only-L
the -L/-R part of
.I --libs
.IP --libs-only-l
the -l part of 
.I --libs
.SH LIBRARY
.I LIBRARY
refers to the library for which the specified configuration is desired.  Valid
libraries are:
.IP ace
the ACE library
.IP netsvcs
the ACE net services library
.IP tao
the ACE ORB (TAO) library
.SH FILES
.I @libdir@/aceConf.sh
.RS
Additional ACE related library configuration information.
.RE
.SH BUGS
No option to display which C++ compiler was used to compile ACE currently
exists.
.SH AUTHOR
Ossama Othman <othman@cs.wustl.edu>
.SH "SEE ALSO"
.BR tao-config (1)