From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id DAA00299; Wed, 6 Aug 2003 03:06:06 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id DAA00284 for ; Wed, 6 Aug 2003 03:06:02 +0200 (MET DST) Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h76160T15974 for ; Wed, 6 Aug 2003 03:06:01 +0200 (MET DST) Received: from localhost (suiren.kurims.kyoto-u.ac.jp [130.54.16.25]) by kurims.kurims.kyoto-u.ac.jp (8.9.3p2/3.7W) with ESMTP id KAA25600; Wed, 6 Aug 2003 10:05:52 +0900 (JST) To: info@gerd-stolpmann.de Cc: caml-list@inria.fr Subject: Re: [Caml-list] GODI, second version In-Reply-To: <1060096092.4367.318.camel@ice.gerd-stolpmann.de> References: <1060096092.4367.318.camel@ice.gerd-stolpmann.de> X-Mailer: Mew version 1.94.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030806100552Z.garrigue@kurims.kyoto-u.ac.jp> Date: Wed, 06 Aug 2003 10:05:52 +0900 From: Jacques Garrigue X-Dispatcher: imput version 20000228(IM140) X-Loop: caml-list@inria.fr X-Spam: no; 0.00; jacques:01 caml-list:01 gerd:01 stolpmann:01 bootstrap:01 labltk:01 ocaml's:01 ocaml-core:01 dependencies:01 wwwfun:01 ocaml:01 recompile:01 garrigue:01 kyoto:01 tar:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk From: Gerd Stolpmann > there is now an improved version of GODI for download: > > http://www.ocaml-programming.de/packages/godi-bootstrap-20030805.tar.gz > > - The bootstrap script tries to pre-configure labltk. It looks into > much more locations that the O'Caml configure script. I think this > was one of the biggest problems in the first release. OK. Nice attempt, and properly splitting the work with ocaml's configuration script. By the way, I'm not sure this is a good idea to make labltk an optional package, for two reasons: - since it gets configured with ocaml, you have to recompile ocaml if something goes wrong (your pre-search may help, but since you don't check by explicitly linking this may still be wrong). - it includes ocamlbrowser, which is an ocaml tool expected to be there If your motivation is to allow binary packages including only part of the stuff, then it might be a better idea to make ocaml a metapackage, and have packages ocaml-core, ocaml-graphics, ocaml-labltk, ocaml-camlp4 as dependencies. --------------------------------------------------------------------------- Jacques Garrigue Kyoto University garrigue at kurims.kyoto-u.ac.jp JG ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners