Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libart2-config(1) [debian man page]

LIBART2-CONFIG(1)														 LIBART2-CONFIG(1)

NAME
libart2-config - script to get information about the installed version of libart 2.x SYNOPSIS
libart2-config [ --prefix[=DIR] ] [ --exec-prefix[=DIR] ] [ --libs ] [ --cflags ] [ --version ] DESCRIPTION
libart2-config is a tool that is used to determine the compiler and linker flags that should be used to compile and link programs that use libart library. OPTIONS
--prefix=PREFIX If specified, use PREFIX instead of the installation prefix that libart was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be specified before any --libs or --cflags options. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that libart was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. --libs Print the linker flags that are necessary to link a libart program. --cflags Print the compiler flags that are necessary to compile a libart program. --version Print the currently installed version of libart on the standard output. AUTHOR
This manual page was written by Christian Marillat <marillat@debian.org> for the Debian GNU/Linux system (but may be used by others). 08 August 2003 LIBART2-CONFIG(1)

Check Out this Related Man Page

ESD-CONFIG(1)						     Enlightened Sound Daemon						     ESD-CONFIG(1)

NAME
esd-config - The Enlightened Sound Daemon DESCRIPTION
esd-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link pro- grams that use EsounD. It is also used internally to the .m4 macros for GNU autoconf that are included with EsounD. USAGE
esd-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] --version Print the currently installed version of EsounD on the standard output. --libs Print the linker flags that are necessary to link an EsounD program. --cflags Print the compiler flags that are necessary to compile an EsounD program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that EsounD was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be speci- fied before any --libs or --cflags options. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that EsounD was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. SEE ALSO
esd(1), esdcat(1), esddsp(1), esdloop(1), esdplay(1), esdsample(1), esdctl(1), esdfilt(1), esdmon(1), esdrec(1) 3rd Berkeley Distribution EsounD 0.2.41 ESD-CONFIG(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

exec comand

hi, i have written a small script in which i use exec command and redriect output to a file..after sometime i want to switch it off and redirect the output to screen..how to do it exec >> /tmp/out.txt 2>&1 //set of statements then i want to switch of these exec as the rest should get... (5 Replies)
Discussion started by: mkan
5 Replies

2. High Performance Computing

Grid vs. Parallel vs. Distributed

Hello all, I was wondering if someone could either explain or maybe point me to another article somewhere that explains the difference between: distributed computing grid computing parallel computing I see these terms thrown around a lot in server and cluster environments, but I'd like a... (2 Replies)
Discussion started by: Heathe_Kyle
2 Replies

3. Shell Programming and Scripting

GCC compiler installation on Linux OS

Need assistance in getting a GCC compiler on linux server . I wanted to install GCC compiler under local user . System doesnt have any compiler . Is there a way to get a compiler installed without a root user, cant install using (rpm, yum ) When I try to compile the gcc source i get the... (7 Replies)
Discussion started by: ajayram_arya
7 Replies