delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/07/21/02:25:49

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Reply-To: <wpmccormick AT covad DOT net>
From: "Bill McCormick" <wpmccormick AT covad DOT net>
To: "Billinghurst, David \(CRTS\)" <David DOT Billinghurst AT riotinto DOT com>,
"Cygwin" <cygwin AT cygwin DOT com>
Subject: RE: ImageMagick
Date: Mon, 21 Jul 2003 01:25:24 -0500
Message-ID: <NDBBLLFMLFMANIDPNADCCEMDFBAA.wpmccormick@covad.net>
MIME-Version: 1.0
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Importance: Normal
In-Reply-To: <FAC87D7C874EAB46A847604DA4FD5A6457DDD0@crtsmail.corp.riotinto.org>

------=_NextPart_000_0000_01C34F26.F59EC340
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Thanks, I've attached the output of the builds in question.

There's also this little blurb during make install on both libs ...

----------------------------------------------------------------------------
--
Libraries have been installed in:
   /usr/local/lib

To link against installed libraries in a given directory, LIBDIR,
you must use the `-LLIBDIR' flag during linking.

 You will also need to do one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------------
--

So the libs get installed, yet some test is failing.

Bill

> -----Original Message-----
> From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]On Behalf
> Of Billinghurst, David (CRTS)
> Sent: Monday, July 21, 2003 12:46 AM
> To: wpmccormick AT covad DOT net; Cygwin
> Subject: RE: ImageMagick
>
>
> I have IM installed.  Busy right now but I will have a look at it tonight
> and report back.
>
> -----Original Message-----
> From: Bill McCormick [mailto:wpmccormick AT covad DOT net]
> Sent: Monday, 21 July 2003 3:39 PM
> To: Cygwin
> Subject: ImageMagick
>
>
> Hi all,
>
> Anybody have ImageMagick installed?
>
> I'm having installation problems with some of the required libs
> (the ones I
> want), specifically, the IJG jpeg lib and libexif. When running
> ./configure --enable-shared for the IJG jpeg lib, shared lib build doesn't
> appear to happen, however it does make and install. The libexif build
> appears to be okay but when I run the build on ImageMagick it
> tells me that
> tests failed (for both libexif and jpeg support.)
>
> If any of this seems to ring a bell for anybody I'd appreciate some new
> insight. Let me know if you'd like to see any output. I'm using the latest
> versions on all.
>
> Thanks,
>
> Bill
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.502 / Virus Database: 300 - Release Date: 7/18/2003
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.502 / Virus Database: 300 - Release Date: 7/18/2003
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 7/18/2003

------=_NextPart_000_0000_01C34F26.F59EC340
Content-Type: text/plain;
	name="jpeg build output.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="jpeg build output.txt"

Administrator AT billhome/usr/local/jpeg-6b=0A=
$ ./configure --mandir=3D/usr/man --enable-shared --disable-static=0A=
checking for gcc... gcc=0A=
checking whether the C compiler (gcc  ) works... yes=0A=
checking whether the C compiler (gcc  ) is a cross-compiler... no=0A=
checking whether we are using GNU C... yes=0A=
checking how to run the C preprocessor... gcc -E=0A=
checking for function prototypes... yes=0A=
checking for stddef.h... yes=0A=
checking for stdlib.h... yes=0A=
checking for string.h... yes=0A=
checking for size_t... yes=0A=
checking for type unsigned char... yes=0A=
checking for type unsigned short... yes=0A=
checking for type void... yes=0A=
checking for working const... yes=0A=
checking for inline... __inline__=0A=
checking for broken incomplete types... ok=0A=
checking for short external names... ok=0A=
checking to see if char is signed... yes=0A=
checking to see if right shift is signed... yes=0A=
checking to see if fopen accepts b spec... yes=0A=
checking for a BSD compatible install... /usr/bin/install -c=0A=
checking for ranlib... ranlib=0A=
checking host system type... i386-pc-cygwin32=0A=
checking for ranlib... ranlib=0A=
checking for gcc... gcc=0A=
checking whether we are using GNU C... yes=0A=
checking for gcc option to produce PIC... -fPIC=0A=
checking if gcc PIC flag -fPIC works... no=0A=
checking if gcc static flag -static works... -static=0A=
checking whether ln -s works... yes=0A=
checking for ld used by GCC... =
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld.exe=0A=
checking if the linker =
(/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld.ex=
e) is GNU ld... yes=0A=
checking whether the linker =
(/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld.ex=
e) supports shared libraries... yes=0A=
checking for BSD-compatible nm... /usr/bin/nm -B=0A=
checking command to parse /usr/bin/nm -B output... no=0A=
checking how to hardcode library paths into programs... immediate=0A=
checking for =
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld.exe=
 option to reload object files... -r=0A=
checking dynamic linker characteristics... no=0A=
### checking if libtool supports shared libraries... no ###=0A=
### checking whether to build shared libraries... no ###=0A=
### checking whether to build static libraries... yes ###=0A=
checking for objdir... .libs=0A=
creating libtool=0A=
checking libjpeg version number... 62=0A=
creating ./config.status=0A=
creating Makefile=0A=
creating jconfig.h=0A=
jconfig.h is unchanged=0A=
********************************=0A=
=0A=
 ... note the lines i marked with ### ###. This is not consistant with =
the paramaters given to ./configure.=0A=
=0A=

------=_NextPart_000_0000_01C34F26.F59EC340
Content-Type: text/plain;
	name="libexif-build-output.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="libexif-build-output.txt"

checking for a BSD-compatible install... /usr/bin/install -c=0A=
checking whether build environment is sane... yes=0A=
checking whether make sets $(MAKE)... yes=0A=
checking for working aclocal-1.4... missing=0A=
checking for working autoconf... found=0A=
checking for working automake-1.4... missing=0A=
checking for working autoheader... found=0A=
checking for working makeinfo... found=0A=
checking whether to enable maintainer-specific portions of Makefiles... =
no=0A=
checking build system type... i686-pc-cygwin=0A=
checking host system type... i686-pc-cygwin=0A=
checking for gcc... gcc=0A=
checking for C compiler default output... a.exe=0A=
checking whether the C compiler works... yes=0A=
checking whether we are cross compiling... no=0A=
checking for suffix of executables... .exe=0A=
checking for suffix of object files... o=0A=
checking whether we are using the GNU C compiler... yes=0A=
checking whether gcc accepts -g... yes=0A=
checking for gcc option to accept ANSI C... none needed=0A=
checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe=0A=
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes=0A=
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object =
files... -r=0A=
checking for BSD-compatible nm... /usr/bin/nm -B=0A=
checking for a sed that does not truncate output... /usr/bin/sed=0A=
checking whether ln -s works... yes=0A=
checking how to recognise dependent libraries... file_magic file format =
pei*-i386(.*architecture: i386)?=0A=
checking command to parse /usr/bin/nm -B output... ok=0A=
checking how to run the C preprocessor... gcc -E=0A=
checking for egrep... grep -E=0A=
checking for ANSI C header files... yes=0A=
checking for sys/types.h... yes=0A=
checking for sys/stat.h... yes=0A=
checking for stdlib.h... yes=0A=
checking for string.h... yes=0A=
checking for memory.h... yes=0A=
checking for strings.h... yes=0A=
checking for inttypes.h... no=0A=
checking for stdint.h... no=0A=
checking for unistd.h... yes=0A=
checking dlfcn.h usability... yes=0A=
checking dlfcn.h presence... yes=0A=
checking for dlfcn.h... yes=0A=
checking for ranlib... ranlib=0A=
checking for strip... strip=0A=
checking for objdir... .libs=0A=
checking for gcc option to produce PIC... -DDLL_EXPORT=0A=
checking if gcc PIC flag -DDLL_EXPORT works... yes=0A=
checking if gcc static flag -static works... yes=0A=
checking if gcc supports -c -o file.o... yes=0A=
checking if gcc supports -c -o file.lo... yes=0A=
checking if gcc supports -fno-rtti -fno-exceptions... yes=0A=
checking whether the linker (/usr/i686-pc-cygwin/bin/ld.exe) supports =
shared libraries... yes=0A=
checking how to hardcode library paths into programs... immediate=0A=
checking whether stripping libraries is possible... yes=0A=
checking dynamic linker characteristics... Win32 ld.exe=0A=
checking if libtool supports shared libraries... yes=0A=
checking whether to build shared libraries... yes=0A=
checking whether to build static libraries... no=0A=
creating libtool=0A=
checking for po/Makevars requiring evil hack... no=0A=
checking whether NLS is requested... yes=0A=
checking for msgfmt... /usr/bin/msgfmt=0A=
checking for gmsgfmt... /usr/bin/msgfmt=0A=
checking for xgettext... no=0A=
checking for msgmerge... /usr/bin/msgmerge=0A=
checking for ranlib... (cached) ranlib=0A=
checking for strerror in -lcposix... no=0A=
checking for an ANSI C-conforming const... yes=0A=
checking for inline... inline=0A=
checking for off_t... yes=0A=
checking for size_t... yes=0A=
checking for working alloca.h... yes=0A=
checking for alloca... yes=0A=
checking for stdlib.h... (cached) yes=0A=
checking for unistd.h... (cached) yes=0A=
checking for getpagesize... yes=0A=
checking for working mmap... no=0A=
checking whether we are using the GNU C Library 2.1 or newer... no=0A=
checking whether integer division by zero raises SIGFPE... yes=0A=
checking for inttypes.h... no=0A=
checking for stdint.h... no=0A=
checking for unsigned long long... yes=0A=
checking for inttypes.h... no=0A=
checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe=0A=
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes=0A=
checking for shared library run path origin... done=0A=
checking argz.h usability... no=0A=
checking argz.h presence... no=0A=
checking for argz.h... no=0A=
checking limits.h usability... yes=0A=
checking limits.h presence... yes=0A=
checking for limits.h... yes=0A=
checking locale.h usability... yes=0A=
checking locale.h presence... yes=0A=
checking for locale.h... yes=0A=
checking nl_types.h usability... no=0A=
checking nl_types.h presence... no=0A=
checking for nl_types.h... no=0A=
checking malloc.h usability... yes=0A=
checking malloc.h presence... yes=0A=
checking for malloc.h... yes=0A=
checking stddef.h usability... yes=0A=
checking stddef.h presence... yes=0A=
checking for stddef.h... yes=0A=
checking for stdlib.h... (cached) yes=0A=
checking for string.h... (cached) yes=0A=
checking for unistd.h... (cached) yes=0A=
checking sys/param.h usability... yes=0A=
checking sys/param.h presence... yes=0A=
checking for sys/param.h... yes=0A=
checking for feof_unlocked... no=0A=
checking for fgets_unlocked... no=0A=
checking for getc_unlocked... yes=0A=
checking for getcwd... yes=0A=
checking for getegid... yes=0A=
checking for geteuid... yes=0A=
checking for getgid... yes=0A=
checking for getuid... yes=0A=
checking for mempcpy... yes=0A=
checking for munmap... yes=0A=
checking for putenv... yes=0A=
checking for setenv... yes=0A=
checking for setlocale... yes=0A=
checking for stpcpy... no=0A=
checking for strcasecmp... yes=0A=
checking for strdup... yes=0A=
checking for strtoul... yes=0A=
checking for tsearch... yes=0A=
checking for __argz_count... no=0A=
checking for __argz_stringify... no=0A=
checking for __argz_next... no=0A=
checking for __fsetlocking... no=0A=
checking for iconv... yes=0A=
checking how to link with libiconv... -liconv=0A=
checking for iconv declaration... =0A=
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t =
*inbytesleft, char * *outbuf, size_t *outbytesleft);=0A=
checking for nl_langinfo and CODESET... yes=0A=
checking for LC_MESSAGES... yes=0A=
checking for bison... bison=0A=
checking version of bison... 1.875, ok=0A=
checking whether NLS is requested... yes=0A=
checking whether included gettext is requested... no=0A=
checking for GNU gettext in libc... no=0A=
checking for GNU gettext in libintl... yes=0A=
checking whether to use NLS... yes=0A=
checking where the gettext function comes from... external libintl=0A=
checking how to link with libintl... -lintl=0A=
configure: creating ./config.status=0A=
config.status: creating intl/Makefile=0A=
config.status: creating po/Makefile.in=0A=
config.status: creating m4/Makefile=0A=
config.status: creating Makefile=0A=
config.status: creating libexif.spec=0A=
config.status: creating libexif/Makefile=0A=
config.status: creating libjpeg/Makefile=0A=
config.status: creating test/Makefile=0A=
config.status: creating libexif/libexif.pc=0A=
config.status: creating config.h=0A=
config.status: config.h is unchanged=0A=
config.status: executing default-1 commands=0A=
config.status: executing default-2 commands=0A=
config.status: creating po/POTFILES=0A=
config.status: creating po/Makefile=0A=
=0A=
=0A=
Configuration (libexif):=0A=
=0A=
	Source code location:  .=0A=
	Compiler:              gcc=0A=
=0A=

------=_NextPart_000_0000_01C34F26.F59EC340
Content-Type: text/plain;
	name="IM-build-output.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="IM-build-output.txt"

configuring ImageMagick 5.5.7=0A=
checking build system type... i686-pc-cygwin=0A=
checking host system type... i686-pc-cygwin=0A=
checking target system type... i686-pc-cygwin=0A=
checking whether build environment is sane... yes=0A=
checking for a BSD-compatible install... /usr/bin/install -c=0A=
checking for gawk... gawk=0A=
checking whether make sets $(MAKE)... yes=0A=
checking for gcc... gcc=0A=
checking for C compiler default output... a.exe=0A=
checking whether the C compiler works... yes=0A=
checking whether we are cross compiling... no=0A=
checking for suffix of executables... .exe=0A=
checking for suffix of object files... o=0A=
checking whether we are using the GNU C compiler... yes=0A=
checking whether gcc accepts -g... yes=0A=
checking for gcc option to accept ANSI C... none needed=0A=
checking for style of include used by make... GNU=0A=
checking dependency style of gcc... gcc3=0A=
checking how to run the C preprocessor... gcc -E=0A=
checking for a sed that does not truncate output... /usr/bin/sed=0A=
checking for egrep... grep -E=0A=
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe=0A=
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes=0A=
checking for a BSD-compatible install... /usr/bin/install -c=0A=
checking whether make sets $(MAKE)... (cached) yes=0A=
checking whether ln -s works... yes=0A=
checking for an ANSI C-conforming const... yes=0A=
checking for ANSI C header files... yes=0A=
checking for dirent.h that defines DIR... yes=0A=
checking for library containing opendir... none required=0A=
checking for sys/types.h... yes=0A=
checking for sys/stat.h... yes=0A=
checking for stdlib.h... yes=0A=
checking for string.h... yes=0A=
checking for memory.h... yes=0A=
checking for strings.h... yes=0A=
checking for inttypes.h... no=0A=
checking for stdint.h... no=0A=
checking for unistd.h... yes=0A=
checking dlfcn.h usability... yes=0A=
checking dlfcn.h presence... yes=0A=
checking for dlfcn.h... yes=0A=
checking dynamic linker characteristics... Win32 ld.exe=0A=
checking which extension is used for loadable modules... .dll=0A=
checking which variable specifies run-time library path... PATH=0A=
checking for the default library search path... /lib /usr/lib=0A=
checking for objdir... .libs=0A=
checking for BSD-compatible nm... /usr/bin/nm -B=0A=
checking command to parse /usr/bin/nm -B output from  object... ok=0A=
checking whether libtool supports -dlopen/-dlpreopen... yes=0A=
checking for shl_load... no=0A=
checking for shl_load in -ldld... no=0A=
checking for dlopen in -ldl... no=0A=
checking for dlerror... yes=0A=
checking for _ prefix in compiled symbols... yes=0A=
checking whether we have to add an underscore for dlsym... unknown=0A=
checking whether deplibs are loaded by dlopen... unknown=0A=
checking argz.h usability... no=0A=
checking argz.h presence... no=0A=
checking for argz.h... no=0A=
checking for error_t... no=0A=
checking for argz_append... no=0A=
checking for argz_create_sep... no=0A=
checking for argz_insert... no=0A=
checking for argz_next... no=0A=
checking for argz_stringify... no=0A=
checking assert.h usability... yes=0A=
checking assert.h presence... yes=0A=
checking for assert.h... yes=0A=
checking ctype.h usability... yes=0A=
checking ctype.h presence... yes=0A=
checking for ctype.h... yes=0A=
checking errno.h usability... yes=0A=
checking errno.h presence... yes=0A=
checking for errno.h... yes=0A=
checking malloc.h usability... yes=0A=
checking malloc.h presence... yes=0A=
checking for malloc.h... yes=0A=
checking for memory.h... (cached) yes=0A=
checking for stdlib.h... (cached) yes=0A=
checking stdio.h usability... yes=0A=
checking stdio.h presence... yes=0A=
checking for stdio.h... yes=0A=
checking for unistd.h... (cached) yes=0A=
checking dl.h usability... no=0A=
checking dl.h presence... no=0A=
checking for dl.h... no=0A=
checking sys/dl.h usability... no=0A=
checking sys/dl.h presence... no=0A=
checking for sys/dl.h... no=0A=
checking dld.h usability... no=0A=
checking dld.h presence... no=0A=
checking for dld.h... no=0A=
checking mach-o/dyld.h usability... no=0A=
checking mach-o/dyld.h presence... no=0A=
checking for mach-o/dyld.h... no=0A=
checking for string.h... (cached) yes=0A=
checking for strchr... yes=0A=
checking for strrchr... yes=0A=
checking for memcpy... yes=0A=
checking for memmove... yes=0A=
checking for strcmp... yes=0A=
checking for closedir... yes=0A=
checking for opendir... yes=0A=
checking for readdir... yes=0A=
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object =
files... -r=0A=
checking how to recognise dependent libraries... file_magic ^x86 archive =
import|^x86 DLL=0A=
checking for dlltool... dlltool=0A=
checking for as... as=0A=
checking for objdump... objdump=0A=
checking for g++... g++=0A=
checking whether we are using the GNU C++ compiler... yes=0A=
checking whether g++ accepts -g... yes=0A=
checking dependency style of g++... gcc3=0A=
checking how to run the C++ preprocessor... g++ -E=0A=
checking for g77... g77=0A=
checking whether we are using the GNU Fortran 77 compiler... yes=0A=
checking whether g77 accepts -g... yes=0A=
checking the maximum length of command line arguments... 8192=0A=
checking command to parse /usr/bin/nm -B output from gcc object... =
(cached) ok=0A=
checking for objdir... .libs=0A=
checking for ar... ar=0A=
checking for ranlib... ranlib=0A=
checking for strip... strip=0A=
checking if gcc static flag  works... yes=0A=
checking if gcc supports -fno-rtti -fno-exceptions... yes=0A=
checking for gcc option to produce PIC... =0A=
checking if gcc supports -c -o file.o... yes=0A=
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) =
supports shared libraries... yes=0A=
checking whether -lc should be explicitly linked in... yes=0A=
checking how to hardcode library paths into programs... immediate=0A=
checking whether stripping libraries is possible... yes=0A=
checking dynamic linker characteristics... Win32 ld.exe=0A=
checking whether a program can dlopen itself... no=0A=
checking if libtool supports shared libraries... yes=0A=
checking whether to build shared libraries... yes=0A=
checking whether to build static libraries... no=0A=
configure: creating libtool=0A=
appending configuration tag "CXX" to libtool=0A=
checking for ld used by g++... /usr/i686-pc-cygwin/bin/ld.exe=0A=
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes=0A=
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) =
supports shared libraries... yes=0A=
checking for g++ option to produce PIC... =0A=
checking if g++ supports -c -o file.o... yes=0A=
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) =
supports shared libraries... yes=0A=
checking how to hardcode library paths into programs... immediate=0A=
checking whether stripping libraries is possible... yes=0A=
checking dynamic linker characteristics... Win32 ld.exe=0A=
checking whether a program can dlopen itself... (cached) no=0A=
appending configuration tag "F77" to libtool=0A=
checking if libtool supports shared libraries... yes=0A=
checking whether to build shared libraries... yes=0A=
checking whether to build static libraries... no=0A=
checking for g77 option to produce PIC... =0A=
checking if g77 supports -c -o file.o... yes=0A=
checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe) =
supports shared libraries... yes=0A=
checking how to hardcode library paths into programs... immediate=0A=
checking whether stripping libraries is possible... yes=0A=
checking dynamic linker characteristics... Win32 ld.exe=0A=
checking whether to enable maintainer-specific portions of Makefiles... =
no=0A=
checking whether gcc needs -traditional... no=0A=
checking whether large file support needs explicit enabling... no=0A=
checking for ANSI C header files... (cached) yes=0A=
checking for dirent.h that defines DIR... (cached) yes=0A=
checking for library containing opendir... (cached) none required=0A=
checking locale.h usability... yes=0A=
checking locale.h presence... yes=0A=
checking for locale.h... yes=0A=
checking machine/param.h usability... no=0A=
checking machine/param.h presence... no=0A=
checking for machine/param.h... no=0A=
checking sys/times.h usability... yes=0A=
checking sys/times.h presence... yes=0A=
checking for sys/times.h... yes=0A=
checking for sys/types.h... (cached) yes=0A=
checking for an ANSI C-conforming const... (cached) yes=0A=
checking for inline... inline=0A=
checking whether byte ordering is bigendian... no=0A=
checking for working long double with more range or precision than =
double... yes=0A=
checking for short... yes=0A=
checking size of short... 2=0A=
checking for unsigned short... yes=0A=
checking size of unsigned short... 2=0A=
checking for int... yes=0A=
checking size of int... 4=0A=
checking for unsigned int... yes=0A=
checking size of unsigned int... 4=0A=
checking for long... yes=0A=
checking size of long... 4=0A=
checking for unsigned long... yes=0A=
checking size of unsigned long... 4=0A=
checking for long long... yes=0A=
checking size of long long... 8=0A=
checking for unsigned long long... yes=0A=
checking size of unsigned long long... 8=0A=
checking for mode_t... yes=0A=
checking for off_t... yes=0A=
checking for pid_t... yes=0A=
checking for size_t... yes=0A=
checking return type of signal handlers... void=0A=
checking for C compiler __func__ support... yes=0A=
yes=0A=
checking for stdlib.h... (cached) yes=0A=
checking for unistd.h... (cached) yes=0A=
checking for getpagesize... yes=0A=
checking for working mmap... no=0A=
checking for ftime... yes=0A=
checking for getexecname... no=0A=
checking for getpagesize... (cached) yes=0A=
checking for mkstemp... yes=0A=
checking for poll... yes=0A=
checking for pread... no=0A=
checking for pwrite... no=0A=
checking for raise... yes=0A=
checking for sbrk... yes=0A=
checking for select... yes=0A=
checking for strerror... yes=0A=
checking for setvbuf... yes=0A=
checking for sysconf... yes=0A=
checking for sigemptyset... yes=0A=
checking for sigaction... yes=0A=
checking for times... yes=0A=
checking for vsprintf... yes=0A=
checking for vsnprintf... yes=0A=
checking whether we are using the GNU C++ compiler... (cached) yes=0A=
checking whether g++ accepts -g... (cached) yes=0A=
checking dependency style of g++... (cached) gcc3=0A=
checking whether the compiler recognizes bool as a built-in type... yes=0A=
checking whether the compiler supports const_cast<>... yes=0A=
checking whether the compiler supports default template parameters... yes=0A=
checking whether the compiler supports exceptions... yes=0A=
checking whether the compiler implements namespaces... yes=0A=
checking whether the compiler supports the explicit keyword... yes=0A=
checking whether the compiler supports ISO C++ standard library... yes=0A=
checking whether the compiler supports Standard Template Library... yes=0A=
checking whether the compiler supports the mutable keyword... yes=0A=
checking whether the compiler accepts the new for scoping rules... yes=0A=
checking whether the compiler supports static_cast<>... yes=0A=
checking whether the compiler supports basic templates... yes=0A=
checking whether C++ compiler is sufficient for Magick++... yes=0A=
checking for X11 configure files... /usr/X11R6/lib/X11/=0A=
checking for sqrt in -lm... yes=0A=
checking for POSIX thread support... yes=0A=
checking for ZLIB support ... =0A=
checking zconf.h usability... yes=0A=
checking zconf.h presence... yes=0A=
checking for zconf.h... yes=0A=
checking zlib.h usability... yes=0A=
checking zlib.h presence... yes=0A=
checking for zlib.h... yes=0A=
checking for compress in -lz... yes=0A=
checking for uncompress in -lz... yes=0A=
checking for deflate in -lz... yes=0A=
checking for inflate in -lz... yes=0A=
checking for gzseek in -lz... yes=0A=
checking for gztell in -lz... yes=0A=
checking if ZLIB package is complete... yes=0A=
checking for BZLIB support ... =0A=
checking bzlib.h usability... yes=0A=
checking bzlib.h presence... yes=0A=
checking for bzlib.h... yes=0A=
checking for BZ2_bzCompress in -lbz2... yes=0A=
checking for BZ2_bzDecompress in -lbz2... yes=0A=
checking if BZLIB package is complete... yes=0A=
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include=0A=
checking for gethostbyname... yes=0A=
checking for connect... yes=0A=
checking for remove... yes=0A=
checking for shmat... no=0A=
checking for shmat in -lipc... no=0A=
checking for IceConnectionNumber in -lICE... yes=0A=
checking for XShmAttach in -lXext... no=0A=
checking for XShmAttach in -lXext... (cached) no=0A=
checking for XShapeCombineMask in -lXext... yes=0A=
checking for XShapeCombineMask in -lXext... (cached) yes=0A=
checking for Display Postscript support ... =0A=
checking DPS/dpsXclient.h usability... yes=0A=
checking DPS/dpsXclient.h presence... yes=0A=
checking for DPS/dpsXclient.h... yes=0A=
checking for DPSInitialize in -ldps... yes=0A=
checking for XDPSPixelsPerPoint in -ldpstk... yes=0A=
checking if DPS package is complete... yes=0A=
checking for FlashPIX components ... =0A=
checking fpxlib.h usability... no=0A=
checking fpxlib.h presence... no=0A=
checking for fpxlib.h... no=0A=
checking for FPX_OpenImageByFilename in -lfpx... no=0A=
checking if FlashPIX package is complete... no=0A=
checking for LCMS support ... =0A=
checking lcms.h usability... no=0A=
checking lcms.h presence... no=0A=
checking for lcms.h... no=0A=
checking lcms/lcms.h usability... no=0A=
checking lcms/lcms.h presence... no=0A=
checking for lcms/lcms.h... no=0A=
checking for cmsOpenProfileFromMem in -llcms... no=0A=
checking if LCMS package is complete... no=0A=
checking for PNG support ... =0A=
checking png.h usability... yes=0A=
checking png.h presence... yes=0A=
checking for png.h... yes=0A=
checking for png_get_io_ptr in -lpng... yes=0A=
checking if PNG package is complete... yes=0A=
checking for JPEG support ... =0A=
checking jconfig.h usability... yes=0A=
checking jconfig.h presence... yes=0A=
checking for jconfig.h... yes=0A=
checking jerror.h usability... yes=0A=
checking jerror.h presence... yes=0A=
checking for jerror.h... yes=0A=
checking jmorecfg.h usability... yes=0A=
checking jmorecfg.h presence... yes=0A=
checking for jmorecfg.h... yes=0A=
checking jpeglib.h usability... yes=0A=
checking jpeglib.h presence... yes=0A=
checking for jpeglib.h... yes=0A=
checking for jpeg_read_header in -ljpeg... no=0A=
checking for JPEG library is version 6b or later... yes=0A=
yes=0A=
checking if JPEG package is complete... no -- some components failed test=0A=
checking for JPEG version 2 support ... =0A=
checking jasper/jasper.h usability... no=0A=
checking jasper/jasper.h presence... no=0A=
checking for jasper/jasper.h... no=0A=
checking for jas_stream_fopen in -ljasper... no=0A=
checking if JPEG version 2 support package is complete... no=0A=
checking for EXIF tag parsing support ... =0A=
checking libexif/exif-data.h usability... yes=0A=
checking libexif/exif-data.h presence... yes=0A=
checking for libexif/exif-data.h... yes=0A=
checking for exif_ifd_get_name in -lexif... no=0A=
checking if EXIF tag parsing support package is complete... no -- some =
components failed test=0A=
checking for FreeType 2.0 ... =0A=
checking for freetype-config... freetype-config=0A=
checking for FT_Init_FreeType in -lfreetype... yes=0A=
checking freetype/freetype.h usability... yes=0A=
checking freetype/freetype.h presence... yes=0A=
checking for freetype/freetype.h... yes=0A=
checking if FreeType package is complete... yes=0A=
checking for TIFF support ... =0A=
checking tiff.h usability... no=0A=
checking tiff.h presence... no=0A=
checking for tiff.h... no=0A=
checking tiffio.h usability... no=0A=
checking tiffio.h presence... no=0A=
checking for tiffio.h... no=0A=
checking for TIFFOpen in -ltiff... no=0A=
checking for TIFFClientOpen in -ltiff... no=0A=
checking for TIFFIsByteSwapped in -ltiff... no=0A=
checking for TIFFReadRGBATile in -ltiff... no=0A=
checking for TIFFReadRGBAStrip in -ltiff... no=0A=
checking if TIFF package is complete... no=0A=
checking for JBIG support ... =0A=
checking jbig.h usability... no=0A=
checking jbig.h presence... no=0A=
checking for jbig.h... no=0A=
checking for jbg_dec_init in -ljbig... no=0A=
checking if JBIG package is complete... no=0A=
checking for XML support ... =0A=
checking for xml2-config... xml2-config=0A=
checking libxml/parser.h usability... yes=0A=
checking libxml/parser.h presence... yes=0A=
checking for libxml/parser.h... yes=0A=
checking for xmlParseExternalEntity in -lxml2... yes=0A=
checking if XML package is complete... yes=0A=
checking for WMF support ... =0A=
checking libwmf/ipa.h usability... no=0A=
checking libwmf/ipa.h presence... no=0A=
checking for libwmf/ipa.h... no=0A=
checking if WMF package is complete... no=0A=
checking for autotrace... autotrace=0A=
checking for bzip2... /usr/bin/bzip2=0A=
checking for netscape... netscape=0A=
checking for ralcgm... ralcgm=0A=
checking for cat... /usr/bin/cat=0A=
checking for dcraw... dcraw=0A=
checking for dot... dot=0A=
checking for dvips... dvips=0A=
checking for echo... /usr/bin/echo=0A=
checking for xterm... /usr/X11R6/bin/xterm=0A=
checking for fig2dev... fig2dev=0A=
checking for convert... /cygdrive/c/WINNT/system32/convert=0A=
checking for display... display=0A=
checking for modify... modify=0A=
checking for gnuplot... gnuplot=0A=
checking for hp2xx... hp2xx=0A=
checking for html2ps... html2ps=0A=
checking for ilbmtoppm... ilbmtoppm=0A=
checking for ppmtoilbm... ppmtoilbm=0A=
checking for lp... no=0A=
checking for lpr... /usr/bin/lpr=0A=
checking for uncompress... uncompress=0A=
checking for compress... compress=0A=
checking for gimp... gimp=0A=
checking for groff... /usr/bin/groff=0A=
checking for mpeg2decode... mpeg2decode=0A=
checking for mpeg2encode... mpeg2encode=0A=
checking for mv... /usr/bin/mv=0A=
checking for pgpv... pgpv=0A=
checking for povray... povray=0A=
checking for gs... gs=0A=
checking for ra_ppm... ra_ppm=0A=
checking for rawtorle... rawtorle=0A=
checking for rm... /usr/bin/rm=0A=
checking for scanimage... scanimage=0A=
checking for enscript... /usr/bin/enscript=0A=
checking for wmf2eps... wmf2eps=0A=
checking for wget... wget=0A=
checking for gzip... /usr/bin/gzip=0A=
checking for txt2html... txt2html=0A=
checking for Ghostscript fonts directory... not found!=0A=
checking for perl... /usr/bin/perl=0A=
configure: creating ./config.status=0A=
config.status: creating Makefile=0A=
config.status: creating magick/Makefile=0A=
config.status: creating coders/delegates.mgk=0A=
config.status: creating coders/Makefile=0A=
config.status: creating utilities/Makefile=0A=
config.status: creating tests/Makefile=0A=
config.status: creating coders/type-ghostscript.mgk=0A=
config.status: creating coders/type-solaris.mgk=0A=
config.status: creating coders/type-windows.mgk=0A=
config.status: creating coders/type.mgk=0A=
config.status: creating filters/Makefile=0A=
config.status: creating locale/Makefile=0A=
config.status: creating ltdl/Makefile=0A=
config.status: creating magick/version.h=0A=
config.status: creating magick/Magick-config=0A=
config.status: creating magick/ImageMagick.pc=0A=
config.status: creating Magick++/Makefile=0A=
config.status: creating Magick++/bin/Magick++-config=0A=
config.status: creating Magick++/bin/Makefile=0A=
config.status: creating Magick++/demo/Makefile=0A=
config.status: creating Magick++/lib/ImageMagick++.pc=0A=
config.status: creating Magick++/lib/Makefile=0A=
config.status: creating Magick++/lib/Magick++/Makefile=0A=
config.status: creating Magick++/tests/Makefile=0A=
config.status: creating PerlMagick/Makefile.PL=0A=
config.status: creating PerlMagick/Magick.pm=0A=
config.status: creating magick/magick_config.h=0A=
config.status: magick/magick_config.h is unchanged=0A=
config.status: executing depfiles commands=0A=
=0A=
ImageMagick is configured as follows. Please verify that this=0A=
configuration matches your expectations.=0A=
=0A=
Host system type : i686-pc-cygwin=0A=
=0A=
Option            Configure option           	Configured value=0A=
-----------------------------------------------------------------=0A=
Shared libraries  --enable-shared=3Dyes    	yes=0A=
Static libraries  --enable-static=3Dno    	no=0A=
GNU ld            --with-gnu-ld=3Dyes        	yes=0A=
LZW support       --enable-lzw=3Dno            	no=0A=
Quantum depth     --with-quantum-depth=3D16 	16=0A=
=0A=
Delegate Configuration:=0A=
BZLIB             --with-bzlib=3Dyes          	yes=0A=
DPS               --with-dps=3Dyes              	yes=0A=
EXIF              --with-exif=3Dyes          	no (failed tests)=0A=
FlashPIX          --with-fpx=3Dyes              	no=0A=
FreeType 2.0      --with-ttf=3Dyes          	yes=0A=
Ghostscript       None                   	gs (unknown)=0A=
Ghostscript fonts --with-gs-font-dir=3Ddefault    none=0A=
Ghostscript lib   --with-gslib=3Dno       	no=0A=
JBIG              --with-jbig=3Dyes        	no=0A=
JPEG v1           --with-jpeg=3Dyes        	no (failed tests)=0A=
JPEG-2000         --with-jp2=3Dyes          	no=0A=
LCMS              --with-lcms=3Dyes        	no=0A=
Magick++          --with-magick-plus-plus=3Dyes 	yes=0A=
PERL              --with-perl=3Dyes            	/usr/bin/perl=0A=
PNG               --with-png=3Dyes          	yes=0A=
TIFF              --with-tiff=3Dyes        	no=0A=
Windows fonts     --with-windows-font-dir=3D	none=0A=
WMF               --with-wmf=3Dyes          	no=0A=
X11               --with-x=3D             	yes=0A=
XML               --with-xml=3Dyes          	yes=0A=
ZLIB              --with-zlib=3Dyes        	yes=0A=
=0A=
X11 Configuration:=0A=
  X_CFLAGS     =3D -I/usr/X11R6/include=0A=
  X_PRE_LIBS   =3D -lSM -lICE=0A=
  X_LIBS       =3D -L/usr/X11R6/lib=0A=
  X_EXTRA_LIBS =3D =0A=
=0A=
Options used to compile and link:=0A=
  CC       =3D gcc=0A=
  CFLAGS   =3D -g -O2 -Wall=0A=
  CPPFLAGS =3D -I/usr/X11R6/include/freetype2 -D_REENTRANT =
-I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/libxml2=0A=
  CXX      =3D g++=0A=
  CXXFLAGS =3D -g -O2=0A=
  LDFLAGS  =3D -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib=0A=
  LIBS     =3D -lfreetype -lpng -ldpstk -ldps -lXext -lSM -lICE -lX11 =
-lbz2 -lxml2 -lz -lgdi32 -lpthread -lm=0A=
=0A=


------=_NextPart_000_0000_01C34F26.F59EC340
Content-Type: text/plain; charset=us-ascii

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/
------=_NextPart_000_0000_01C34F26.F59EC340--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019