Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

croco-0.6-config (1)

Name

croco-0.6-config - helper script for building with libcroco

Synopsis

croco-0.6-config   [--cflags]   [--exec-prefix=dir]  [--help]  [--libs]
[--prefix=dir] [--version]

Description

croco-0.6-config(1)              User Commands             croco-0.6-config(1)



NAME
       croco-0.6-config - helper script for building with libcroco

SYNOPSIS
       croco-0.6-config   [--cflags]   [--exec-prefix=dir]  [--help]  [--libs]
       [--prefix=dir] [--version]

DESCRIPTION
       The croco-0.6-config tool enables you to  specify  which  compiler  and
       linker  flags  should be used to compile and link programs that use the
       libcroco-0.6(3lib) library.

       The croco-0.6-config tool is provided for backwards compatibility,  but
       use  of it has been deprecated in favor of using the pkg-config(1) tool
       with the operand libcroco-0.6.

OPTIONS
       The following options are supported:

       --cflags
           Print the compiler flags that are necessary to  compile  a  program
           using the specified library.

       --exec-prefix=dir
           If  specified, use dir instead of the installation exec prefix that
           the library was built with,  when  computing  the  output  for  the
           --cflags  and  --libs options. This option must be specified before
           any --libs or --cflags options.

       --help
           Display usage information.

       --libs
           Print the linker flags that are necessary to link with  the  speci-
           fied library.

       --prefix=dir
           If  specified,  use dir instead of the installation prefix that the
           library was built with, when computing the output for the  --cflags
           and  --libs  options.   This  option  must  be specified before any
           --libs or --cflags options. This option is also used for  the  exec
           prefix, if the --exec-prefix option is not specified.

       --version
           Print  the  currently installed version of the library on the stan-
           dard output.

EXAMPLES
       Example 1: Getting the libcroco version

       example% croco-0.6-config --version

        -or-

       example% pkg-config --modversion libcroco-0.6

       Example 2: Determining the libraries required to link with libcroco

       example% croco-0.6-config --libs

        -or-

       example% pkg-config --libs libcroco-0.6

FILES
       /usr/bin/croco-0.6-config     helper script for 32-bit libcroco

       /usr/bin/64/croco-0.6-config  helper script for 64-bit libcroco

EXIT STATUS
       The following exit values are returned:

       0        Application exited successfully

       >0       Application exited with failure


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | library/libcroco      |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+

SEE ALSO
       pkg-config(1), libcroco-0.6(3lib), attributes(7)

NOTES
       This man page was originally written by Chris Waters (xtifr@debian.org)
       for  Debian  GNU/Linux.  Rewritten  by  Brian Cameron, Sun Microsystems
       Inc., using information from the orbit2-config(1)  man  page,  by  Dick
       Porter (dick@acm.org) and Elliot Lee (sopwith@redhat.com)


       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source         was         downloaded        from         https://down-
       load.gnome.org/sources/libcroco/0.6/libcroco-0.6.13.tar.xz.

       Further information about this software can be found on the open source
       community website at https://wiki.gnome.org/Projects/Libcroco.



Solaris 11.4                      7 Apr 2017               croco-0.6-config(1)