Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sipwitch-config(1) [debian man page]

sipwitch-config(1)						   GNU Telephony						sipwitch-config(1)

NAME
sipwitch-config - script to get information about sipwitch library SYNOPSIS
sipwitch-config [options] DESCRIPTION
sipwitch-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 the sipwitch library. Note: sipwitch-config is provided for compatibility with legacy software only. Current projects should use pkg-config instead! OPTIONS
--version Print the currently installed version of sipwitch on the standard output. --libs Print the linker flags that are necessary to link a program with sipwitch. --cflags Print the compiler flags that are necessary to compile a program with sipwitch. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that sipwitch 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 sipwitch 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
pkg-config(1). AUTHOR
sipwitch-config was written by David Sugar <dyfet@gnutelephony.org>. COPYRIGHT
Copyright (C) 2009 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU SIP Witch July 2009 sipwitch-config(1)

Check Out this Related Man Page

ccaudio-config(1)						   GNU Telephony						 ccaudio-config(1)

NAME
ccaudio-config - script to get information about ccaudio library SYNOPSIS
ccaudio-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] DESCRIPTION
ccaudio-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 the ccaudio library. Note: ccaudio-config is provided for compatibility with legacy software only. Current projects should use pkg-config instead! OPTIONS
--version Print the currently installed version of ccaudio on the standard output. --libs Print the linker flags that are necessary to link a program with ccaudio. --cflags Print the compiler flags that are necessary to compile a program with ccaudio. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that ccaudio 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 ccaudio 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
pkg-config(1). AUTHOR
ccaudio-config was written by David Sugar <dyfet@gnutelephony.org>. COPYRIGHT
Copyright (C) 2009 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU ccAudio July 2009 ccaudio-config(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

[sos]How to config my Sco openserver 5.06

How to config my Sco openserver 5.06 to link on the Internet.MY Etherent sever is Winme........... Can u tell me from the configure of netcard start......... thanx for help...............thanx a lot (1 Reply)
Discussion started by: dingxf
1 Replies

2. UNIX for Dummies Questions & Answers

emergency!!! pkg-config installation

Hi, I tried to install this thing called pkg-config and it seemed ok. but when i tried to install stage, which requires pkg-config to finish its installation, it said pkg-config was not found. therefore i added /usr/local/bin to my .profile file, but it didn't work anyway... my .profile file... (0 Replies)
Discussion started by: jingt86
0 Replies

3. Virtualization and Cloud Computing

Funambol's CEO sees AGPL as essential for FOSS in cloud computing's future

12-09-2008 12:00 PM "The future of software is in cloud computing," says Fabrizio Capobianco, CEO of Funambol, a company that provides mobile services. And if free and open source software (FOSS) is going to survive in that emerging market, he says, then the community needs to adjust by... (0 Replies)
Discussion started by: Linux Bot
0 Replies

4. Linux

gMTP no vorbisfile

Hi I'm trying to install gMTP but when typing make I get the error; gcc `pkg-config --cflags gtk+-2.0 gconf-2.0 gthread-2.0 libmtp id3tag flac vorbisfile` -std=c99 -Wall -c -g -o src/metatag_info.o src/metatag_info.c Package vorbisfile was not found in the pkg-config search path.... (1 Reply)
Discussion started by: mdop
1 Replies

5. SuSE

Cannot find -lusb in opensuse 12.2

I am compiling a program under opensuse 12.2 with the following build rule, $(BDIR)/suse_test_app: $(OBJSS) $(CC++) $(OPTIMIZE) -o $@ $(FCFLAGS) $(OBJSS) -lusb -lpthread I am getting a linker error, cannot find -lusb I have the usb devel lib (libusb-1_0-devel) installed in yast, so I'm... (11 Replies)
Discussion started by: LMHmedchem
11 Replies