[scilab-Users] Problem installing AnImaL and thus SIP

Peter Eshuis p.g.eshuis at alumnus.utwente.nl
Mon Oct 19 08:51:03 CEST 2009


I do not have a /usr/local/include/ImageMagick directory in my C:/scilab folder, but I don't know what's the consequence of this fact.

Inside the animal directory (located at D:\Software\SciLab\Toolboxes\SIP\animal-0.15.3) I tried:
CPPFLAGS="-I/c/ImageMagick" ./configure

Output:
configuring AnImaL 0.15.3
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... c:/MinGW/mingw32/bin/ld.exe
checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld... yes
checking for c:/MinGW/mingw32/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... /mingw/bin/nm
checking whether ln -s works... yes
checking how to recognize dependent libraries... file_magic ^x86 archive import|
^x86 DLL
checking for dlltool... dlltool
checking for as... as
checking for objdump... objdump
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 8192
checking command to parse /mingw/bin/nm output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (c:/MinGW/mingw32/bin/ld.exe) supports shared li
braries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... c:/MinGW/mingw32/bin/ld.exe
checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (c:/MinGW/mingw32/bin/ld.exe) supports shared li
braries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (c:/MinGW/mingw32/bin/ld.exe) supports shared li
braries... yes
checking dynamic linker characteristics... Win32 ld.exe
(cached) (cached) checking how to hardcode library paths into programs... immedi
ate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -DDLL_EXPORT
checking if g77 PIC flag -DDLL_EXPORT works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (c:/MinGW/mingw32/bin/ld.exe) supports shared li
braries... yes
checking dynamic linker characteristics... Win32 ld.exe
(cached) (cached) checking how to hardcode library paths into programs... immedi
ate
checking for sqrt in -lm... yes
checking ImageMagick location... assuming /c/imagemagick
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking size of char... 0
checking size of short... 0
checking size of int... 0
checking size of long... 0
checking size of long long... 0
checking size of float... 0
checking size of double... 0
checking size of long double... 0
checking for hypot... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating animal/Makefile
config.status: creating src/Makefile
config.status: creating config/Makefile
config.status: creating config/animal.pc
config.status: creating config/animal-config
config.status: creating animal/config.h
config.status: animal/config.h is unchanged
config.status: executing animal/animal-config.h commands
config.status: creating animal/animal-config.h - prefix ANIMAL for animal/config
.h defines
config.status: animal/animal-config.h is unchanged
config.status: executing depfiles commands
Final Compilation Flags:
 CC = gcc
 CFLAGS = -g -O2 -W -Wall -Wno-implicit-int
 CPPFLAGS = -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include
 LDFLAGS = -L/c/imagemagick
 LIBS = -lm -lCORE_RL_magick_

Please find the config.log attached.

Thanks for your help!

Peter

Op 16-10-2009 om 14:52, schreef Ricardo Fabbri <ricardofabbri at users.sourceforge.net>:

Ok, so that's what's wrong.

You don't have a /usr/local/include/ImageMagick directory, right?

try this inside Animal:

CPPFLAGS="-I/c/ImageMagick" ./configure

Please send me the output of this, as well as your config.log file.

Ricardo

On Fri, Oct 16, 2009 at 12:33 AM, Peter Eshuis
<p.g.eshuis at alumnus.utwente.nl> wrote:

Hi Ricardo,

Thanks for the swift response!

I tried all 3 lines in MinGW and the following result was printed in all
cases:

"-I/usr/local/include/ImageMagick -D_DLL -D_MT"

Is this OK? And what's the next step?

Thanks for your help.

Best regards,

Peter

Op 16-10-2009 om 01:09, schreef Ricardo Fabbri
<ricardofabbri at users.sourceforge.net>:

Hi,

can you run

Magick-config --cppflags

or

MagickWand-config --cppflags

or

MagickCore-config --cppflags

?

Ricardo

