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