Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk-config(1) [redhat 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)

Check Out this Related Man Page

KAKASI(1)						      General Commands Manual							 KAKASI(1)

NAME
kakasi-config - script to get information about the installed version of KAKASI SYNOPSIS
kakasi-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--help] [--version] [--libs] [--cflags] DESCRIPTION
kakasi-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 KAKASI. It is also used internally to the .m4 macros for GNU autoconf that are included with KAKASI. OPTIONS
kakasi-config accepts the following options: --help Print the help text and exit. --version Print the currently installed version of KAKASI on the standard output. --libs Print the linker flags that are necessary to link a KAKASI program. --cflags Print the compiler flags that are necessary to compile a KAKASI program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that KAKASI 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
kakasi(1), COPYRIGHT
Copyright (C) 2001 Kakasi Project 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. 28 January 2001 KAKASI(1)
Man Page

11 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

GTK+ project

Hai, I am santhosh,I am fresher to this Forum,I want details about GTK+ Project(All Widgets--- I mean how they are programming in callback.c file). if it possible please send information regarding this Glade tool.I want to interface glade with Modbus protocol, Thankyou with best regards,... (0 Replies)
Discussion started by: santhosh.linux
0 Replies

2. Programming

multithreads and IO ports

I am using GTK 2.0 to write a program to control two IO ports; ttyS0 and ttyUSB0. If i were to open two different copies of the same program then it's all fine, but i need to be able to control two ports from one interface and that seems to be the problem. my code for connection is: //open... (2 Replies)
Discussion started by: dartarrow
2 Replies

3. Linux

GTK+ Training in Bangalore

Hi, I would like to undergo training in GTK+ . Please if any one has an idea where in bangalore i get the coaching centers for GTK. Regards, MrUser. (2 Replies)
Discussion started by: MrUser
2 Replies

4. Red Hat

Redhat Documentation Template

Hi guys. I want to document some information for my software. I like redhat documentations template. are these documents made by special software like GTK-Doc for Gnome or it is done by hand? (2 Replies)
Discussion started by: majid.merkava
2 Replies

5. Linux

GTK themes in KDE

Hello! I have a problem with a GTK themes in KDE environment. When I set the GTK style in application's styles in control center, it's looks like this screen: Arrows on "places" and "files": In GTK it's a "GtkTreeView" widget class and I can't separate they. It's only one color for a two... (2 Replies)
Discussion started by: Kareoliz
2 Replies

6. Programming

GTK C development; question/concern wrt gtk_dialog_run

I'm new to GTK development, so I've been going through the examples just to capture the basics. I've done a lot of Unix GUI development before, but it was all Xt/Motif stuff. So, the GTK scheduler is something new to me. That said, I was going through the color selection example here, and was... (8 Replies)
Discussion started by: DreamWarrior
8 Replies

7. Programming

Error compiling GTK Accelerator (C programming)

I believe this may be a difference in GTK+-2.0 and GTK+-3.0. I followed this tutorial and ended up with this error: # gcc -Wall -g mnemonics.c -o mnemonics `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0` mnemonics.c: In function ‘main': mnemonics.c:44:61: error: ‘GDK_q' undeclared... (3 Replies)
Discussion started by: Azrael
3 Replies

8. Red Hat

myri10ge no link

Hi, I did a fresh installation of Fedora17. After installation i notice my myri10ge ethernet card unable get link but the other two cards works ok. dmesg shows this. there's no mac address defined in dmesg. Could this be the cause? how to bind the mac address to this card? ifcfg-eth2 do have mac... (1 Reply)
Discussion started by: suresh7730
1 Replies

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

10. UNIX for Dummies Questions & Answers

Linking GDAL and GTK

Hi all, I am trying to link the GDAL libraries and GTK. This is my compile line.....not sure why I am getting these errors. bash-4.2$ gcc proj.c -o proj $(shell pkg-config --libs gthread-2.0 gtk+-2.0) -I/usr/lib/ -lproj bash: shell: command not found /usr/bin/ld: skipping incompatible... (1 Reply)
Discussion started by: fedora18
1 Replies

11. UNIX for Advanced & Expert Users

Gimp's configure do not find Gegl libs

Hello, I have been trying to compile Gimp. To do so, I had to compile its dependencies Babl and Gegl. After doing so I use this command to try to compile it: ./configure --prefix=/media/34GB/Arquivos-de-Programas-Linux/Gimp-2.6.0/... (6 Replies)
Discussion started by: colt
6 Replies