On Thu, Oct 15, 2009 at 5:47 AM, Peter Eshuis
<p.g.eshuis at alumnus.utwente.nl> wrote:

Dear Scilab Group,

I really appreciate Scilab very much and I think it is very powerful, but
right now I'm experiencing problems installing the Scilab Image Processing
(SIP) Toolbox on my Windows XP machine using MinGW.

I've tried several options, but they've all failed. It could have to do with
the fact that I have almost no experience with UNIX, so MinGW is new for me.
A friend who does have UNIX experience tried it as well, but without
success.

To give you an idea what I've tried I give you a summary of my current
installation following all the README's and INSTALL's:

Install SciLab:

-scilab-5.1.1.exe

-Install in "C:\scilab\"

-Choose "Full installation"

Install MKL (Math Kernel Library):

-MKL-for-scilab-5.1.1.exe

-Install in "C:\scilab\bin\"

Install FFTW Library (Fast Fourier Transform):

-FFTW-for-scilab-5.1.1.exe

-Install in "C:\scilab\bin\fftw\"

Install MinGW:

-MinGW-5.1.6.exe

-Choose "Full" installation

-Install in "C:\MinGW"

-Copy paste the folders of MinGW ImageMagick Delegates in "C:\MinGW"

Install MSYS:

-MSYS-1.0.11.exe

-Install in "C:\msys\1.0"

-msysDTK-1.0.1.exe in "C:\msys\1.0"

NOT PERFORMED: -Set the environment variable HOME to C:\msys\1.0\home (DON'T
KNOW HOW)

Install ImageMagick-6.5.6-9 for Windows:

-Open Configure.sln --> Build Solution

-run configure.exe

-Choose "multi-threaded static build"

-Open VisualStaticMT.sln --> Build Solution

-Test on commandline in bin-folder: convert logo: image.jpg OK

Install AnImaL (An Imaging Library) version 0.15.3:

-./configure

-make --include-dir=/c/ImageMagick/magick (with and without include-dir does
not make a difference, same errors are thrown)

img.c:30:59: magick/api.h: No such file or directory

Numerous errors and warnings are triggered regarding imagemagick... and in
the end Error 1 is thrown

--> So somehow the api.h file is not found, allthough it is present in
C:\ImageMagick\magick\

--> The AnImaL directory is currently located on D:\, so should I move it
inside some folder of ImageMagick?

NOT PERFORMED: -make install (BECAUSE "make" WAS NOT COMPLETED SUCCESSFULLY)

Do you have any suggestions to help me install AnImaL and in the end SIP? Or
when you have instructions to use a different compiler that would also be
very welcom. Thanks!

Best regards,

