Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gpg-error-config(1) [debian man page]

LIBGPG-ERROR(1) 					      General Commands Manual						   LIBGPG-ERROR(1)

NAME
libgpg-error-config - script to get information about the installed version of libgpg-error SYNOPSIS
libgpg-error-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] DESCRIPTION
libgpg-error-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use libgpg-error. It is also used internally to the .m4 macros for GNU autoconf that are included with libgpg-error. OPTIONS
libgpg-error-config accepts the following options: --version Print the currently installed version of libgpg-error on the standard output. --libs Print the linker flags that are necessary to link a libgpg-error program. --cflags Print the compiler flags that are necessary to compile a libgpg-error program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that libgpg-error 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 libgpg-error was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. 23 June 2003 LIBGPG-ERROR(1)

Check Out this Related Man Page

GTK+(1) 							      1.2.10								   GTK+(1)

NAME
gtk-config - script to get information about the installed version of GTK+ SYNOPSIS
gtk-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] DESCRIPTION
gtk-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use GTK+. It is also used internally to the .m4 macros for GNU autoconf that are included with GTK+. OPTIONS
gtk-config accepts the following options: --version Print the currently installed version of GTK+ on the standard output. --libs Print the linker flags that are necessary to link a GTK+ program. --cflags Print the compiler flags that are necessary to compile a GTK+ program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that GTK+ 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 GTK+ 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
gimp(1), gimptool(1) COPYRIGHT
Copyright (C) 1998 Owen Taylor Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. Version 25 October 1998 GTK+(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (0 Replies)
Discussion started by: mcastill66
0 Replies

2. AIX

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (2 Replies)
Discussion started by: mcastill66
2 Replies

3. HP-UX

cc compiler options

hi , I am compiling a C program with ccopts and cflags . i am getting error message main ( Not referenced yet ! probably due -u option ) can you please adice , how to get rid of this error. Many thanks Narendra babu C (3 Replies)
Discussion started by: naren_chella
3 Replies

4. Solaris

compile error - yywrap not found

Hi, I use the configure of php I got failed with the error for: checking size of char *... configure: error: cannot compute sizeof (char *) See `config.log' for more details. from config.log: configure:4940: gcc -o conftest -g -O2 conftest.c >&5 Undefined ... (4 Replies)
Discussion started by: yaron3
4 Replies

5. Shell Programming and Scripting

Script help needed

I have a code given below... ERROR=`grep "Job Status" ${LOG_FILE}` ERROR=${ERROR##*\(} ERROR=${ERROR%%\)*} if then echo "The job completed successfully" EXIT_STATUS=0 else echo "The job failed" EXIT_STATUS=1 fi can anybody tell me what is ERROR=${ERROR##*\(}... (1 Reply)
Discussion started by: Sagarddd
1 Replies

6. Shell Programming and Scripting

ERROR: ./launch_full_backup.sh[18]: Syntax error at line 28 : `else' is not expected.

Help please! :confused: I have the following error with the following file and the emails are not arriving to the email, any idea please? ERROR: ./launch_full_backup.sh: Syntax error at line 28 : `else' is not expected. FECHA=`date +%d%m%y%H%M`... (2 Replies)
Discussion started by: villenan
2 Replies

7. Virtualization and Cloud Computing

ICFB ERROR

Hi All, We are using Citrix MFU 4. When users try to launch ICFB (Cadence)tool, They get the below error: Using Cadence version ic5141_isr141 *ERROR* Failed to find either 24-bit TrueColor or 8-bit PseudoColor Visual. *WARNING* Failed to find either 24-bit TrueColor or 8-pbit PseudoColor... (0 Replies)
Discussion started by: mspatil0037
0 Replies

8. UNIX for Beginners Questions & Answers

Installing winpcap and configure it with cygwin

When I put the ./configure command in my Cygwin terminal to compile a source code program , I got this error : ERROR! Libpcap library/headers not found. TCPDUMP/LIBPCAP public repository is a good place to fetch one if libpcap library is installed, use the --with-libpcap-* options to... (6 Replies)
Discussion started by: steve120
6 Replies

9. Shell Programming and Scripting

Print remaining lines using grep

Hi All, I am having a text file like below ERROR - Not a valid ID : 123 ERROR - Not a valid hello ID : 124 SUCCESS - Valid ID : 12 I need to display like below after reading the file if it finds the error keyword along with displaying this first line when error pattern... (10 Replies)
Discussion started by: rohit_shinez
10 Replies