File: ptlib-config.1

package info (click to toggle)
pwlib 1.10.2-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 12,112 kB
  • ctags: 14,989
  • sloc: cpp: 109,883; ansic: 6,061; sh: 2,929; makefile: 1,054; yacc: 861; asm: 161
file content (65 lines) | stat: -rw-r--r-- 2,584 bytes parent folder | download | duplicates (3)
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
59
60
61
62
63
64
65
.TH pwlib 1 "2003-08-18" Version 1.5.0
.SH NAME
ptlib-config - script to get information about the installed version of the console mode part of the \fIPortable Windows Library\fP, \fIptlib\fP.
.SH SYNOPSIS
.
.B  ptlib-config  [\-\-version] [\-\-pwlibdir] [\-\-ccflags] [\-\-ldflags] [\-\-libs] [\-\-machtype] [\-\-ostype] [\-\-osrelease] [\-\-sharedlibext] [\-\-prefix]
.SH DESCRIPTION
.PP
\fIptlib-config\fP is a tool that is used to determine the compiler and linker 
flags that should be used to compile and link programs that use \fIptlib\fP, the console mode classes and components of the \fIPortable Windows Library\fP (aka. \fIpwlib\fP)
.
.SH OPTIONS
.l
\fIptlib-config\fP accepts the following options:
.TP 8

.B  \-\-version
Print the currently installed version of \fIptlib\fP on the standard output.
.TP 8

.B \-\-pwlibdir
Print the name of the directory under which all the necessary development files of \fIptlib\fP can be found (to ensure compatibility with the build process of other libraries/programs by the \fIopenh323 Project\fP, which rely on \fIptlib\fP).
.TP 8

.B  \-\-ccflags
Print the compiler flags that are necessary to compile a program that uses \fIptlib\fP.
.TP 8

.B \-\-ldflags
Print flags that tell the linker \fIld\fP where to look for \fIptlib\fP libraries.
.TP 8

.B \-\-libs
Print the linker flags that are necessary to link a program with \fIptlib\fP.
.TP 8

.B \-\-machtype
Print the machine type for which the currently installed version of \fIptlib\fP was built.
.TP 8

.B \-\-ostype
Print the OS for which the currently installed version of \fIptlib\fP was built.
.TP 8

.B \-\-osrelease
Print the release of the OS on which the currently installed version of \fIptlib\fP was built.  This option is not used to date, for the intallation should be independant of that!
.TP 8

.B \-\-sharedlibext
Print the suffix of the shared version libraries of the currently installed version of \fIptlib\fP.
.TP 8

.B  \-\-prefix
Print the directory prefix under which the libraries and header files of the currently installed version of \fIptlib\fP are installed (i.e. where the lib and include directories are located into which those files were installed).


.SH COPYRIGHT
Copyright \(co  1998 Owen Taylor,
 modified for pwlib/ptlib by Tim Johann, 2003.

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.