Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nspr-config(1) [centos man page]

NSPR-CONFIG(1)						     Netscape Portable Runtime						    NSPR-CONFIG(1)

NAME
nspr-config - Return meta information about nspr libraries SYNOPSIS
nspr-config [--prefix] [--exec-prefix] [--includedir] [--libs] [--cflags] [--libdir] [--version] DESCRIPTION
nspr-config is a shell script which can be used to obtain gcc options for building client pacakges of nspr. OPTIONS
--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-config SEE 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@redhat.com>. LICENSE
Licensed under the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. nspr 4.10.2 17 June 2014 NSPR-CONFIG(1)

Check Out this Related Man Page

CLAW-CONFIG(1)						      General Commands Manual						    CLAW-CONFIG(1)

NAME
claw-config -- show information about installed libclaw libraries SYNOPSIS
claw-config [library...] [--prefix] [--prefix=PREFIX] [--exec-prefix] [--exec-prefix=EPREFIX] [--version] [--libs] [--cflags] DESCRIPTION
This manual page documents briefly the claw-config command, claw-config is a program that shows information about the installed libclaw libraries. OPTIONS
The following options are supported: library The library for which the informations are displayed. --prefix --prefix=PREFIX Show the prefix libclaw was built with. The prefix may be overridden by passing the argument PREFIX. --exec-prefix --exec-prefix=EPREFIX Show the executable prefix libclaw was built with. The executable prefix may be overridden by passing the argument EPREFIX. --version Show the version of the installed libclaw. --libs Show the compiler flags for linking to the installed library. --cflags Show the compiler flags for compiling against the installed library. EXAMPLE
Display the libraries to link to in order to use the claw_graphic library. claw-config graphic --libs Display the compiler flags required to use all the libraries of libclaw. claw-config all --cflags AUTHOR
This manual page was written by Julien Jorge julien_jorge@yahoo.fr for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. CLAW-CONFIG(1)
Man Page

6 More Discussions You Might Find Interesting

1. Linux

Mozilla Navigator

I would like just to know where is mozilla navigator is installed under linux i.e mozilla navigator is installed in which directory? I think you (1 Reply)
Discussion started by: selim
1 Replies

2. UNIX for Advanced & Expert Users

Problems when rebooting the system

Hi ! I am working on a server. We have ABAQUS installed on it. I added a compiler to .env file and added usr/local...../IMSL/... to the path. Then i restarted the computer and I get this error: when I am doing interactive option (Red hat Lunix OS) Start service local Yes/no/Continue? no... (1 Reply)
Discussion started by: dsmv
1 Replies

3. Shell Programming and Scripting

How to parse config variables from external file to shell script

How do i use a config.txt to recursively pass a set of variables to a shell script eg my config.txt looks like this : path=c://dataset/set1 v1= a.bin v2= b.bin path=c://dataset/set2 v1= xy.bin v2= abc.bin .................. and so on . and my testscript : (2 Replies)
Discussion started by: pradsh
2 Replies

4. Shell Programming and Scripting

How to walk through a config file with /bin/sh

Hi there, i tried a lot of things actually to get my script running as expected. Situation: I have a config file with several parameters in the form FFF.thisIsaParam=Value FFF.included.AnotherPortofParam=Value Additionally there are some comments in it. Script should... (8 Replies)
Discussion started by: smhaller
8 Replies

5. UNIX for Advanced & Expert Users

Conversion of data - ebcdic to ascii

Hi, I want to convert ebcdic values to ascii values. Are there anyany specific c++ libraries with g++ compiler, which can do it ? gcc version 4.1.2 20080704 (Red Hat 4.1.2-54) (0 Replies)
Discussion started by: tostay2003
0 Replies

6. Programming

Ebcdic to ascii

Hi, I want to convert ebcdic values to ascii values. Are there anyany specific c++ libraries with g++ compiler, which can do it ? gcc version 4.1.2 20080704 (Red Hat 4.1.2-54) (19 Replies)
Discussion started by: tostay2003
19 Replies