caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Pierre Weis <Pierre.Weis@inria.fr>
To: wakita@is.titech.ac.jp (Ken Wakita)
Cc: caml-list@inria.fr
Subject: Re: wish
Date: Wed, 27 Dec 2000 19:04:14 +0100 (MET)	[thread overview]
Message-ID: <200012271804.TAA22563@pauillac.inria.fr> (raw)
In-Reply-To: <20001227113529Y.wakita@is.titech.ac.jp> from Ken Wakita at "Dec 27, 100 11:35:29 am"

[...]
> standard distribution.  My proposal is simple and easy to use.  For
> instance, building a multithreaded GTk-based GUI application can be
> done by:
> 
> 	ocamlopt -o <executable> -i lablgtk -i threads <source>
> 
> which is more pleasant than
> 
> 	ocamlopt -o <executable> \
> 		-I /usr/local/lib/ocaml-3.00/lablgtk \
> 		-I /usr/local/lib/ocaml-3.00/threads <source>
[...]
> 
> Ken Wakita

Are you aware of the new + option to -I recently added to the
compiler working sources? It allows to write:

       ocamlopt -o <executable> -I +lablgtk -I +threads <source>

isn't it what you wanted ?

Hope this helps,

Pierre Weis

INRIA, Projet Cristal, Pierre.Weis@inria.fr, http://pauillac.inria.fr/~weis/




  reply	other threads:[~2000-12-27 18:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-22 10:23 wish Ken Wakita
2000-12-26  8:41 ` wish Ian Zimmerman
2000-12-27  2:35   ` wish Ken Wakita
2000-12-27 18:04     ` Pierre Weis [this message]
2000-12-28  6:47       ` wish Ken Wakita

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=200012271804.TAA22563@pauillac.inria.fr \
    --to=pierre.weis@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=wakita@is.titech.ac.jp \
    /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).