From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 70A94BC50 for ; Tue, 3 Oct 2006 22:18:50 +0200 (CEST) Received: from gate.ece.ucsb.edu (gate.ece.ucsb.edu [128.111.56.56]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k93KImxw027056 for ; Tue, 3 Oct 2006 22:18:49 +0200 Received: from mail.ece.ucsb.edu (mail.ece.ucsb.edu [128.111.56.210]) by gate.ece.ucsb.edu (8.13.1/8.13.1) with ESMTP id k93KIfCr018313; Tue, 3 Oct 2006 13:18:41 -0700 Received: from [128.111.56.20] (dhcp56-20.ece.ucsb.edu [128.111.56.20]) (authenticated bits=0) by mail.ece.ucsb.edu (8.13.1/8.13.1) with ESMTP id k93KIf1e021581 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 3 Oct 2006 13:18:41 -0700 In-Reply-To: <4522BE3D.1060600@univ-savoie.fr> References: <70619F46-FF01-4B4B-8CEA-3DB768CB6640@gmail.com> <45226D8E.8040905@univ-savoie.fr> <45598B33-A502-466B-830A-B4FC1D93316D@gmail.com> <4522BE3D.1060600@univ-savoie.fr> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4C13EA8E-5F3D-40FC-9E7A-DBF8B0211DAF@ece.ucsb.edu> Cc: Julien Blond , caml-list@inria.fr Content-Transfer-Encoding: 7bit From: Shivkumar Chandrasekaran Subject: Re: [Caml-list] Custom linking with MacOSX frameworks? Date: Tue, 3 Oct 2006 13:18:41 -0700 To: Christophe Raffalli X-Mailer: Apple Mail (2.752.2) X-Milter: Spamilter (Reciever: gate.ece.ucsb.edu; Sender-ip: 128.111.56.210; Sender-helo: mail.ece.ucsb.edu;) X-UCSB/ECE-MailScanner-Information: Please contact the ISP for more information X-UCSB/ECE-MailScanner: Found to be clean X-UCSB/ECE-MailScanner-From: shiv@ece.ucsb.edu X-Miltered: at concorde with ID 4522C5A8.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; shivkumar:01 christophe:01 raffalli:01 camlimages:01 --shiv--:01 2006,:98 wrote:01 macosx:01 compile:01 caml-list:01 gif:98 shiv:02 linking:02 library:03 library:03 On Oct 3, 2006, at 12:47 PM, Christophe Raffalli wrote: > By the way if someone know which framework to use to compile > camlimages with the maximum number of file format without depending > upon fink library ... On my machine the Mac image libraries seem to be at: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ImageIO.framework/Versions/A/Resources/ I can see TIFF, PNG, JPEG and GIF libraries in there. --shiv-- PS: I am not sure which framework you want to specify though: ImageIO ?