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

FreeBSD Manual Pages

  
 
  

home | help
serveez-config(1)	    General Commands Manual	     serveez-config(1)

NAME
       serveez-config -	The GNU	Serveez	configuration script.

SYNOPSIS
       serveez-config command

DESCRIPTION
       If  you plan to embed libserveez	into standalone	C/C++ applications, or
       to call to its functions	dynamically, you need to tell the compiler and
       linker where to find the	headers	 and  libraries.   The	serveez-config
       script,	installed  with	 GNU Serveez (presuming	it was configured with
       --enable-libserveez-install), provides the correct compiler and	linker
       flags for your installation.

COMMANDS
       -v, --version
	      show installed Serveez version

       -h, --help
	      show usage info (this message)

       -l, --ldflags
	      print libraries to link with

       -c, --cflags
	      print C compiler flags to	compile	with

REPORTING BUGS
       Please send bug reports to <bug-serveez@gnu.org>.

COPYRIGHT
       Copyright (C) 2013, 2014, 2020, 2021 Thien-Thi Nguyen

       Copying and distribution	of this	manpage, with or without modification,
       are  permitted in any medium without royalty provided the copyright no-
       tice and	this notice are	preserved.  This  manpage  is  offered	as-is,
       without any warranty.

SEE ALSO
       The  full  documentation	 for serveez-config is maintained as a Texinfo
       manual.	If the info(1) and serveez-config programs  are	 properly  in-
       stalled at your site, the command

	      info serveez

       should  give  you access	to the complete	manual.	 Additionally, the GNU
       Serveez homepage:

	      https://www.gnu.org/software/serveez/

       has news	and links to the latest	release, development site, etc.

GNU Serveez 0.3.1		  2021-12-11		     serveez-config(1)

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

home | help