from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
|
You are here: manpages
ldn-config
Section: User Commands (1) Updated: 22 Sep 2011 Index
Return to Main Contents
NAME
ldn-config - show compiler and linker flags for ldns usage.
SYNOPSIS
ldn-config
[
OPTIONS
]
DESCRIPTION
When writing programs using ldns, you have to tell the compiler
where to look for include files and what libraries from which location
to link to. ldn-config can be used to find out what flags to use
with the C compiler and the linker.
OPTIONS
- -cflags
-
Show the C compiler flags needed to compile with ldns
- -libs
-
Show the flags to be used to link with ldns
- -version
-
Shows the ldns version of the installed ldns library
- -libversion
-
Shows version of the binary api of the installed ldns library
- -help
-
Show ldn-config usage description
AUTHOR
Written by the ldns team.
REPORTING BUGS
Report bugs to < ldn-team@nlnetlabs.nl>.
COPYRIGHT
Copyright (C) 2011 NLnet Labs. This is free software. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- AUTHOR
-
- REPORTING BUGS
-
- COPYRIGHT
-
|