home *** CD-ROM | disk | FTP | other *** search
- To use P2C with GNU C:
- **********************
-
- - create the directory 'p2c' in your include directory
-
- - copy the file 'p2c.h' to this directory
-
- - copy the file 'libp2c.a' to your 'lib' directory
-
-
- To compile the file 'foo.c' created by P2C enter:
- *************************************************
-
- gcc foo.c -lp2c -o foo
-
-
- NOTE: You should modify the target language in the 'p2crc' file to allow
- P2C using GNU C language extensions
-