home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / CLISP-2.LHA / CLISP960530-ki.lha / ffcall / README < prev   
Encoding:
Text File  |  1996-04-15  |  1.4 KB  |  58 lines

  1. ffcall - foreign function call libraries
  2.  
  3. This is a collection of three libraries which can be used to build
  4. foreign function call interfaces in embedded interpreters.
  5.  
  6. The three packages are:
  7.  
  8.     avcall - calling C functions with variable arguments
  9.  
  10.     vacall - C functions accepting variable argument prototypes
  11.  
  12.     trampoline - closures as first-class C functions
  13.  
  14.  
  15. Installation instructions:
  16.  
  17.         ./configure
  18.         make
  19.         make check
  20.         make install
  21.  
  22.  
  23. Files in this package:
  24.  
  25.     Documentation:
  26.  
  27.         README          this text
  28.         COPYING         free software license
  29.         PLATFORMS       list of supported platforms
  30.  
  31.     Source:
  32.  
  33.         avcall/*        the avcall package
  34.         vacall/*        the vacall package
  35.         trampoline/*    the trampoline package
  36.  
  37.     Installation:
  38.  
  39.         configure       configuration script
  40.         configure.in    autoconf-2.4 source for the configuration script
  41.         autoconf/*      auxiliary configuration scripts
  42.         Makefile.in     Makefile master
  43.  
  44.  
  45. Copyright notice:
  46.  
  47. Copyright 1995 Bruno Haible, <haible@ma2s2.mathematik.uni-karlsruhe.de>
  48.  
  49. This is free software distributed under the GNU General Public Licence
  50. described in the file COPYING. Contact the author if you don't have this
  51. or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied,
  52. on this software.
  53.  
  54.  
  55. Distribution:
  56.  
  57. ftp ma2s2.mathematik.uni-karlsruhe.de:/pub/gnu/ffcall-1.0.tar.gz
  58.