1ECL-CONFIG(1) General Commands Manual ECL-CONFIG(1)
2
3
4
6 ecl-config - Embeddable Common Lisp configuration query
7
9 ecl-config [-cflags] [-libs] [-ldflags] [ LIBS]
10
12 ecl-config will return through the standard output the set of compiler
13 or linker flags needed to build applications that embed ecl.
14
16 -cflags
17 Output the flags required to compile a C/C++ file.
18
19 -libs
20
21 -ldflags
22 Return the linker flags required to build a C/C++ application or
23 shared library.
24
25 LIBS When also using -ldflags also add the cmp (compiler) library.
26
28 Probably some. Report them!
29
30
31
32
33 2013-06-09 ECL-CONFIG(1)