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 66 67 68 69 70 71 72
|
.\" created for libIDL-config-2 by Chris Waters, for Debian GNU/Linux
.\"
.TH LIBIDL-CONFIG-2 1 "21 October 2001" "Version 0.7.1"
.SH NAME
libIDL\-config\-2 \- helper script for building with libIDL-2
.SH SYNOPSIS
.HP
.B libIDL\-config\-2
.RB "[ " \-\-libs " ] [ " \-\-cflags " ]"
[
.BI \-\-prefix =dir
] [
.BI \-\-exec\-prefix =dir
]
.HP
.B libIDL\-config\-2
.RB "[ " \-\-version " ] [ " \-\-help " ]"
.SH DESCRIPTION
.B libIDL\-config\-2
is a tool that is used to determine the compiler and linker flags that
should be used to compile and link programs that use the
\fIlibIDL-2\fP library. This script seems to be semi\-obsolete, and
may not work correctly on non\-Debian systems; you should probably use
"pkg-config libIDL-2.0" instead.
In most cases, you will use one (or both) of the options
\fB\-\-cflags\fP or \fB\-\-libs\fP (depending on whether you are
compiling or linking.
.SH OPTIONS
.B libIDL-config-2
accepts the following options:
.TP
.B \-\-version
Print the currently installed version of \fIlibrary\fP on the standard output.
.TP
.B \-\-help
Print a usage summary.
.TP
.B \-\-libs
Print the linker flags that are necessary to link with the specified
\fIlibrary\fP.
.TP
.B \-\-cflags
Print the compiler flags that are necessary to compile a program using
the specified \fIlibrary\fP.
.TP
.BI \-\-prefix =PREFIX
If specified, use PREFIX instead of the installation prefix that \fIlibrary\fP
was built with when computing the output for the \-\-cflags and
\-\-libs options. This option is also used for the exec prefix
if \-\-exec\-prefix was not specified. This option must be specified
before any \-\-libs or \-\-cflags options.
.TP
.BI \-\-exec\-prefix =PREFIX
If specified, use PREFIX instead of the installation exec prefix that
\fIlibrary\fP was built with when computing the output for the \-\-cflags
and \-\-libs options. This option must be specified before any
\-\-libs or \-\-cflags options.
.SH SEE ALSO
.BR /usr/share/doc/libidl ,
.B info libIDL
.SH AUTHOR
Copyright \(co 2001 Andrew T. Veliath <andrewtv@usa.net>
This manual was originally written for libIDL-config-2 by Chris Waters
for Debian GNU/Linux.
|