caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Chris Hecker <checker@d6.com>
To: Patrick M Doane <patrick@watson.org>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] ocamlmktop and includes
Date: Sat, 28 Apr 2001 22:46:42 -0700	[thread overview]
Message-ID: <4.3.2.7.2.20010428224507.02ebccf0@shell16.ba.best.com> (raw)
In-Reply-To: <Pine.BSF.3.96.1010428181903.5019B-100000@fledge.watson.org>


>My initial expectation was that building a top-level interpreter would
>link the object files into that interpeter.  That maybe an alternative
>approach to addressing this issue.

Yes, but you want both.  You link the .cmos (or .cmas) in, but you also need a path to their .cmi files, which is what the include dirs are for.  It might be nice if there was some way to also have the .cmi files onboard with the toplevel (or in libraries), so it was just all there with no need for other stuff.  I'm not going to implement that, though.  ;)

Chris

-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


  reply	other threads:[~2001-04-29  5:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.BSF.3.96.1010428104723.97098B-100000@fledge.watson.or g>
2001-04-28 21:50 ` Chris Hecker
2001-04-28 22:26   ` Patrick M Doane
2001-04-29  5:46     ` Chris Hecker [this message]
2001-04-29 16:44       ` Patrick M Doane
2001-05-01  1:27 David Gurr
2001-05-01  2:57 ` Patrick M Doane
  -- strict thread matches above, loose matches on Subject: below --
2001-04-28 14:54 Patrick M Doane
2001-05-01  1:05 ` Jacques Garrigue
2001-05-01  3:39   ` John Gerard Malecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4.3.2.7.2.20010428224507.02ebccf0@shell16.ba.best.com \
    --to=checker@d6.com \
    --cc=caml-list@inria.fr \
    --cc=patrick@watson.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).