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 LAA13466; Tue, 7 May 2002 11:12:46 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA13339 for caml-list@pauillac.inria.fr; Tue, 7 May 2002 11:12:45 +0200 (MET DST) 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 IAA10955 for ; Tue, 7 May 2002 08:59:39 +0200 (MET DST) Received: from dpt-info.u-strasbg.fr (dpt-info.u-strasbg.fr [130.79.44.193]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g476xcv01791; Tue, 7 May 2002 08:59:38 +0200 (MET DST) Received: from lambda.u-strasbg.fr (lambda.u-strasbg.fr [130.79.90.63]) by dpt-info.u-strasbg.fr (8.9.3/8.9.3) with ESMTP id JAA27409; Tue, 7 May 2002 09:00:07 +0200 Received: from luther by lambda.u-strasbg.fr with local (Exim 3.35 #1 (Debian)) id 174z3f-0005ws-00; Tue, 07 May 2002 09:06:47 +0200 Date: Tue, 7 May 2002 09:06:47 +0200 To: "Jun P.FURUSE" Cc: laurent.cheno@noos.fr, caml-list@inria.fr, advi@pauillac.inria.fr Subject: Re: [Caml-list] Make opt in camlimages Message-ID: <20020507070647.GA22865@lambda.u-strasbg.fr> References: <7B075E8C-5F5D-11D6-B5E6-000A27B45EBA@noos.fr> <20020504.150731.730574136.Jun.Furuse@inria.fr> <20020505133304.GA16064@lambda.u-strasbg.fr> <20020506.124240.846950275.Jun.Furuse@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020506.124240.846950275.Jun.Furuse@inria.fr> User-Agent: Mutt/1.3.28i From: Sven Luther Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Mon, May 06, 2002 at 12:42:40PM +0200, Jun P.FURUSE wrote: > Hello Sven, > > > On Sat, May 04, 2002 at 03:07:31PM +0200, Jun P.FURUSE wrote: > > > > %sudo make installopt > > > > make: *** No rule to make target `installopt'. Stop. > > > > > > > > Is that normal ? > > > > > > > > Thank you in advance, best regards, > > > > > > Sorry, there was a bug inside INSTALL. > > > Now, make install also installs the native code version. > > > > Jun, i suppose you do know that not all arches support the native code > > version. What will happen if i type make install on such an arch (i > > don't know the camlimages makefile, but when typing make install on such > > an arch in advi, it will try to install advi.opt as advi, which of > > course will not work, since there is no advi.opt). > > Same as ocaml, camlimages installs (by make install) its native code > library only when the native code library is already > compiled. Therefore it is not a problem, I think. Fine then, like said, i did not look at it. > On the otherhand, the problem of advi... Yes, it tries to install a > native code version. At some point of the developement, we changed > its Makefile in order to install the native code version. > It is since the byte-code advi is too slow for the real use > (i.e. presentations with many fancy images). Sure, but it has to build for slower arches, which could use it for dvi viewing, if not for actual presentation with fancy images. Anyway, for me, it has to build for all 11 arches that are going to be released with debian woody, so i did hand fix the makefiles (do you like a patch, i don't think it will be nice, but it works, basically i have a instalopt and instalbyte target, with a install target which call installopt, i think. Friendly, Sven Luther > Well, we will look for what we can do for the portability. > > ----------------------------------------------------------------------- > Jun ------------------- 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