1ldns-config(1) General Commands Manual ldns-config(1)
2
3
4
6 ldns-config - show compiler and linker flags for ldns usage.
7
9 ldns-config [ OPTIONS ]
10
11
13 When writing programs using ldns, you have to tell the compiler where
14 to look for include files and what libraries from which location to
15 link to. ldns-config can be used to find out what flags to use with the
16 C compiler and the linker.
17
18
20 --cflags
21 Show the C compiler flags needed to compile with ldns
22
23
24 --libs Show the flags to be used to link with ldns
25
26
27 --libs_sec
28 Show the flags to be used to link with ldns compiled for sec‐
29 ondary architecture.
30
31
32 --version
33 Shows the version of the installed ldns library
34
35
36 --help Show ldns-config usage description
37
38
40 Written by the ldns team.
41
42
44 Report bugs to <ldns-team@nlnetlabs.nl>.
45
46
48 Copyright (C) 2011 NLnet Labs. This is free software. There is NO war‐
49 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
50 POSE.
51
52
53
54
55 22 Sep 2011 ldns-config(1)