Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtkada-config(1) [debian man page]

GTKADA-CONFIG(1)					     GtkAda programming manual						  GTKADA-CONFIG(1)

NAME
gtkada-config - script to get information about the installed version of GTKADA SYNOPSIS
gtkada-config [--prefix[=DIR]] [--version] [--libs] [--cflags] [--static] DESCRIPTION
gtkada-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 GtkAda. To compile, bind and link a program against GtkAda, you invoke gnatmake like this: gnatmake my_prog `gtkada-config` OPTIONS
gtkada-config accepts the following options: --version Print the currently installed version of GTKADA on the standard output. --libs Print the linker flags that are necessary to link a GTKADA program. --cflags Print the compiler flags that are necessary to compile a GTKADA program. --static Print the flags that are necessary to statically build a GTKADA program. --prefix Print the path prefix where GTKADA is installed. NOTES
In Debian GNU/Linux, a GNAT project file is available as an alternative; see /usr/share/ada/adainclude/gtkada.gpr. COPYRIGHT FOR THIS MAN PAGE
This man page has been written by Samuel Tardieu and modified by Ludovic Brenta and Nicolas Boulenguez for the Debian GNU/Linux distribu- tion, from information given by the GtkAda authors Emmanuel Briot, Joel Brobecker and Arnaud Charlet. Permission to use, copy, modify, and distribute this documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documenta- tion. Debian GNU/Linux 16 October 2011 GTKADA-CONFIG(1)

Check Out this Related Man Page

VDK(1)								       2.0.0								    VDK(1)

NAME
vdk-config - The VDK (2) C++ Library config script SYNOPSIS
vdk-config-2 [-v --version] [-h --help] [-l --libs] [--libs-only-L] [--libs-only-l] [-c --cflags] [-d --define] DESCRIPTION
vdk-config-2 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 VDK(2). It is also used internally to the .m4 macros for GNU autoconf that are included with VDK(2). OPTIONS
vdk-config accepts the following options: -v --version Print the currently installed version of VDK on the standard output. -h --help Print a short help on the standard output. -l --libs Print the linker flags that are necessary to link a VDK program. --libs-only-L Print only the -L/-R part of the --libs. --libs-only-l Print only the -l part of the --libs. -c --cflags Print the compiler flags that are necessary to compile a VDK(2) program. -d --define Add to the compiler flags a -D_VDK_. SEE ALSO
gtk-config-2.0(1), COPYRIGHT
Copyright (C) 2000 VDK Team 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 VDK(1)
Man Page

10 More Discussions You Might Find Interesting

1. Programming

compile C under linux?

hi everyone, i am a beginner of C and doing a subject which involved c programming under unix. i tried compile the c program under linux. but i can only get the a.out file in /usr/bin, not in the current dir. can anyone know how to change the sys. configration. Please help. thanks (2 Replies)
Discussion started by: ctchung
2 Replies

2. Programming

Unix/Linux Newbie(ish) Question - IPC/Signals

:) Hello, i have been given the following code to help me learn how to use signals, it won't compile. The problem maybe because this was written for use in Unix and i am trying to compile in Linux. The error i get says that SIGPIPE and SIG_IGN are undeclared. I think that these are defined... (2 Replies)
Discussion started by: theultimatechuf
2 Replies

3. Programming

Gnu C

hello, i have use only TURBO C for programming.i used to did only on windows OS. but now i am trying to program on Linux systems.so i heard about GNU C tools and compiler. i am a bit confused and i want to know a very simplified answer for it. can anybody help me. what a heck is this GNU...... ... (1 Reply)
Discussion started by: vibhory2j
1 Replies

4. Programming

Regarding SO

plz anyone give me example for static library and DLL(that's shared objects .SO) plz give me one small example how to write .SO file,(that is how to compile and link to the main prg) Thanks in Advance Sarwan (3 Replies)
Discussion started by: sarwan
3 Replies

5. Programming

Compiling Error

Hi, I have installed "Freetype2" library in my SuSe Linux 9.3 version system. When Iam compiling a program, I am getting these below errors. Undefined reference to "FT_Init_FreeType" Undefined reference to "FT_Load_Char" Please show me a solution? Thank you. With regards, Chandramouli (1 Reply)
Discussion started by: chandra80
1 Replies

6. Programming

how to compile a program statically

how can i do static compilation in cc and -lldap i have system defined and user defined header file. Can any one suggest any site where from i can get some information about static and dynamic compilation. Thankx (1 Reply)
Discussion started by: bhakti
1 Replies

7. Programming

question on shell script

when i run a shell script i have to type ./my_prog and the first line of my_prog has to have #!/usr/bin/env bash how do i change it to i only have to type my_prog to run it? (4 Replies)
Discussion started by: omega666
4 Replies

8. Shell Programming and Scripting

Need script to remove GCOV flags from Qt project file

Hi, I have the following gcov compilation flags in all the QT source code project (*.pro) files. CONFIG(gcov) { LIBS += -lgcov QMAKE_CXXFLAGS += -fprofile-arcs -ftest-coverage } Now, I want to remove these flags off my files. Please help me with a script to... (1 Reply)
Discussion started by: royalibrahim
1 Replies

9. OS X (Apple)

cannot excute binary file

Hi, I am a new user of Mac OSX 10.7 (Lion). I am trying to compile a program and followed steps as: 1: qmake program_name.pro Not to mention I have installed qt and program compile perfectly without error and create a Makefile. 2: make Again everything worked fine and I got an executable... (1 Reply)
Discussion started by: karun25u
1 Replies

10. Programming

Debugging a program written in two languages

Subject: Debugging a program written in two languages Platform: Linux (Kubuntu) I am trying to debug a C application with bindings to some simple functions written in Ada using the GNAT Programming Studio IDE (GPS). The main entry point is in C. The debugger is gdb. I managed to compile... (0 Replies)
Discussion started by: NiGHTS
0 Replies