|
NAMEGP2C-RUN - The GP to C compiler driverDESCRIPTIONgp2c-run [gp2c options] [file.gp]Compile file.gp with gp2c and launch a gp session where the functions of functions of file.gp are preloaded. Any options are passed to gp2c. gp2c-run file.c Compile file.c and launch a gp session where the functions of file.c are preloaded. the file file.c must have suitable GP;install() lines. 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 calls of gp2c-run to overwrite your changes. FILESfile.gp.c The C output of gp2c.
ENVIRONMENT
FILESfile.gp.c The C output of gp2c.
COPYINGCopyright 2000-2018 The PARI GroupGP2C 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 ALSOThe GP2C manual, gp2c(1), gp2c-dbg(1), gp(1), gcc(1)
Visit the GSP FreeBSD Man Page Interface. |