AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
April 2000

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2000.04.17 19:03 "SGI tiff 3.5.5 make install error .....", by Hezekiah Mcmurray
2000.04.18 06:19 "Re: SGI tiff 3.5.5 make install error .....", by Jan Prikryl
2000.04.18 09:38 "Re: SGI tiff 3.5.5 make install error .....", by M L Welles
2000.04.18 14:42 "Re: SGI tiff 3.5.5 make install error .....", by Jan Prikryl
2000.04.18 18:00 "Re: SGI tiff 3.5.5 make install error .....", by Sam Leffler
2000.04.18 18:36 "Re: SGI tiff 3.5.5 make install error .....", by Chris Hanson
2000.04.18 18:51 "Re: SGI tiff 3.5.5 make install error .....", by Sam Leffler
2000.04.19 16:48 "Re: SGI tiff 3.5.5 make install error .....", by Roy Darrall
2000.04.19 18:39 "Re: SGI tiff 3.5.5 make install error .....", by Bob Friesenhahn
2000.04.20 14:02 "Re: SGI tiff 3.5.5 make install error .....", by Bruce Cameron
2000.04.18 19:29 "Re: SGI tiff 3.5.5 make install error .....", by Frank Warmerdam
2000.04.19 02:19 "autoconf based configure", by Kiriakos Georgiou
2000.04.19 06:20 "Re: autoconf based configure", by Kevin D Quitt
2000.04.19 13:13 "Re: autoconf based configure", by Bob Friesenhahn
2000.04.19 13:53 "Re: autoconf based configure", by Chris Hanson
2000.04.21 02:03 "Re: autoconf based configure", by Kiriakos Georgiou

2000.04.19 13:53 "Re: autoconf based configure", by Chris Hanson

Kiriakos Georgiou <kg@gate7.olympiakos.com> wrote:
> I've been using autoconf for a few years and I like it.  I believe we
> have people with every machine imaginable so it will be quickly tuned
> to handle everything simply with a
> ./configure && make && make install
> just like all good free s/w.

Obviously you aren't a Macintosh developer then.

The Macintosh does not have any sort of underlying command-line
environment.  Period.  You can get Macintosh Programmer's Workshop,
which is an application that implements a command-line development
environment (a rather nice one, in fact) but it is only Unix-like and
most definitely not Unix-compatible.

I am opposed in the strongest possible terms to messing libtiff up with
autoconf unless specific allowances are made for platforms for which
autoconf is not an option.

Basically, if autoconf is just used to:  (1) set up a few constants in a
configuration header **and there is documentation of what these are,
what they do, and why they're needed**, (2)  handle things like making
libtiff a shared library on different Unix variants, and (3) handle
locating required libraries & headers and supplying the appropriate
include paths to the compiler on different Unix variants, I could handle
that because I could just generate the Macintosh version of that header
and the necessary CodeWarrior projects or MPW makefiles by hand.

  -- Chris