Message-ID: <F08F464D-AB12-422F-8586-B1AA32F43EE0@r-project.org>
Date: 2005-05-26T18:02:44Z
From: Simon Urbanek
Subject: imageio configure?
In-Reply-To: <A9B16335-3903-4F14-8B52-662F932EF96C@uiuc.edu>
Roger,
On May 26, 2005, at 11:07 AM, roger koenker wrote:
> I wonder if someone could elaborate on the ./configure magic
> needed to find the libPng in the imageio framework.
Even if you find it, it won't help unless you write a wrapper dylib,
because the symbol names are different (they start with cg_). In
addition, there are no header files for those private frameworks,
either, so you won't be able to compile any code against it unless
you make your own.
Cheers,
Simon