./configure This is the Netpbm configurator. It is an interactive dialog that helps you build the file 'Makefile.config' and prepare to build Netpbm. Do not be put off by all the questions. Configure gives you the opportunity to make a lot of choices, but you don't have to. If you don't have reason to believe you're smarter than Configure, Just take the defaults (hit ENTER) and don't sweat it. If you are considering having a program feed answers to the questions below, please read doc/INSTALL, because that's probably the wrong thing to do. Hit ENTER to begin. Which of the following best describes your platform? gnu GNU/Linux sun Solaris or SunOS hp HP-UX aix AIX win Windows/DOS (Cygwin, DJGPP, Mingw32) tru64 Tru64 irix Irix bsd NetBSD, BSD/OS openbsd OpenBSD freebsd FreeBSD darwin Darwin or Mac OS X amigaos Amiga unixware Unixware sco SCO OpenServer beos BeOS none none of these are even close Platform [darwin] ==> Where will the Netpbm shared library reside once installed? Enter 'default' if it will reside somewhere that the shared library loader will find them automatically. Otherwise, this directory will get built into the Netpbm programs. Netpbm shared library directory [default] ==> Do you want a regular build or a merge build? If you don't know what this means, take the default or see doc/INSTALL regular or merge [regular] ==> Do you want libnetpbm to be statically linked or shared? static or shared [shared] ==> The following questions concern the subroutine libraries that are Netpbm prerequisites. Every library has a compile-time part (header files) and a link-time part. In the case of a shared library, these are both part of the "development" component of the library, which may be separately installable from the runtime shared library. For each library, you must give the filename of the link library. If it is not in your linker's default search path, give the absolute pathname of the file. In addition, you will be asked for the directory in which the library's interface headers reside, and you can respond 'default' if they are in your compiler's default search path. If you don't have the library on your system, you can enter 'none' as the library filename and the builder will skip any part that requires that library. What is your JPEG (graphics format) library? library filename or 'none' [libjpeg.so] ==> libjpeg.dylib Where are the interface headers for it? JPEG header directory [default] ==> What is your TIFF (graphics format) library? library filename or 'none' [libtiff.so] ==> libtiff.3.dylib Where are the interface headers for it? TIFF header directory [default] ==> What is your PNG (graphics format) library? library filename or 'none' [libpng.so] ==> libpng.dylib Where are the interface headers for it? PNG header directory [default] ==> What is your Z (compression) library? library filename or 'none' [libz.so] ==> libz.dylib Where are the interface headers for it? Z header directory [default] ==> What URL will you use for the main Netpbm documentation page? This information does not get built into any programs or libraries. It does not make anything actually install that web page. It is just for including in legacy man pages. Documentation URL [http://netpbm.sourceforge.net/doc/] ==> Doing test compile: cc -c -o /tmp/netpbm0.o /tmp/netpbm0.c Doing test compile: cc -c -o /tmp/netpbm0.o /tmp/netpbm0.c We have created the file 'Makefile.config'. Note, however, that we guessed a lot at your configuration and you may want to look at Makefile.config and edit it to your requirements and taste before doing the make. Now you may proceed with 'make'