Peter

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20091019/6968b70c/attachment.htm>
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by animal configure 0.15.3, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = NLYBSTQVP4NB21T
uname -m = i686
uname -r = 1.0.11(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2009-07-11 17:46

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/Oracle/v920/jre/1.4.2/bin/client
PATH: /c/Oracle/v920/jre/1.4.2/bin
PATH: /c/Oracle/v920/bin
PATH: /c/Program Files/TIOBE/TICS
PATH: /c/Program Files/TIOBE/TICS
PATH: .
PATH: .
PATH: .
PATH: .
PATH: "C
PATH: /Program Files/Microsoft DirectX SDK (February 2006)/Utilities/Bin/x86"
PATH: /c/Perl/Bin
PATH: /c/Program Files/PC Connectivity Solution/
PATH: /c/Program Files/Evidian/shared_lib/
PATH: /c/Program Files/Evidian/bin/
PATH: /c/WINDOWS/system32
PATH: /c/WINDOWS
PATH: /c/WINDOWS/System32/Wbem
PATH: /c/Program Files/Microsoft SQL Server/90/Tools/binn/
PATH: .
PATH: /c/Program Files/Utimaco/SafeGuard Easy/
PATH: /c/Program Files/TortoiseSVN/bin
PATH: /c/Program Files/doxygen/bin
PATH: /c/Program Files/Intel/WiFi/bin/
PATH: /c/Program Files/Windows Imaging/
PATH: /c/PROGRA~1/Tcl/bin
PATH: /c/Program Files/Coverage/bin
PATH: /c/Program Files/Microsoft Visual Studio 9.0/VC/vcpackages
PATH: /c/Program Files/Perl/Bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2114: checking build system type
configure:2132: result: i686-pc-mingw32
configure:2154: checking host system type
configure:2169: result: i686-pc-mingw32
configure:2212: checking for a BSD-compatible install
configure:2280: result: /bin/install -c
configure:2291: checking whether build environment is sane
configure:2334: result: yes
configure:2396: checking for gawk
configure:2412: found /bin/gawk
configure:2423: result: gawk
configure:2434: checking whether make sets $(MAKE)
configure:2456: result: yes
configure:2686: checking for gcc
configure:2702: found /mingw/bin/gcc
configure:2713: result: gcc
configure:2945: checking for C compiler version
configure:2953: gcc --version >&5
gcc.exe (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2957: $? = 0
configure:2964: gcc -v >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
configure:2968: $? = 0
configure:2975: gcc -V >&5
gcc.exe: `-V' option must have argument
configure:2979: $? = 1
configure:3002: checking for C compiler default output file name
configure:3024: gcc  -I/c/ImageMagick  conftest.c  >&5
configure:3028: $? = 0
configure:3066: result: a.exe
configure:3085: checking whether the C compiler works
configure:3095: ./a.exe
configure:3099: $? = 0
configure:3118: result: yes
configure:3125: checking whether we are cross compiling
configure:3127: result: no
configure:3130: checking for suffix of executables
configure:3137: gcc -o conftest.exe  -I/c/ImageMagick  conftest.c  >&5
configure:3141: $? = 0
configure:3167: result: .exe
configure:3173: checking for suffix of object files
configure:3199: gcc -c  -I/c/ImageMagick conftest.c >&5
configure:3203: $? = 0
configure:3228: result: o
configure:3232: checking whether we are using the GNU C compiler
configure:3261: gcc -c  -I/c/ImageMagick conftest.c >&5
configure:3268: $? = 0
configure:3285: result: yes
configure:3294: checking whether gcc accepts -g
configure:3324: gcc -c -g -I/c/ImageMagick conftest.c >&5
configure:3331: $? = 0
configure:3432: result: yes
configure:3449: checking for gcc option to accept ISO C89
configure:3523: gcc  -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:3530: $? = 0
configure:3553: result: none needed
configure:3582: checking for style of include used by make
configure:3610: result: GNU
configure:3638: checking dependency style of gcc
configure:3728: result: gcc3
configure:3824: checking for a sed that does not truncate output
configure:3880: result: /bin/sed
configure:3883: checking for grep that handles long lines and -e
configure:3943: result: /bin/grep
configure:3948: checking for egrep
configure:4012: result: /bin/grep -E
configure:4028: checking for ld used by gcc
configure:4095: result: c:/MinGW/mingw32/bin/ld.exe
configure:4104: checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld
configure:4119: result: yes
configure:4124: checking for c:/MinGW/mingw32/bin/ld.exe option to reload object files
configure:4131: result: -r
configure:4149: checking for BSD-compatible nm
configure:4198: result: /mingw/bin/nm
configure:4202: checking whether ln -s works
configure:4206: result: yes
configure:4213: checking how to recognize dependent libraries
configure:4399: result: file_magic ^x86 archive import|^x86 DLL
configure:4681: checking for dlltool
configure:4697: found /mingw/bin/dlltool
configure:4708: result: dlltool
configure:4773: checking for as
configure:4789: found /mingw/bin/as
configure:4800: result: as
configure:4865: checking for objdump
configure:4881: found /mingw/bin/objdump
configure:4892: result: objdump
configure:4926: checking how to run the C preprocessor
configure:4966: gcc -E -I/c/ImageMagick conftest.c
configure:4973: $? = 0
configure:5004: gcc -E -I/c/ImageMagick conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:5011: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5044: result: gcc -E
configure:5073: gcc -E -I/c/ImageMagick conftest.c
configure:5080: $? = 0
configure:5111: gcc -E -I/c/ImageMagick conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:5118: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5158: checking for ANSI C header files
configure:5188: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5195: $? = 0
configure:5294: gcc -o conftest.exe -g -O2 -I/c/ImageMagick  conftest.c  >&5
configure:5298: $? = 0
configure:5304: ./conftest.exe
configure:5308: $? = 0
configure:5326: result: yes
configure:5350: checking for sys/types.h
configure:5371: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5378: $? = 0
configure:5395: result: yes
configure:5350: checking for sys/stat.h
configure:5371: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5378: $? = 0
configure:5395: result: yes
configure:5350: checking for stdlib.h
configure:5371: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5378: $? = 0
configure:5395: result: yes
configure:5350: checking for string.h
configure:5371: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5378: $? = 0
configure:5395: result: yes
configure:5350: checking for memory.h
configure:5371: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5378: $? = 0
configure:5395: result: yes
configure:5350: checking for strings.h
configure:5371: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5378: $? = 0
configure:5395: result: yes
configure:5350: checking for inttypes.h
configure:5371: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5378: $? = 0
configure:5395: result: yes
configure:5350: checking for stdint.h
configure:5371: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5378: $? = 0
configure:5395: result: yes
configure:5350: checking for unistd.h
configure:5371: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:5378: $? = 0
configure:5395: result: yes
configure:5425: checking dlfcn.h usability
configure:5442: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
conftest.c:53:19: dlfcn.h: No such file or directory
configure:5449: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dlfcn.h>
configure:5463: result: no
configure:5467: checking dlfcn.h presence
configure:5482: gcc -E -I/c/ImageMagick conftest.c
conftest.c:20:19: dlfcn.h: No such file or directory
configure:5489: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <dlfcn.h>
configure:5503: result: no
configure:5536: checking for dlfcn.h
configure:5545: result: no
configure:5618: checking for g++
configure:5634: found /mingw/bin/g++
configure:5645: result: g++
configure:5672: checking for C++ compiler version
configure:5680: g++ --version >&5
g++.exe (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5684: $? = 0
configure:5691: g++ -v >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
configure:5695: $? = 0
configure:5702: g++ -V >&5
g++.exe: `-V' option must have argument
configure:5706: $? = 1
configure:5709: checking whether we are using the GNU C++ compiler
configure:5738: g++ -c  -I/c/ImageMagick conftest.cpp >&5
configure:5745: $? = 0
configure:5762: result: yes
configure:5771: checking whether g++ accepts -g
configure:5801: g++ -c -g -I/c/ImageMagick conftest.cpp >&5
configure:5808: $? = 0
configure:5909: result: yes
configure:5934: checking dependency style of g++
configure:6024: result: gcc3
configure:6051: checking how to run the C++ preprocessor
configure:6087: g++ -E -I/c/ImageMagick conftest.cpp
configure:6094: $? = 0
configure:6125: g++ -E -I/c/ImageMagick conftest.cpp
conftest.cpp:20:28: ac_nonexistent.h: No such file or directory
configure:6132: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6165: result: g++ -E
configure:6194: g++ -E -I/c/ImageMagick conftest.cpp
configure:6201: $? = 0
configure:6232: g++ -E -I/c/ImageMagick conftest.cpp
conftest.cpp:20:28: ac_nonexistent.h: No such file or directory
configure:6239: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6334: checking for g77
configure:6350: found /mingw/bin/g77
configure:6361: result: g77
configure:6387: checking for Fortran 77 compiler version
configure:6395: g77 --version >&5
GNU Fortran (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:6399: $? = 0
configure:6406: g77 -v >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
configure:6410: $? = 0
configure:6417: g77 -V >&5
g77.exe: `-V' option must have argument
configure:6421: $? = 1
configure:6429: checking whether we are using the GNU Fortran 77 compiler
configure:6448: g77 -c  conftest.F >&5
configure:6455: $? = 0
configure:6472: result: yes
configure:6478: checking whether g77 accepts -g
configure:6495: g77 -c -g conftest.f >&5
configure:6502: $? = 0
configure:6518: result: yes
configure:6551: checking the maximum length of command line arguments
configure:6663: result: 8192
configure:6675: checking command to parse /mingw/bin/nm output from gcc object
configure:6780: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:6783: $? = 0
configure:6787: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' \> conftest.nm
configure:6790: $? = 0
cannot find nm_test_var in conftest.nm
configure:6780: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:6783: $? = 0
configure:6787: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' \> conftest.nm
configure:6790: $? = 0
configure:6842: gcc -o conftest.exe -g -O2 -I/c/ImageMagick  conftest.c conftstm.o >&5
configure:6845: $? = 0
configure:6883: result: ok
configure:6887: checking for objdir
configure:6902: result: .libs
configure:6994: checking for ar
configure:7010: found /mingw/bin/ar
configure:7021: result: ar
configure:7086: checking for ranlib
configure:7102: found /mingw/bin/ranlib
configure:7113: result: ranlib
configure:7178: checking for strip
configure:7194: found /mingw/bin/strip
configure:7205: result: strip
configure:7746: checking for correct ltmain.sh version
configure:7796: result: yes
configure:7856: checking if gcc supports -fno-rtti -fno-exceptions
configure:7874: gcc -c -g -O2 -I/c/ImageMagick -fno-rtti -fno-exceptions conftest.c >&5
cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7878: $? = 0
configure:7891: result: no
configure:7906: checking for gcc option to produce PIC
configure:8138: result: -DDLL_EXPORT
configure:8146: checking if gcc PIC flag -DDLL_EXPORT works
configure:8164: gcc -c -g -O2 -I/c/ImageMagick -DDLL_EXPORT -DPIC conftest.c >&5
configure:8168: $? = 0
configure:8181: result: yes
configure:8209: checking if gcc static flag -static works
configure:8237: result: yes
configure:8247: checking if gcc supports -c -o file.o
configure:8268: gcc -c -g -O2 -I/c/ImageMagick -o out/conftest2.o conftest.c >&5
configure:8272: $? = 0
configure:8294: result: yes
configure:8320: checking whether the gcc linker (c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:9308: result: yes
configure:9329: checking whether -lc should be explicitly linked in
configure:9334: gcc -c -g -O2 -I/c/ImageMagick conftest.c >&5
configure:9337: $? = 0
configure:9352: gcc -shared conftest.o  -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9355: $? = 1
configure:9367: result: yes
configure:9375: checking dynamic linker characteristics
configure:9990: result: Win32 ld.exe
configure:10014: checking how to hardcode library paths into programs
configure:10039: result: immediate
configure:10053: checking whether stripping libraries is possible
configure:10058: result: yes
configure:10888: checking if libtool supports shared libraries
configure:10890: result: yes
configure:10893: checking whether to build shared libraries
configure:10914: result: yes
configure:10917: checking whether to build static libraries
configure:10921: result: yes
configure:11015: creating libtool
configure:11608: checking for ld used by g++
configure:11675: result: c:/MinGW/mingw32/bin/ld.exe
configure:11684: checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld
configure:11699: result: yes
configure:11750: checking whether the g++ linker (c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:12704: result: yes
configure:12721: g++ -c -g -O2 -I/c/ImageMagick conftest.cpp >&5
configure:12724: $? = 0
configure:12880: checking for g++ option to produce PIC
configure:13164: result: -DDLL_EXPORT
configure:13172: checking if g++ PIC flag -DDLL_EXPORT works
configure:13190: g++ -c -g -O2 -I/c/ImageMagick -DDLL_EXPORT -DPIC conftest.cpp >&5
configure:13194: $? = 0
configure:13207: result: yes
configure:13235: checking if g++ static flag -static works
configure:13263: result: yes
configure:13273: checking if g++ supports -c -o file.o
configure:13294: g++ -c -g -O2 -I/c/ImageMagick -o out/conftest2.o conftest.cpp >&5
configure:13298: $? = 0
configure:13320: result: yes
configure:13346: checking whether the g++ linker (c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:13372: result: yes
configure:13439: checking dynamic linker characteristics
configure:14002: result: Win32 ld.exe
configure:14026: checking how to hardcode library paths into programs
configure:14051: result: immediate
configure:14590: checking if libtool supports shared libraries
configure:14592: result: yes
configure:14595: checking whether to build shared libraries
configure:14615: result: yes
configure:14618: checking whether to build static libraries
configure:14622: result: yes
configure:14632: checking for g77 option to produce PIC
configure:14864: result: -DDLL_EXPORT
configure:14872: checking if g77 PIC flag -DDLL_EXPORT works
configure:14890: g77 -c -g -O2 -DDLL_EXPORT conftest.f >&5
configure:14894: $? = 0
configure:14907: result: yes
configure:14935: checking if g77 static flag -static works
configure:14963: result: yes
configure:14973: checking if g77 supports -c -o file.o
configure:14994: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14998: $? = 0
configure:15020: result: yes
configure:15046: checking whether the g77 linker (c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:16014: result: yes
configure:16081: checking dynamic linker characteristics
configure:16644: result: Win32 ld.exe
configure:16668: checking how to hardcode library paths into programs
configure:16693: result: immediate
configure:20370: checking for sqrt in -lm
configure:20405: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL  conftest.c -lm   >&5
conftest.c:27: warning: conflicting types for built-in function 'sqrt'
configure:20412: $? = 0
configure:20433: result: yes
configure:20443: checking ImageMagick location
configure:20448: result: assuming /c/imagemagick
configure:21248: checking for ANSI C header files
configure:21416: result: yes
configure:21432: checking for an ANSI C-conforming const
configure:21507: gcc -c -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include conftest.c >&5
conftest.c: In function `main':
conftest.c:66: warning: 'b' might be used uninitialized in this function
conftest.c:47: warning: 't' might be used uninitialized in this function
configure:21514: $? = 0
configure:21529: result: yes
configure:21539: checking for inline
configure:21565: gcc -c -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include conftest.c >&5
configure:21572: $? = 0
configure:21590: result: inline
configure:21609: checking for stdbool.h that conforms to C99
configure:21704: gcc -c -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include conftest.c >&5
configure:21711: $? = 0
configure:21726: result: yes
configure:21728: checking for _Bool
configure:21756: gcc -c -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include conftest.c >&5
configure:21763: $? = 0
configure:21790: gcc -c -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include conftest.c >&5
conftest.c: In function `main':
conftest.c:57: error: syntax error before ')' token
configure:21797: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:21820: result: yes
configure:21845: checking size of char
configure:22150: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include  -L/c/imagemagick conftest.c -lm  -lCORE_RL_magick_ >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lCORE_RL_magick_
collect2: ld returned 1 exit status
configure:22154: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (char)); }
| static unsigned long int ulongval () { return (long int) (sizeof (char)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (char))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (char))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (char))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:22190: result: 0
configure:22204: checking size of short
configure:22509: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include  -L/c/imagemagick conftest.c -lm  -lCORE_RL_magick_ >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lCORE_RL_magick_
collect2: ld returned 1 exit status
configure:22513: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define SIZEOF_CHAR 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (short)); }
| static unsigned long int ulongval () { return (long int) (sizeof (short)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (short))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (short))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (short))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:22549: result: 0
configure:22563: checking size of int
configure:22868: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include  -L/c/imagemagick conftest.c -lm  -lCORE_RL_magick_ >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lCORE_RL_magick_
collect2: ld returned 1 exit status
configure:22872: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (int)); }
| static unsigned long int ulongval () { return (long int) (sizeof (int)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (int))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (int))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (int))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:22908: result: 0
configure:22922: checking size of long
configure:23227: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include  -L/c/imagemagick conftest.c -lm  -lCORE_RL_magick_ >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lCORE_RL_magick_
collect2: ld returned 1 exit status
configure:23231: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (long)); }
| static unsigned long int ulongval () { return (long int) (sizeof (long)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (long))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (long))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (long))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:23267: result: 0
configure:23281: checking size of long long
configure:23586: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include  -L/c/imagemagick conftest.c -lm  -lCORE_RL_magick_ >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lCORE_RL_magick_
collect2: ld returned 1 exit status
configure:23590: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (long long)); }
| static unsigned long int ulongval () { return (long int) (sizeof (long long)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (long long))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (long long))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (long long))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:23626: result: 0
configure:23640: checking size of float
configure:23945: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include  -L/c/imagemagick conftest.c -lm  -lCORE_RL_magick_ >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lCORE_RL_magick_
collect2: ld returned 1 exit status
configure:23949: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (float)); }
| static unsigned long int ulongval () { return (long int) (sizeof (float)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (float))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (float))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (float))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:23985: result: 0
configure:23999: checking size of double
configure:24304: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include  -L/c/imagemagick conftest.c -lm  -lCORE_RL_magick_ >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lCORE_RL_magick_
collect2: ld returned 1 exit status
configure:24308: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF_FLOAT 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (double)); }
| static unsigned long int ulongval () { return (long int) (sizeof (double)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (double))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (double))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (double))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:24344: result: 0
configure:24358: checking size of long double
configure:24663: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include  -L/c/imagemagick conftest.c -lm  -lCORE_RL_magick_ >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lCORE_RL_magick_
collect2: ld returned 1 exit status
configure:24667: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "animal"
| #define PACKAGE_TARNAME "animal"
| #define PACKAGE_VERSION "0.15.3"
| #define PACKAGE_STRING "animal 0.15.3"
| #define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
| #define PACKAGE "animal"
| #define VERSION "0.15.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF_FLOAT 0
| #define SIZEOF_DOUBLE 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (long double)); }
| static unsigned long int ulongval () { return (long int) (sizeof (long double)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (long double))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (long double))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (long double))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:24703: result: 0
configure:24721: checking for hypot
configure:24777: gcc -o conftest.exe -g -O2 -I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include  -L/c/imagemagick conftest.c  -lm >&5
conftest.c:54: warning: conflicting types for built-in function 'hypot'
configure:24784: $? = 0
configure:24806: result: yes
configure:24981: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by animal config.status 0.15.3, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on NLYBSTQVP4NB21T

config.status:830: creating Makefile
config.status:830: creating animal/Makefile
config.status:830: creating src/Makefile
config.status:830: creating config/Makefile
config.status:830: creating config/animal.pc
config.status:830: creating config/animal-config
config.status:830: creating animal/config.h
config.status:1046: animal/config.h is unchanged
config.status:1097: executing animal/animal-config.h commands
config.status:1135: creating animal/animal-config.h - prefix ANIMAL for animal/config.h defines
config.status:1156: animal/animal-config.h is unchanged
config.status:1097: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/c/ImageMagick
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_f77_compiler_gnu=yes
ac_cv_func_hypot=yes
ac_cv_header_dlfcn_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-mingw32
ac_cv_lib_m_sqrt=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_AS=as
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_F77=g77
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char=0
ac_cv_sizeof_double=0
ac_cv_sizeof_float=0
ac_cv_sizeof_int=0
ac_cv_sizeof_long=0
ac_cv_sizeof_long_double=0
ac_cv_sizeof_long_long=0
ac_cv_sizeof_short=0
ac_cv_type__Bool=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=c:/MinGW/mingw32/bin/ld.exe
lt_cv_path_LDCXX=c:/MinGW/mingw32/bin/ld.exe
lt_cv_path_NM=/mingw/bin/nm
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_compiler_static_works_F77=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
lt_cv_sys_lib_search_path_spec=' =c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/ c:/MinGW/bin/../lib/gcc/ /mingw/lib/gcc/mingw32/3.4.5/ /usr/lib/gcc/mingw32/3.4.5/ c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/lib/mingw32/3.4.5/ c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/lib/ /mingw/mingw32/lib/mingw32/3.4.5/ /mingw/mingw32/lib/ /mingw/lib/mingw32/3.4.5/ /mingw/lib/ c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../mingw32/3.4.5/ c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../ /mingw/lib/mingw32/3.4.5/ /mingw/lib/ /lib/mingw32/3.4.5/ /lib/ /usr/lib/mingw32/3.4.5/ /usr/lib/'
lt_cv_sys_max_cmd_len=8192
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\\{0,1\\}\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /d/Software/SciLab/Toolboxes/SIP/animal-0.15.3/config/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /d/Software/SciLab/Toolboxes/SIP/animal-0.15.3/config/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /d/Software/SciLab/Toolboxes/SIP/animal-0.15.3/config/missing --run autoconf'
AUTOHEADER='${SHELL} /d/Software/SciLab/Toolboxes/SIP/animal-0.15.3/config/missing --run autoheader'
AUTOMAKE='${SHELL} /d/Software/SciLab/Toolboxes/SIP/animal-0.15.3/config/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -W -Wall -Wno-implicit-int'
CPP='gcc -E'
CPPFLAGS='-I/c/ImageMagick -D_DLL -W -Wall -I/c/imagemagick/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEC_PREFIX_DIR='/usr/local'
EXEEXT='.exe'
F77='g77'
FFLAGS='-g -O2'
GREP='/bin/grep'
IMAGEMAGICK_CFLAGS=''
IMAGEMAGICK_CONFIG=''
IMAGEMAGICK_LIBS=''
IMAGEMAGICK_VERSION=''
INCLUDE_DIR='/usr/local/include'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=' -L/c/imagemagick'
LIBOBJS=''
LIBRARY_EXTRA_CPPFLAGS='-DANIMAL_LIB'
LIBS='-lm  -lCORE_RL_magick_'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_DIR='/usr/local/lib'
LN_S='ln -s'
LTLIBOBJS=''
MAGICK_CPPFLAGS=''
MAGICK_LDFLAGS=''
MAGICK_LIBS=''
MAJOR_VERSION='0'
MAKEINFO='${SHELL} /d/Software/SciLab/Toolboxes/SIP/animal-0.15.3/config/missing --run makeinfo'
MICRO_VERSION='3'
MINOR_VERSION='15'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='animal'
PACKAGE_BUGREPORT='ricardofabbri at users.sf.net'
PACKAGE_NAME='animal'
PACKAGE_STRING='animal 0.15.3'
PACKAGE_TARNAME='animal'
PACKAGE_VERSION='0.15.3'
PATH_SEPARATOR=':'
PREFIX_DIR='/usr/local'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.15.3'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr/local'
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/d/Software/SciLab/Toolboxes/SIP/animal-0.15.3/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "animal"
#define PACKAGE_TARNAME "animal"
#define PACKAGE_VERSION "0.15.3"
#define PACKAGE_STRING "animal 0.15.3"
#define PACKAGE_BUGREPORT "ricardofabbri at users.sf.net"
#define PACKAGE "animal"
#define VERSION "0.15.3"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define SIZEOF_CHAR 0
#define SIZEOF_SHORT 0
#define SIZEOF_INT 0
#define SIZEOF_LONG 0
#define SIZEOF_LONG_LONG 0
#define SIZEOF_FLOAT 0
#define SIZEOF_DOUBLE 0
#define SIZEOF_LONG_DOUBLE 0
#define HAVE_HYPOT 1

configure: exit 0


More information about the users mailing list