Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 8a69b05954815e9d42f64cddf426255f > files > 8

gp2c-0.0.5pl7-3mdv2009.1.i586.rpm

GP2C,  GP to C translator
       Copyright (C) 2000-2006 The PARI Group, Bordeaux.

GP2C is part of the PARI/GP system, http://pari.math.u-bordeaux.fr/.

New versions are available at
<ftp://pari.math.u-bordeaux.fr/pub/pari/GP2C> and
<http://pari.math.u-bordeaux.fr/download.html>

==========================================================================

To get started, read the manual in doc/gp2c.dvi or doc/html.
You need PARI/GP installed to compile this package.

The command provided are:

gp2c file.gp

Translate file.gp to C and output the resulting code to stdout.

gp2c-run file.gp

This will translate file.gp to C, compile it, and run a GP session including
the compiled functions. This rely on install() working for external module
so is not as portable as GP2C. However it is known to work on Linux, Solaris,
OSF/1, Mac OS X, and Cygwin.

gp2c-dbg file.gp

[not installed by default]
This does the same as gp2c-run but launch GP inside the C debugger, so
you can debug your script. See the configure option '--with-paricfg-dbg'
to enable it.

Thanks for your support, and have fun !

Bill Allombert <allomber@math.u-bordeaux.fr>

========================================================================

GP2C is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation. It is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY WHATSOEVER.

Check the License for details. You should have received a copy of it, along
with the package; see the file 'COPYING'. If not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.