Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gbc3(1) [debian man page]

gbc3(1) 							   User Commands							   gbc3(1)

NAME
gbc3 - GAMBAS Compiler SYNOPSIS
gbc3 [options] [<project directory>]... DESCRIPTION
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... gbc3 is the compiler of gambas source code. OPTIONS
-h, --help display help and exit -g, -debug add debugging information -V, --version display version -p, --public form controls are public -s, --swap swap endianness -c, --class=FILE declares a list of classes from the file FILE -v, --verbose verbose output AVAILABILITY
The latest version of Gambas can always be obtained from www.sourceforge.net or www.freshmeat.net. REPORTING BUGS
Report bugs to <gambas@users.sourceforge.net>. COPYRIGHT
Copyright(C) 2002, 2012 Benoit Minisini <gambas@users.sourceforge.net; 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. Debian March 2012 gbc3(1)

Check Out this Related Man Page

gbi3(1) 							   User Commands							   gbi3(1)

NAME
gbi3 - GAMBAS Component Informer SYNOPSIS
gbi3 [options] <component name> gbi3 -a DESCRIPTION
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... gbi3 gives you information about gambas components. OPTIONS
-h, --help display this help and exit -V, --version display version information and exit -f, --format format output in HTML -p disable preloading -r, --root directory gives the gambas installation directory -a, -all generate info for every component AVAILABILITY
The latest version of Gambas can always be obtained from www.sourceforge.net or www.freshmeat.net. REPORTING BUGS
Report bugs to <gambas@users.sourceforge.net>. COPYRIGHT
Copyright(C) 2002, 2012 Benoit Minisini <gambas@users.sourceforge.net; 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. Debian March 2012 gbi3(1)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Compiling DigSig fails: Compiler/Makefile output

Hey, I'm trying to install DigSig ( disec.sourceforge.net ) on my CentOS5 distro. I was following all the steps in the readme but it didn't work. So here's the output: # ./digsig.init compile make: Entering directory `/usr/src/kernels/2.6.18-194.32.1.el5-i686' CC ... (2 Replies)
Discussion started by: disaster
2 Replies

2. Programming

[MSYS2/GCC-TDM] Compiler not finding headers in /usr/local/include

I hope it's okay to post this here. I'm working on Windows computer but using the Unix-like environment MSYS2 (https://sourceforge.net/projects/msys2). My problem is that I can't get the compiler to find headers located in /usr/local/include. I am trying to compile libpng which wants the header... (1 Reply)
Discussion started by: AntumDeluge
1 Replies