Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libvncserver-config(1) [debian man page]

libvncserver-config(1)					    libvncserver-config manual					    libvncserver-config(1)

NAME
libvncserver-config - Get information about a libvncserver installation SYNOPSIS
libvncserver-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--link] [--libs] [--cflags] DESCRIPTION
libvncserver-config displays information about a previous libvncserver installation. OPTIONS
--prefix=DIR Shows location where architecture-independent files are stored. --exec-prefix=DIR Shows location where architecture-dependent files are stored. --version Shows libvncserver version. --link Shows the complete set of linking options libvncserver has been built with. --libs Shows the complete set of libs and other linker options you will need in order to link your application with libvncserver. --cflags Set of compiler options (CFLAGS) to use when compiling files that use libvncserver. EXAMPLES
What linker options do I need when I link with libvncserver? libvncserver-config --libs What compiler options do I need when I compile using libvncserver functions? libvncserver-config --cflags AUTHOR
This manual page was written by Ludovic Drolez <ldrolez@debian.org> for the Debian GNU/Linux system (but may be used by others). libvncserver 0.9.8.2 19 November 2011 libvncserver-config(1)

Check Out this Related Man Page

autoopts-config(1)						Programmer's Manual						autoopts-config(1)

NAME
autoopts-config - script to get information about installed version of autoopts SYNOPSIS
autoopts-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--pkgdatadir] [--cflags] [--autogen] DESCRIPTION
autoopts-config is a tool that is used by configure to determine the compile and linker flags that should be used to compile and link pro- grams that use autoopts. OPTIONS
--prefix[=DIR] If specified, use PREFIX instead of the installation prefix that autoopts 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[=DIR] If specified, use PREFIX instead of the installation exec prefix that autoopts was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. --version Print the currently installed version of autoopts on the standart output. --libs Print the linker flags that are necessary to link an autoopts program. --pkgdatadir Print the directory containing support files used by autogen. --cflags Print the compiler flags that are necessary to compile an autoopts program. --autogen Use this option to locate the autogen binary. SEE ALSO
Autogen Info system documentation. AUTHOR
autogen is the work of Bruce Korb <bkorb@gnu.org>. Luca Filipozzi <lfilipoz@debian.org> wrote this horrid manpage for the Debian package. Released under the GNU General Public License. 2001-08-12 autoopts-config(1)
Man Page

11 More Discussions You Might Find Interesting

1. Programming

Include files

Hi, I am new to the unix networking. I have written one client and server for UDP sockets.. I got the following errors while conpilation I have include all include files. Could some one help ...is there any other file to be included.....? will the include files change on different unix... (3 Replies)
Discussion started by: reddyb
3 Replies

2. Programming

compiling and linking 2 C files ...??

Hi mates, I am trying to copile and link to C programs with command: cc file1,file2 but i raises the error "file not found" ... am i doing the right way? any suggestion will be appreciated. thanks abdul (4 Replies)
Discussion started by: abdul
4 Replies

3. 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

4. Programming

default location of libs in dlopen

Hi Where is the default location of libs to search, when we specify any lib in dlopen function. And if we want to specify a custom location, how will we do it? thanks. (1 Reply)
Discussion started by: sumsin
1 Replies

5. Programming

C files searching and Linking

Dear friends, First off all , let me apologize for my inexperience. I am just starting use of Linux and gcc . Actually I ve some .c files in the present directory , and now I am giving +vc <my_file1.c> <my.file2.c> <myfile3.c>. All the c files are in present directory.... (2 Replies)
Discussion started by: user_prady
2 Replies

6. UNIX for Dummies Questions & Answers

is linking possible?

how would i link 2 files together? is it the same as copying? (1 Reply)
Discussion started by: trob
1 Replies

7. UNIX for Dummies Questions & Answers

--prefix question

OK, now I just feel plain silly asking this. But I am very much a beginner at compiling and installing Unix software, so... When setting the prefix, do you also have to specify the directory the files reside in? For example, lets say I am installing cURL in /usr/local Would I set the prefix... (1 Reply)
Discussion started by: RobertSubnet
1 Replies

8. Solaris

ILOM and sc on T5220

I 've 2 different T5220 and both are showing different prompts when i ssh to the console. 1. Shows sc> ALOM 2. Shows -> ILOM as far as i know the T5220 comes with ILOM , so why i 'm seeing 2 different type of console for same tyep of hardware ? and i found that we... (6 Replies)
Discussion started by: fugitive
6 Replies

9. Shell Programming and Scripting

parsing config file to create new config files

Hi, I want to use a config file as the base file and parse over the values of country and city parameters in the config file and generate separate config files as explained below. I will be using the config file as mentioned below: (config.txt) country:a,b city:1,2 type:b1... (1 Reply)
Discussion started by: clazzic
1 Replies

10. UNIX for Dummies Questions & Answers

How to assign values to variable in given scenario

Hi i have one variable like DIR="f1 f2" in config file in my script i have one runtime variable LFILE="DIR" now i want to use $DIR in my script by using LFILE that is i dont want to use DIR dirctly i am extracting DIR by some other means. Config file : DIR="f1 f2" Script: LFILE="DIR" i... (3 Replies)
Discussion started by: sriram_gec
3 Replies

11. 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