nspr-config (1) Linux Manual Page
nspr-config – Return meta information about nspr libraries
Synopsis
- nspr-config [–prefix] [–exec-prefix] [–includedir] [–libs] [–cflags] [–libdir] [–version]
Description
nspr-configOptions
–prefix- Returns the top level system directory under which the nspr libraries are installed.
–exec-prefix
- Returns the top level system directory under which any nspr binaries would be installed.
–includedir count
- Returns the path to the directory were the nspr headers are installed.
–version
- Returns the upstream version of nspr in the form major_version-minor_version-patch_version.
–libs
- Returns the compiler linking flags.
–cflags
- Returns the compiler include flags.
–libdir
- Returns the path to the directory were the nspr libraries are installed.
Examples
The following example will query for both include path and linkage flags:/usr/bin/nspr-config –cflags –libs
Files
/usr/bin/nspr-configSee Also
pkg-config(1)Authors
The NSPR liraries were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google. Authors: Elio Maldonado <emaldona [at] redhat.com>.
