home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / lisp / 2070 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.5 KB

  1. Path: sparky!uunet!mcsun!uknet!ox-prg!prg.ox.ac.uk!alencar
  2. From: alencar@prg.ox.ac.uk (Antonio Alencar)
  3. Newsgroups: comp.lang.lisp
  4. Subject: Linking C with Kyoto Common Lisp (KCL)
  5. Message-ID: <4090@inca.comlab.ox.ac.uk>
  6. Date: 22 Jul 92 12:37:37 GMT
  7. Sender: news@comlab.ox.ac.uk
  8. Organization: Oxford University Computing Laboratory, UK
  9. Lines: 29
  10.  
  11. Dear Friends,
  12.  
  13. I have been trying to link a huge C program with Kyoto Common Lisp (KCL)
  14. and I have been facing some difficulties.
  15.  
  16. The main problems seems to be that my C program uses some functions that
  17. are defined in the standard C library and KCL is unable to figure this
  18. out for itself establishing the right connections.  Also, it seems that
  19. it does not allow me so say explicitly that the standard C library must
  20. be loaded.
  21.  
  22. I got to these conclusions because when I take out the bits of my program
  23. that use the standard C library the whole thing just works, and the KCL
  24. manual says nothing about using external C libraries.
  25.  
  26. I wonder if there is someone out there that has got some experience with
  27. this kind of problem and that would be kind enough to TRY to give me a hand.
  28.  
  29. Many thanks,
  30.  
  31. Antonio Alencar
  32.  
  33. --------------------------------------------------------------------
  34. Oxford University |JANET   : alencar@uk.ac.ox.prg       
  35. Computing Lab     |BITNET  : alencar%uk.ac.ox.prg@ukacrl.bitnet
  36. 11, Keble Road    |INTERNET: alencar%prg.ox.ac.uk@nsfnet-relay.ac.uk
  37. Oxford, OX1 3QD   |PHONE   : +44 865 273-869
  38. England           |FAX     : +44 865 270-551 / 270-550
  39. --------------------------------------------------------------------
  40.