Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gpt(1) [debian man page]

GPT(1)							      General Commands Manual							    GPT(1)

NAME
gpt - compiler, interpreter and translator for the G-Portugol programming language SYNOPSIS
gpt [ -vhid ] [ -ots output_file ] file1 file2 ... DESCRIPTION
gpt is a simple compiler for the G-Porutol Language. It is possible to have a list of files to be included in the compilation setting the GPT_INCLUDE environment variable, wich should have a list of file paths separated with ":". OPTIONS
-v Shows version information and exits. -h Shows a summary of options and exits. -i Execute interpreting the source code. -d Shows tips in the error report. -o output_file Compile the source code and save the resulting binary with the name output_file. -t output_file Translates the source code to the C programming language and saves the resulting file as output_file. -s output_file Compiles the source code to assembly source. Saves the resulting code as output_file. SEE ALSO
nasm(1) ADDITIONAL INFORMATION
For further information, visit the website: http://gpt.berlios.de AUTHOR
Thiago Silva <tsilva@sourcecraft.info> GPT(1)

Check Out this Related Man Page

GPT-POSTINSTALL(8)					User Contributed Perl Documentation					GPT-POSTINSTALL(8)

NAME
gpt-postinstall - Searches for post install scripts and executes them SYNOPSIS
gpt-postinstall [-help -force -version -man -location ] DESCRIPTION
gpt-postinstall Searches an installation for post-install scripts that have not been run yet and executes them. These scripts are installed by Setup packages and are designed to localize an installation. The -force flag can be used to re-run all of the setup scripts. OPTIONS
-force forces all action to be taken, regardless of state. -help Print a brief help message and exits. -man Prints the manual page and exits. -version Prints the version of GPT and exits. -location Location indicates the path to the Globus installation that will be used. SEE ALSO
gpt-install(1) gpt-uninstall(1) gpt-verify(1) AUTHOR
Michael Bletzinger <mbletzin.ncsa.uiuc.edu> and Eric Blau <eblau.ncsa.uiuc.edu> perl v5.14.2 2012-04-30 GPT-POSTINSTALL(8)
Man Page

14 More Discussions You Might Find Interesting

1. Programming

Newbie Q

What is the comand to compile a c++ code in Unix. I have only used Borland C++ on win but have heard that UNIX has a integrated compiler. (5 Replies)
Discussion started by: <Therapy>
5 Replies

2. Programming

new to C

although i'm new to programming in C i'm not new to programming. Normally i program in Pl/1 or cobol on a mainframe. I wanted to learn C so i bought myself the book the C programming language. I know it's a simple program but i want to learn and understand the language so that's why i want to... (6 Replies)
Discussion started by: pat
6 Replies

3. Programming

g++-4.0

Hello my friends. I was trying to compile some code that I downloaded from the web. OSXvnc to be precise and I got a compilation error that said "/usr/bin/g++-4.0 failed with exit code 1 can't locate file for: -lrdr I really need to get this project working so if you guys have any ideas as to... (5 Replies)
Discussion started by: tonyacunar
5 Replies

4. Programming

About $include

Hi, In my code,I come across include statements with $ sign what it represents... $include "getsum.h" /* This how I seen in my code */ Sarwan (5 Replies)
Discussion started by: sarwan
5 Replies

5. Programming

Compile error

Dear All I have a program writen in C and test in Unix. Now, I am try to run this program in windows 2000. I am receiving an error ]_getopt is not define. I will appreciate if any one can help explain to me why this problem is hapening and to slove this problem. Thank you (9 Replies)
Discussion started by: coulio
9 Replies

6. Programming

Client - server program

i came acors this coding when surfin the net.this code works perfectly.but as i am new to this socket programming i need sm coments quoted on it or explanation regarding this source code. i have prb understanding the server.c i have posted it below can u guys help me !!!! cheerZ The... (4 Replies)
Discussion started by: mathu
4 Replies

7. Programming

regarding files

i want to read the file from EOF to 1st line of the file . is there anyway to do this. sree (8 Replies)
Discussion started by: phani_sree
8 Replies

8. Programming

Need the code of "apue.h"

Hi, I am going though "Advanced programming in the Unix Environment", 2nd edition, by W.Richard Stevens and Stephen A.rago. here we often use the header file "apue.h". the source of this header file is given in the appendix b of the book. however I don have that page in my book since its 2nd... (4 Replies)
Discussion started by: ramkrix
4 Replies

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

10. Programming

how to capture OS name using C/C++ code

Hi, I want to know the os name via c/c++ source code.so please help me to do the same. I will appreciate if anyone can provide me the source code. Thanks in advance.. (9 Replies)
Discussion started by: smartgupta
9 Replies

11. Programming

need help with c

hello guys i am trying to code a program that will read the last line from a file using c language. i got no experience with c, so my code is giving me plenty of errors. could you help me debug ?? code: # include <stdio.h> typedef int function; void main(void){ int count =... (9 Replies)
Discussion started by: surubi_abada
9 Replies

12. Programming

Choose compiler version

Hi, I'm new, here, and I'm searching for a simple solution for a simple problem. I'm working on RedHat 4.4.6-4 through a CentOS Virtual Machine and due to some reasons I must compile my C++ codes with these two different g++ versions: 4.4.6 and 4.2.2. The fact is that I should be able to... (4 Replies)
Discussion started by: Marcuss
4 Replies

13. Red Hat

GPT Partitions

(Don't you hate being on holiday and being the only IT person in the family?) Got a wonderful thanksgiving surprise .. dead windows-8 laptop with "important" unbacked-up data. No worries, I have my my fedora labtop and a magical SATA to USB converter. Plugged in the drive, and ... can't mount... (4 Replies)
Discussion started by: derekludwig
4 Replies

14. Programming

Language used with Linux

What language is used more common with Linux (6 Replies)
Discussion started by: zbest1966
6 Replies