ncurses5.4-config(1) BSD General Commands Manual ncurses5.4-config(1)NAME
ncurses5.4-config -- report configuration and linking information for ncurses
SYNOPSIS
ncurses5.4-config {--prefix | --exex-prefix | --cflags | --libs | --version | --abi-version | --mouse-version | --bindir | --datadir | --lib-
dir | --mandir | --terminfo | --terminfo-dirs | --termpath }
DESCRIPTION
The ncurses5.4-config utility reports ncurses configuration and linking information.
The options are as follows:
---prefix
Reports package-prefix ncurses5.4-config was installed with
---exec-prefix
Reports executable-prefix ncurses5.4-config was installed with
---cflags
Reports C compiler flags needed to compile with ncurses
---libs
Reports libraries needed to link with ncurses
---version
Reports release+patchdate version ncurses5.4-config was installed with
---abi-version
Reports ABI version ncurses5.4-config was installed with
---mouse-version
Reports mouse-interface version ncurses5.4-config was installed with
---bindir
Reports directory containing ncurses5.4-config programs
---datadir
Reports directory containing ncurses5.4-config data
---libdir
Reports directory containing ncurses5.4-config libraries
---mandir
Reports directory containing ncurses5.4-config manpages
---terminfo
Reports $TERMINFO terminfo database path
---terminfo-dirs
Reports $TERMINFO_DIRS directory list
---termpath
Reports $TERMPATH termcap list
EXIT STATUS
The ncurses5.4-config utility exits 0 on success, and >0 if an error occurs.
BSD January 13, 2009 BSD
Check Out this Related Man Page
ncursesw5-config(1) General Commands Manual ncursesw5-config(1)NAME
ncursesw5-config - helper script for ncurses libraries
SYNOPSIS
ncursesw5-config [options]
DESCRIPTION
This is a shell script which simplifies configuring applications against a particular set of ncurses libraries.
OPTIONS --prefix
echos the package-prefix of ncurses
--exec-prefix
echos the executable-prefix of ncurses
--cflags
echos the C compiler flags needed to compile with ncurses
--libs echos the libraries needed to link with ncurses
--version
echos the release+patchdate version of ncurses
--abi-version
echos the ABI version of ncurses
--mouse-version
echos the mouse-interface version of ncurses
--bindir
echos the directory containing ncurses programs
--datadir
echos the directory containing ncurses data
--includedir
echos the directory containing ncurses header files
--libdir
echos the directory containing ncurses libraries
--mandir
echos the directory containing ncurses manpages
--terminfo
echos the $TERMINFO terminfo database path, e.g.,
/etc/terminfo
--terminfo-dirs
echos the $TERMINFO_DIRS directory list, e.g.,
/etc/terminfo:/lib/terminfo:/usr/share/terminfo
--termpath
echos the $TERMPATH termcap list, if support for termcap is configured.
--help prints this message
SEE ALSO curses(3X)
This describes ncurses version 5.9 (patch 20110404).
ncursesw5-config(1)
Hi everybody,
I have been going through a shell scripting book and I have been given a suggestion that says
${bindir} has an advantage over $bindir in the following scenario:
bindir="/usr/local/bin"
exceptions="${bindir}/exc" is better than
exceptions="$bindir/exc" and that the latter... (2 Replies)
Hi
Is it possible to parse Crystal Reports using PERL? If not, is there any other UNIX scripting language that can be used to parse Crystal Reports?
Please help!
-Yuga (0 Replies)
Hi,
I am having problem of linking .o and I am working with HP -UX gcc version is 3.4.2 . I have complied few cpp files and got .o's. But at the time of linking i am having issue.
it is returning
ld: Can't find library or mismatched ABI for -lstdc++
Fatal error.
I have lib at location ... (0 Replies)
Hi All,
I have stooopidly agreed to automate our release process (which though easy is a pain).
The config file has a simple structure, below, each section can have upto 20 parms. The release doc will have the section name and parm to be changed.
What I want is to read the list of changes... (3 Replies)
Hi
can anyone help me understanding the following code
my %config;
open my $config, '<', 'config.txt' or die $!;
while(<$config>) {
chomp;
(my $key, my @value) = split /=/, $_;
$config{$key} = join '=', @value;
} (5 Replies)
Hello,
I installed the package manager called homebrew a few days ago. Everything seems to be working fine but today I've just noticed this funny looking directory $(brew --prefix). I'm not sure if I made a mistake and duplicated this directory from somewhere else, or if it's suppose to be... (3 Replies)