Next: Common problems
Up: A gp2c tutorial
Previous: Using compiled functions in
If you have some experience of PARI programming, you may want to manually
edit the C file generated by gp2c, for example to improve memory handling.
Here some tips:
- If you preserve the install() at the start of the file, you can use the command gp2c-run file.c to recompile your file and start a new GP session with your function added, just as you use gp2c-run with GP-scripts.
- As explained in Section 2.2, under emacs you
can type 'M-x compile' to recompile the shared library.
Bill Allombert
2003-11-03