Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ECL-CONFIG(1)		     General Commands Manual		   ECL-CONFIG(1)

NAME
     ecl-config - Embeddable Common Lisp configuration query

SYNOPSIS
     ecl-config [-cflags] [-libs] [-ldflags] [ LIBS]

DESCRIPTION
     ecl-config  will  return through the standard output the set of compiler or
     linker flags needed to build applications that embed ecl.

OPTIONS
     -cflags
	    Output the flags required to compile a C/C++ file.

     -libs

     -ldflags
	    Return the linker flags required to build  a  C/C++  application  or
	    shared library.

     LIBS   When also using -ldflags also add the cmp (compiler) library.

BUGS
     Probably some. Report them!

				   2013-06-09			   ECL-CONFIG(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ecl-config&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help