gp2c-run

Langue: en

Autres versions - même langue

Version: 111674 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

GP2C-RUN - manual page for GP to C compiler driver

DESCRIPTION

gp2c-run [gp2c options] [file.gp]

Compile file.gp with gp2c and launch a gp session with functions of file.gp added. [gp2c options] are passed to gp2c.

gp2c-run file.c

Compile file.c and launch a gp session with functions of file.c added. file.c must have suitable install() command in a not indented comment.

This is especially useful if you manually modify the file.gp.c produced by gp2c-run. In this case it is advised to rename it to file.c to avoid subsequent call of gp2c-run to overwrite your changes.

ENVIRONMENT

$GP2C
Path to the gp2c compiler, default: /usr/bin/gp2c
$GP
Path to the gp calculator, default: /usr/bin/gp
 

COPYING

Copyright 2000-2002 The PARI Group

GP2C is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for GP2C.

SEE ALSO

gp2c(1), gp(1), gcc(1)