Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libifstat-config(1) [debian man page]

libifstat-config(1)					      General Commands Manual					       libifstat-config(1)

NAME
libifstat-config - get information about the installed version of libifstat SYNOPSIS
libifstat-config [--cflags] [--exec-prefix] [--libs] [--prefix] [--version] DESCRIPTION
libifstat-config prints the compiler and linker flags required to compile and link programs that use the libifstat Application Programmer Interface. EXAMPLES
To print the version of the installed distribution of libifstat, use: libifstat-config --version To compile a program that calls the libifstat Application Programmer Interface, use: cc `libifstat-config --cflags --libs` program.c OPTIONS
--cflags Print the compiler flags that were used to compile liblibifstat. --exec-prefix Print the directory under which target specific binaries and executables are installed. --libs Print the linker flags that are needed to link a program with liblibifstat. --version Print the version of the libifstat distribution to standard output. COPYRIGHT
The license can be found in the file /usr/share/common-licenses/GPL. AUTHORS
This package was debianized by the upstream Author Gael Roualland <gael.roualland@dial.oleane.com>. This manual page was adapted from the animal-config manual page of the animal package which in turn was adapted from Magick-config manual page of the ImageMagick package. libifstat 13 Jun 2004 libifstat-config(1)

Check Out this Related Man Page

Wand-Config(1)						      General Commands Manual						    Wand-Config(1)

NAME
Wand-config - get information about the installed version of the Magick Wand SYNOPSIS
Wand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version] DESCRIPTION
Wand-config prints the compiler and linker flags required to compile and link programs that use the Wand Application Programmer Interface. EXAMPLES
To print the version of the installed distribution of Wand, use: Wand-config --version To compile a program that calls the Wand Application Programmer Interface, use: cc `Wand-config --cflags --cppflags --ldflags --libs` program.c OPTIONS
--cflags Print the compiler flags that were used to compile libWand. --cppflags Print the preprocessor flags that are needed to find the Wand C include files and defines to ensure that the Wand data structures match between your program and the installed libraries. --exec-prefix Print the directory under which target specific binaries and executables are installed. --ldflags Print the linker flags that are needed to link with the Wand library. --libs Print the linker flags that are needed to link a program with libWand. --version Print the version of the Wand distribution to standard output. COPYRIGHT
See http://www.imagemagick.org/script/license.php AUTHORS
John Cristy, ImageMagick Studio LLC Wand 2 May 2002 Wand-Config(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

help me

when i use cc command to compile a C program **.c , system gave me a alarm message:optional language package not installed,please tell me how to insovle this problem? SUN system , SunWorkshop cc may be ,i don't install c language package,do i? thanks for your instruct (2 Replies)
Discussion started by: xukai
2 Replies

2. Solaris

C compiler

Hello Everyone!!! Can i use the C shell to compile a C program ? how ? please teach me how to compile ? Thanks!!!! Giancarlo D. Jabon (1 Reply)
Discussion started by: giancarlodjabon
1 Replies

3. Shell Programming and Scripting

How to search for two fields

Hi all, I have a file with format as below: cat 0 animal 90 number90 cat_number_name cat 1 animal 91 number91 cat_animal_name cat 2 animal 92 number92 cat_name_animal kiwi 0 bird 90 number90 ... (3 Replies)
Discussion started by: jisha
3 Replies

4. Shell Programming and Scripting

Scripting problem: Output

#!/bin/ksh animal="horse" animal="Unicorn" animal="Tiger" animal="Camel" print print "$animal" print "$animal" integer marks_score marks_score=99 marks_score=94 marks_score=96 print -n "enter the score on the final exam:" read marks_scores marks_scores=77 In the above script, this... (2 Replies)
Discussion started by: mraghunandanan
2 Replies

5. Shell Programming and Scripting

Script to check a file and replace some of the contents

Hi I have a file that looks like this: Line 0 animal elephant Line 1 animal elephant Line 2 animal elephant Line 3 animal elephant What i am aiming to do is with a script and an input value of... (6 Replies)
Discussion started by: tara
6 Replies

6. Programming

compile a program in C with teradata sentences using cc

hi, I want to compile a program in C. It have a multiple calls to teradata. I have no idea how to compile in Aix. The compiler that I should be use is cc. I tried cc -G -KPIC tdsfbd0358.c this generates a tdsfbd0358.i and after I have no Idea what I have to make, a link? how?... (3 Replies)
Discussion started by: kajum
3 Replies

7. UNIX for Dummies Questions & Answers

Solaris10 rrdtool compile issues

Hi all, I'm trying to install rrdtools on a sparc solaris10 system for use with Nagiosgraph. I inititially just added the rrdtools package from sunfreeware but this package doesn't include the directory that Perl needs. I've been told that compiling from source is my only option. I;m trying... (0 Replies)
Discussion started by: Donkey25
0 Replies