home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / dev / misc / p2c / gcc / readme.gcc < prev   
Text File  |  1993-12-21  |  439b  |  19 lines

  1. To use P2C with GNU C:  
  2. **********************
  3.  
  4. - create the directory 'p2c' in your include directory 
  5.  
  6. - copy the file 'p2c.h' to this directory
  7.  
  8. - copy the file 'libp2c.a' to your 'lib' directory
  9.  
  10.  
  11. To compile the file 'foo.c' created by P2C enter:
  12. *************************************************
  13.  
  14.   gcc foo.c -lp2c -o foo
  15.  
  16.  
  17. NOTE: You should modify the target language in the 'p2crc' file to allow
  18. P2C using GNU C language extensions
  19.