caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] How to add primitives to the standard ones?
@ 2001-07-11 16:29 Dekai Li
  2001-07-12  7:45 ` Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Dekai Li @ 2001-07-11 16:29 UTC (permalink / raw)
  To: caml-list

I tried to add a primitive to the standard primitives as follows.

1. I put my foo.c file in byterun/ and put the /* ML */ at the end 
of the primitives.

2. In byterun/Makefile, I added foo.o to macro  OBJS and foo.c to PRIMS.

3. In stdlib/pervasives.ml, I added the declaration for my primitive and 
   in stdlib/pervasives.mli, I exported the primitives.

Yet it kept telling me that it can't find the external functions.

What else should I do?


Thanks.

dekai
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-12  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-11 16:29 [Caml-list] How to add primitives to the standard ones? Dekai Li
2001-07-12  7:45 ` Xavier Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).