I'd suggest using fink. It'll download, patch, build and install most packages for you.

http://fink.sourceforge.net/

just type "fink install lcms" and it'll do everything for you (currently just 1.11 I think).

If you're building yourself, the two things that usually need tweaking are:

-no-cpp-precomp

You almost always have to turn off cpp's precompiled headers.

libtool

OS X doesn't use ELF as its object format, it's got MACH-O. This makes the linking process suprisingly different, and causes terrible problems for libtool, particularly older versions. If odd stuff is happening at link time, you can almost always fix it by updating the package's libtool. You should have a copy of the apple-patched libtool in /usr/share/libtool.

Here's to the day when a OS X - aware libtool is widespread :-(

Bob Friesenhahn wrote:
On Fri, 12 Dec 2003, [ISO-8859-2] Andrej Javoršek wrote:

I'm trying to compile lcms under Mac OS X 10.3!
Lcms compiles O.K. but I'm unable to compile additional utilities
(tifficc, jpegicc).


By "unable to compile", what exactly do you mean?  Does the configure
script report finding the TIFF and JPEG libraries?  Is compilation
attempted for tifficc and jpegicc at all, or are those directories
skipped?


I don't know what are differences between Linux (where I had no
problems) and OS X.


OS X is weird. :-)

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
Lcms-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lcms-user



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Lcms-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to