Todd Blanchard wrote:
> 
> I downloaded the core and tried to compile it on MacOS X Server - so
> I read the install instructions and went off to get libtiff - which
> I managed to get built into a static library libtiff.a in
> /usr/local/lib - then reran the configure script - but try as I might
> I cannot get the configure script to acknowledge the presence of
> libtiff.
> 

I guess the way to get around that is to compile the libraries
separately. You can get them separetely also, or just 

cd make
configure
make
make install

cd ../base
configure
make
make install


But that won't work in your case since the base library does not work
(and probably won't even compile) on MacOSX. No one has bothered to port
it to MacOSX (it would probably be some work).

Reply via email to