POV-Ray : Newsgroups : povray.general : stack dump Server Time
30 Jul 2024 10:20:08 EDT (-0400)
  stack dump (Message 1 to 10 of 13)  
Goto Latest 10 Messages Next 3 Messages >>>
From: twister
Subject: stack dump
Date: 7 Jun 2009 07:20:01
Message: <web.4a2ba1d1307e4ccdaea78e430@news.povray.org>
Hello,
I am using linux compiled version of povray to generate my images on Windows.
Everything worked fine until I have changed the computer for a new one. Since
that time I get stackdumps for several scenes that didn't cause any problem
before. Should I compile povray again under cygwin on a new box?
The stackdump is as follows:

Exception: STATUS_ACCESS_VIOLATION at eip=00000229
eax=008485A8 ebx=00000030 ecx=0085D1E8 edx=008485B0 esi=00000001 edi=005B4580
ebp=0022ABA8 esp=0022AB7C program=C:\hobby\MD\DevNew\build\povray\povray.exe,
pid 3724, thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0022ABA8  00000229  (008334D0, 0022AFC0, 00000000, 00000001)
0022AFE8  0040A6A1  (00577EF4, 00577F81, 005750F0, 005B46C0)
0022B008  00448DA6  (00577F81, 005750F0, 0022B7C8, 0042F02C)
0022B018  00449019  (005750F0, 0022C614, 0022B0C8, 610E6AB6)
0022B7C8  0042F02C  (00000001, 0022BA24, FFFFFFFF, 00845E64)
0022B838  00432852  (00000005, 0022BD64, 0022BFF8, 0000079E)
0022B898  00432A95  (0022D008, 0022B92C, 00000200, 00000001)
0022B908  00432C73  (00898D18, 00570BAB, 0040EF18, 0022B740)
0022B9D8  0043313E  (00001214, 00000082, 0022BA38, 00410BFC)
0022BA38  004334B4  (00886698, 00575251, 00000000, 004E718C)
0022C1E8  00432814  (008314A8, 0022C614, 00000000, 00000030)
0022C258  00432852  (00B713C8, 00000088, 00000001, 0022C3C0)
0022C2B8  00432A95  (00000001, 0022C34C, D9D7BDBB, 3DDB7CDF)
0022C328  00432C73  (00000020, 00000200, 00000000, 0084D1B8)
0022C3F8  0043313E  (00001210, 00000082, 0022C458, 00410BFC)
0022C458  004334B4  (00000000, 00000001, 000001AF, 004851D3)
End of stack trace (more stack frames may be present)

Thanks in advance,
twister


Post a reply to this message

From: clipka
Subject: Re: stack dump
Date: 7 Jun 2009 09:05:00
Message: <web.4a2bbadaaf746ab36a18a93d0@news.povray.org>
"twister" <twi### [at] o2pl> wrote:
> I am using linux compiled version of povray to generate my images on Windows.
> Everything worked fine until I have changed the computer for a new one. Since
> that time I get stackdumps for several scenes that didn't cause any problem
> before. Should I compile povray again under cygwin on a new box?

Out of sheer curiosity: Why don't you just use the official native Windows
binary?

Aside from that: I guess rebuilding won't hurt, so it's definitely worth trying.


Post a reply to this message

From: twister
Subject: Re: stack dump
Date: 7 Jun 2009 16:05:00
Message: <web.4a2c1d3aaf746ab38333ddc80@news.povray.org>
"clipka" <nomail@nomail> wrote:
> Out of sheer curiosity: Why don't you just use the official native Windows
> binary?

Because I want povray to be launched from the script and no GUI is expected.

>
> Aside from that: I guess rebuilding won't hurt, so it's definitely worth trying.

When I try to recompile the 3.6.1 version on this new box (centrino 2) I get
compiler complaints:

In file included from ../libtiff/tiffio.h:34,
                 from ../libtiff/tiffiop.h:44,
                 from ../libtiff/tif_aux.c:32:
.../libtiff/tiffvers.h:2: error: stray '\' in program
.../libtiff/tiffvers.h:2: error: parse error before numeric constant
.../libtiff/tiffvers.h:2: error: stray '\' in program
.../libtiff/tiffvers.h:2: error: missing terminating " character
In file included from ../libtiff/tiffiop.h:44,
                 from ../libtiff/tif_aux.c:32:
.../libtiff/tiffio.h:204: error: parse error before "TIFF"
.../libtiff/tiffio.h:204: warning: no semicolon at end of struct or union
.../libtiff/tiffio.h:233: error: parse error before '}' token
.../libtiff/tiffio.h:251: error: parse error before '*' token
In file included from ../libtiff/tiffiop.h:44,
                 from ../libtiff/tif_aux.c:32:
.../libtiff/tiffio.h:276: error: parse error before '*' token
.../libtiff/tiffio.h:292: error: parse error before '*' token

Some tips? I have tried with many gcc versions for cygwin and with libtiff
variants but I guess libtiff is included in povray-3.6.1.tar.bz2 package and it
doesn't look for the other versions.


Post a reply to this message

From: clipka
Subject: Re: stack dump
Date: 7 Jun 2009 16:50:00
Message: <web.4a2c26dcaf746ab3d3c810450@news.povray.org>
"twister" <twi### [at] o2pl> wrote:
> When I try to recompile the 3.6.1 version on this new box (centrino 2) I get
> compiler complaints:

From all I see, tiffvers.h must be an auto-generated file (it's not part of the
POV-Ray 3.6.1 package for Unix), so I suspect an error during configuring the
package. (You did configure it prior to compiling, didn't you?)


Post a reply to this message

From: twister
Subject: Re: stack dump
Date: 7 Jun 2009 17:20:01
Message: <web.4a2c2e44af746ab38333ddc80@news.povray.org>
"clipka" <nomail@nomail> wrote:
> From all I see, tiffvers.h must be an auto-generated file (it's not part of the
> POV-Ray 3.6.1 package for Unix), so I suspect an error during configuring the
> package. (You did configure it prior to compiling, didn't you?)

I did configure before building the package. It didn't return any error:

===============================================================================
Configure POV-Ray version 3.6.1
===============================================================================

This is an unofficial version compiled by:
 me
The POV-Ray Team(tm) is not responsible for supporting this version.

Environment
-----------
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether $C_INCLUDE_PATH contains the "." path... no
checking whether $CPLUS_INCLUDE_PATH contains the "." path... no

Programs
--------
checking for egrep... grep -E
checking for style of include used by make... GNU
checking for g++... g++
checking for C++ compiler default output... 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 g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g++ version... 3.4.4
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib

Language constructs and functions
---------------------------------
checking whether to link with cygwin DLL... yes
checking whether time.h and sys/time.h may both be included... yes
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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int... yes
checking size of int... 4
checking for long int... yes
checking size of long int... 4
checking for size_t... (cached) yes
checking size of size_t... 4
checking for float... yes
checking size of float... 4
checking for working memcmp... yes
checking return type of signal handlers... void
checking for vsnprintf... yes
checking for getcwd... yes
checking for readlink... yes
checking for gettimeofday... yes

Libraries
---------
checking whether to enable static linking... no
checking for sin in -lm... yes
checking for asinh... yes
checking for vga_init in -lvga... no
configure: SVGAlib display will be disabled
checking for X... no
configure: X Window display will be disabled
checking for installed supporting libraries... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for libz version >= 1.2.1... 1.2.3, ok
checking for library containing png_get_libpng_ver... no
configure: libpng will be built and statically linked to POV-Ray
checking for libjpeg... forced by cygwin
configure: libjpeg will be built and statically linked to POV-Ray
checking for libtiff... forced by libjpeg
configure: libtiff will be built and statically linked to POV-Ray

Compiling
---------
checking whether to enable pipes for communications... yes
checking whether g++ accepts -pipe... yes
checking whether gcc accepts -pipe... yes
checking whether g++ accepts -Wno-multichar... yes
checking whether to enable I/O restrictions... yes
checking whether to enable debugging... no
checking whether to enable profiling... no
checking whether to enable stripping... no
checking whether to enable optimizations... yes
checking whether g++ accepts -O3... yes
checking whether gcc accepts -O3... yes
checking whether g++ accepts -msse... yes
checking whether gcc accepts -msse... yes
checking whether g++ accepts -mfpmath=sse... yes
checking whether gcc accepts -mfpmath=sse... yes
checking whether g++ accepts -msse2... yes
checking whether gcc accepts -msse2... yes
checking whether g++ accepts -march=i686 -mtune=i686... yes
checking whether gcc accepts -march=i686 -mtune=i686... yes
checking whether g++ accepts -malign-double... yes
checking whether gcc accepts -malign-double... yes
checking whether g++ accepts -minline-all-stringops... yes
checking whether gcc accepts -minline-all-stringops... yes

Makefiles
---------
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libraries/Makefile
config.status: creating source/base/Makefile
config.status: creating source/frontend/Makefile
config.status: creating source/Makefile
config.status: creating unix/Makefile
config.status: creating conf.h
config.status: executing depfiles commands
config.status: executing config.log commands

Supporting libraries
--------------------
configure: configuring in libraries/png
configure: running /bin/sh './configure.gnu' --prefix=/usr/local
'COMPILED_BY=me' --cache-file=/dev/null --srcdir=.
configure.gnu: configuring libpng 1.2.5
configure.gnu: running ./configure --srcdir=. --cache-file=/dev/null
--prefix=/usr/local
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working strtod... yes
checking for memset... yes
checking for pow... yes
checking for strrchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h

configure: configuring in libraries/jpeg
configure: running /bin/sh './configure.gnu' --prefix=/usr/local
'COMPILED_BY=me' --cache-file=/dev/null --srcdir=.
configure.gnu: configuring libjpeg 6b
configure.gnu: running ./configure --srcdir=. --cache-file=/dev/null
--prefix=/usr/local
checking for gcc... gcc
checking whether the C compiler (gcc  -pipe -O3 -msse -mfpmath=sse -msse2
-march=i686 -mtune=i686 -malign-double -minline-all-stringops  ) works... yes
checking whether the C compiler (gcc  -pipe -O3 -msse -mfpmath=sse -msse2
-march=i686 -mtune=i686 -malign-double -minline-all-stringops  ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for function prototypes... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for size_t... yes
checking for type unsigned char... yes
checking for type unsigned short... yes
checking for type void... yes
checking for working const... yes
checking for inline... __inline__
checking for broken incomplete types... ok
checking for short external names... ok
checking to see if char is signed... yes
checking to see if right shift is signed... yes
checking to see if fopen accepts b spec... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking libjpeg version number... 62
creating ./config.status
creating Makefile
creating jconfig.h
configure.gnu: editing Makefile

configure: configuring in libraries/tiff
configure: running /bin/sh './configure.gnu' --prefix=/usr/local
'COMPILED_BY=me' --cache-file=/dev/null --srcdir=.
configure.gnu: configuring libtiff 3.6.1
configure.gnu: running ./configure --noninteractive --with-DSO=no
--prefix=/usr/local   --srcdir=.

Configuring TIFF Software v3.6.1

If configure does the wrong thing, check the file config.log for
information that may help you understand what went wrong.

Reading site-wide parameters from ./config.site.
I'm always happy to encounter another i686-pc-cygwin system.
Using /usr/bin/gcc for a C compiler (use -with-CC=compilername to override).
Using -I.././../jpeg  to get the appropriate compilation environment.
Using " -pipe -O3 -msse -mfpmath=sse -msse2 -march=i686 -mtune=i686
-malign-double -minline-all-stringops  " for C compiler options.
Using /usr/bin/make to configure the software.
Leaving MACHDEPLIBS empty, apparently you don't need -lm.

Using previously created libtiff/port.h.

Checking system libraries for functionality to emulate.
Done checking system libraries.

Checking for Dynamic Shared Object (DSO) support.
Done checking for DSO support.

Selecting programs used during installation.
Looks like mv supports the -f option to force a move.
Looks like /usr/bin/ln supports the -s option to create a symbolic link.
Done selecting programs.

Selecting default TIFF configuration parameters.

Looks like manual pages go in /usr/local/man.
Looks like manual pages should be installed with bsd-source-cat.

Creating Makefile from ./Makefile.in
Creating libtiff/Makefile from ./libtiff/Makefile.in
Creating man/Makefile from ./man/Makefile.in
Creating tools/Makefile from ./tools/Makefile.in
Creating port/install.sh from ./port/install.sh.in
Done.

configure.gnu: editing libtiff/Makefile


===============================================================================
POV-Ray 3.6.1 has been configured with the following features:
  I/O restrictions: enabled
  X Window display: disabled
  SVGAlib display : disabled

Type 'make' to build, and 'make install' to install all files in the hierarchy
/usr/local
===============================================================================

but when I looked into config.log I saw many problems:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by POV-Ray configure 3.6.1, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure COMPILED_BY=me

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

hostname = S208640J3230432
uname -m = i686
uname -r = 1.5.25(0.156/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2008-06-12 19:34

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

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

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/Program Files/Tcl/bin
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/Program Files/Common Files/Roxio Shared/DLLShared/
PATH: /cygdrive/c/Program Files/Common Files/Roxio Shared/10.0/DLLShared/
PATH: /cygdrive/c/Program Files/ActivIdentity/ActivClient/
PATH: /cygdrive/c/Program Files/Hewlett-Packard/IAM/bin
PATH: /cygdrive/c/Program Files/Tcl/bin/


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

configure:1698: result:
===============================================================================
Configure POV-Ray version 3.6.1
===============================================================================

This is an unofficial version compiled by:
 me
The POV-Ray Team(tm) is not responsible for supporting this version.
configure:1719: result:
Environment
-----------
configure:1730: checking build system type
configure:1748: result: i686-pc-cygwin
configure:1756: checking host system type
configure:1770: result: i686-pc-cygwin
configure:1792: checking for a BSD-compatible install
configure:1846: result: /usr/bin/install -c
configure:1857: checking whether build environment is sane
configure:1900: result: yes
configure:1933: checking for gawk
configure:1949: found /usr/bin/gawk
configure:1959: result: gawk
configure:1969: checking whether make sets $(MAKE)
configure:1989: result: yes
configure:2153: checking whether to enable maintainer-specific portions of
Makefiles
configure:2162: result: no
configure:2184: echo pov_check_path_regexp = [=:]*\.:* > /dev/null
configure:2187: $? = 0
configure:2194: echo pov_check_path_old    =  > /dev/null
configure:2197: $? = 0
configure:2200: echo pov_check_path_new    =  > /dev/null
configure:2203: $? = 0
configure:2206: checking whether $C_INCLUDE_PATH contains the "." path
configure:2217: result: no
configure:2228: echo pov_check_path_regexp = [=:]*\.:* > /dev/null
configure:2231: $? = 0
configure:2238: echo pov_check_path_old    =  > /dev/null
configure:2241: $? = 0
configure:2244: echo pov_check_path_new    =  > /dev/null
configure:2247: $? = 0
configure:2250: checking whether $CPLUS_INCLUDE_PATH contains the "." path
configure:2261: result: no
configure:2272: result:
Programs
--------
configure:2280: checking for egrep
configure:2290: result: grep -E
configure:2307: checking for style of include used by make
configure:2335: result: GNU
configure:2415: checking for g++
configure:2431: found /usr/bin/g++
configure:2441: result: g++
configure:2457: checking for C++ compiler version
configure:2460: g++ --version </dev/null >&5
g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
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:2463: $? = 0
configure:2465: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:2468: $? = 0
configure:2470: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:2473: $? = 1
configure:2497: checking for C++ compiler default output
configure:2500: g++    conftest.cc  >&5
configure:2503: $? = 0
configure:2549: result: a.exe
configure:2554: checking whether the C++ compiler works
configure:2560: ./a.exe
configure:2563: $? = 0
configure:2580: result: yes
configure:2587: checking whether we are cross compiling
configure:2589: result: no
configure:2592: checking for suffix of executables
configure:2594: g++ -o conftest.exe    conftest.cc  >&5
configure:2597: $? = 0
configure:2622: result: .exe
configure:2628: checking for suffix of object files
configure:2650: g++ -c   conftest.cc >&5
configure:2653: $? = 0
configure:2675: result: o
configure:2679: checking whether we are using the GNU C++ compiler
configure:2704: g++ -c   conftest.cc >&5
configure:2707: $? = 0
configure:2710: test -s conftest.o
configure:2713: $? = 0
configure:2726: result: yes
configure:2732: checking whether g++ accepts -g
configure:2754: g++ -c -g  conftest.cc >&5
configure:2757: $? = 0
configure:2760: test -s conftest.o
configure:2763: $? = 0
configure:2774: result: yes
configure:2818: g++ -c   conftest.cc >&5
configure:2821: $? = 0
configure:2824: test -s conftest.o
configure:2827: $? = 0
configure:2854: g++ -c   conftest.cc >&5
configure: In function `int main()':
configure:2853: error: `exit' undeclared (first use this function)
configure:2853: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:2857: $? = 1
configure: failed program was:
| #line 2837 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| /* end confdefs.h.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2818: g++ -c   conftest.cc >&5
configure:2821: $? = 0
configure:2824: test -s conftest.o
configure:2827: $? = 0
configure:2854: g++ -c   conftest.cc >&5
configure:2857: $? = 0
configure:2860: test -s conftest.o
configure:2863: $? = 0
configure:2888: checking dependency style of g++
configure:2971: result: gcc3
configure:2993: checking how to run the C++ preprocessor
configure:3025: g++ -E  conftest.cc
configure:3031: $? = 0
configure:3063: g++ -E  conftest.cc
configure:3069:28: ac_nonexistent.h: No such file or directory
configure:3069: $? = 1
configure: failed program was:
| #line 3054 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3107: result: g++ -E
configure:3132: g++ -E  conftest.cc
configure:3138: $? = 0
configure:3170: g++ -E  conftest.cc
configure:3176:28: ac_nonexistent.h: No such file or directory
configure:3176: $? = 1
configure: failed program was:
| #line 3161 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3218: checking for g++ version
configure:3223: g++ -dumpversion < /dev/null 2> /dev/null > conftest.out
configure:3226: $? = 0
configure:3247: result: 3.4.4
configure:3309: checking for gcc
configure:3325: found /usr/bin/gcc
configure:3335: result: gcc
configure:3579: checking for C compiler version
configure:3582: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
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:3585: $? = 0
configure:3587: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:3590: $? = 0
configure:3592: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3595: $? = 1
configure:3598: checking whether we are using the GNU C compiler
configure:3623: gcc -c   conftest.c >&5
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3645: result: yes
configure:3651: checking whether gcc accepts -g
configure:3673: gcc -c -g  conftest.c >&5
configure:3676: $? = 0
configure:3679: test -s conftest.o
configure:3682: $? = 0
configure:3693: result: yes
configure:3710: checking for gcc option to accept ANSI C
configure:3771: gcc  -c   conftest.c >&5
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3798: result: none needed
configure:3816: gcc -c   conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:3819: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3930: checking dependency style of gcc
configure:4013: result: gcc3
configure:4035: checking how to run the C preprocessor
configure:4071: gcc -E  conftest.c
configure:4077: $? = 0
configure:4109: gcc -E  conftest.c
configure:4116:28: ac_nonexistent.h: No such file or directory
configure:4115: $? = 1
configure: failed program was:
| #line 4100 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define COMPILER_VER " (g++ 3.4.4 @ i686-pc-cygwin)"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4153: result: gcc -E
configure:4178: gcc -E  conftest.c
configure:4184: $? = 0
configure:4216: gcc -E  conftest.c
configure:4223:28: ac_nonexistent.h: No such file or directory
configure:4222: $? = 1
configure: failed program was:
| #line 4207 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define COMPILER_VER " (g++ 3.4.4 @ i686-pc-cygwin)"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4309: checking for ranlib
configure:4325: found /usr/bin/ranlib
configure:4336: result: ranlib
configure:4354: result:
Language constructs and functions
---------------------------------
configure:4368: checking whether to link with cygwin DLL
configure:4657: result: yes
configure:4676: checking whether time.h and sys/time.h may both be included
configure:4702: g++ -c   conftest.cc >&5
configure:4705: $? = 0
configure:4708: test -s conftest.o
configure:4711: $? = 0
configure:4722: result: yes
configure:4733: checking for ANSI C header files
configure:4759: g++ -c   conftest.cc >&5
configure:4762: $? = 0
configure:4765: test -s conftest.o
configure:4768: $? = 0
configure:4860: g++ -o conftest.exe    conftest.cc  >&5
configure:4863: $? = 0
configure:4865: ./conftest.exe
configure:4868: $? = 0
configure:4883: result: yes
configure:4907: checking for sys/types.h
configure:4924: g++ -c   conftest.cc >&5
configure:4927: $? = 0
configure:4930: test -s conftest.o
configure:4933: $? = 0
configure:4944: result: yes
configure:4907: checking for sys/stat.h
configure:4924: g++ -c   conftest.cc >&5
configure:4927: $? = 0
configure:4930: test -s conftest.o
configure:4933: $? = 0
configure:4944: result: yes
configure:4907: checking for stdlib.h
configure:4924: g++ -c   conftest.cc >&5
configure:4927: $? = 0
configure:4930: test -s conftest.o
configure:4933: $? = 0
configure:4944: result: yes
configure:4907: checking for string.h
configure:4924: g++ -c   conftest.cc >&5
configure:4927: $? = 0
configure:4930: test -s conftest.o
configure:4933: $? = 0
configure:4944: result: yes
configure:4907: checking for memory.h
configure:4924: g++ -c   conftest.cc >&5
configure:4927: $? = 0
configure:4930: test -s conftest.o
configure:4933: $? = 0
configure:4944: result: yes
configure:4907: checking for strings.h
configure:4924: g++ -c   conftest.cc >&5
configure:4927: $? = 0
configure:4930: test -s conftest.o
configure:4933: $? = 0
configure:4944: result: yes
configure:4907: checking for inttypes.h
configure:4924: g++ -c   conftest.cc >&5
configure:4927: $? = 0
configure:4930: test -s conftest.o
configure:4933: $? = 0
configure:4944: result: yes
configure:4907: checking for stdint.h
configure:4924: g++ -c   conftest.cc >&5
configure:4927: $? = 0
configure:4930: test -s conftest.o
configure:4933: $? = 0
configure:4944: result: yes
configure:4907: checking for unistd.h
configure:4924: g++ -c   conftest.cc >&5
configure:4927: $? = 0
configure:4930: test -s conftest.o
configure:4933: $? = 0
configure:4944: result: yes
configure:4972: checking limits.h usability
configure:4985: g++ -c   conftest.cc >&5
configure:4988: $? = 0
configure:4991: test -s conftest.o
configure:4994: $? = 0
configure:5004: result: yes
configure:5008: checking limits.h presence
configure:5019: g++ -E  conftest.cc
configure:5025: $? = 0
configure:5044: result: yes
configure:5080: checking for limits.h
configure:5087: result: yes
configure:4972: checking sys/time.h usability
configure:4985: g++ -c   conftest.cc >&5
configure:4988: $? = 0
configure:4991: test -s conftest.o
configure:4994: $? = 0
configure:5004: result: yes
configure:5008: checking sys/time.h presence
configure:5019: g++ -E  conftest.cc
configure:5025: $? = 0
configure:5044: result: yes
configure:5080: checking for sys/time.h
configure:5087: result: yes
configure:4963: checking for unistd.h
configure:4968: result: yes
configure:5101: checking for size_t
configure:5126: g++ -c   conftest.cc >&5
configure:5129: $? = 0
configure:5132: test -s conftest.o
configure:5135: $? = 0
configure:5146: result: yes
configure:5158: checking whether struct tm is in sys/time.h or time.h
configure:5182: g++ -c   conftest.cc >&5
configure:5185: $? = 0
configure:5188: test -s conftest.o
configure:5191: $? = 0
configure:5202: result: time.h
configure:5213: checking for int
configure:5238: g++ -c   conftest.cc >&5
configure:5241: $? = 0
configure:5244: test -s conftest.o
configure:5247: $? = 0
configure:5258: result: yes
configure:5261: checking size of int
configure:5536: g++ -o conftest.exe    conftest.cc  >&5
configure:5539: $? = 0
configure:5541: ./conftest.exe
configure:5544: $? = 0
configure:5567: result: 4
configure:5574: checking for long int
configure:5599: g++ -c   conftest.cc >&5
configure:5602: $? = 0
configure:5605: test -s conftest.o
configure:5608: $? = 0
configure:5619: result: yes
configure:5622: checking size of long int
configure:5897: g++ -o conftest.exe    conftest.cc  >&5
configure:5900: $? = 0
configure:5902: ./conftest.exe
configure:5905: $? = 0
configure:5928: result: 4
configure:5935: checking for size_t
configure:5980: result: yes
configure:5983: checking size of size_t
configure:6258: g++ -o conftest.exe    conftest.cc  >&5
configure:6261: $? = 0
configure:6263: ./conftest.exe
configure:6266: $? = 0
configure:6289: result: 4
configure:6296: checking for float
configure:6321: g++ -c   conftest.cc >&5
configure:6324: $? = 0
configure:6327: test -s conftest.o
configure:6330: $? = 0
configure:6341: result: yes
configure:6344: checking size of float
configure:6619: g++ -o conftest.exe    conftest.cc  >&5
configure:6622: $? = 0
configure:6624: ./conftest.exe
configure:6627: $? = 0
configure:6650: result: 4
configure:6669: checking for working memcmp
configure:6718: gcc -o conftest.exe    conftest.c  >&5
configure:6721: $? = 0
configure:6723: ./conftest.exe
configure:6726: $? = 0
configure:6740: result: yes
configure:6751: checking return type of signal handlers
configure:6783: g++ -c   conftest.cc >&5
configure:6786: $? = 0
configure:6789: test -s conftest.o
configure:6792: $? = 0
configure:6803: result: void
configure:6816: checking for vsnprintf
configure:6866: g++ -o conftest.exe    conftest.cc  >&5
configure:6869: $? = 0
configure:6872: test -s conftest.exe
configure:6875: $? = 0
configure:6886: result: yes
configure:6931: checking for getcwd
configure:6981: gcc -o conftest.exe    conftest.c  >&5
configure:6984: $? = 0
configure:6987: test -s conftest.exe
configure:6990: $? = 0
configure:7001: result: yes
configure:7082: checking for readlink
configure:7132: g++ -o conftest.exe    conftest.cc  >&5
configure:7135: $? = 0
configure:7138: test -s conftest.exe
configure:7141: $? = 0
configure:7152: result: yes
configure:7176: checking for gettimeofday
configure:7226: g++ -o conftest.exe    conftest.cc  >&5
configure:7229: $? = 0
configure:7232: test -s conftest.exe
configure:7235: $? = 0
configure:7246: result: yes
configure:7273: result:
Libraries
---------
configure:7279: checking whether to enable static linking
configure:7386: result: no
configure:7393: checking for sin in -lm
configure:7424: g++ -o conftest.exe    conftest.cc -lm   >&5
configure:7427: $? = 0
configure:7430: test -s conftest.exe
configure:7433: $? = 0
configure:7445: result: yes
configure:7463: checking for asinh
configure:7513: g++ -o conftest.exe    conftest.cc -lm  >&5
configure:7516: $? = 0
configure:7519: test -s conftest.exe
configure:7522: $? = 0
configure:7533: result: yes
configure:8416: checking for vga_init in -lvga
configure:8447: g++ -o conftest.exe  -v   conftest.cc -lvga  -lm  >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe -quiet -v -D__CYGWIN32__
-D__CYGWIN__ -Dunix -D__unix__ -D__unix -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api
conftest.cc -quiet -dumpbase conftest.cc -mtune=pentiumpro -auxbase conftest
-version -o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cc6JKWeV.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/i686-pc-cygwin
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api
End of search list.
GNU C++ version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
 compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cc84zPEM.o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cc6JKWeV.s
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic
--dll-search-prefix=cyg -o conftest.exe
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cc84zPEM.o -lvga -lstdc++ -lm -lgcc
-lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find
-lvga
collect2: ld returned 1 exit status
configure:8450: $? = 1
configure: failed program was:
| #line 8423 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define COMPILER_VER " (g++ 3.4.4 @ i686-pc-cygwin)"
| #define TIME_WITH_SYS_TIME 1
| #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 HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_FLOAT 4
| #define RETSIGTYPE void
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_GETTIMEOFDAY 1
| #define PRECISION_TIMER_AVAILABLE 1
| #define HAVE_LIBM 1
| #define HAVE_ASINH 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char vga_init ();
| int
| main ()
| {
| vga_init ();
|   ;
|   return 0;
| }
configure:8468: result: no
configure:8533: SVGAlib display will be disabled
configure:8569: checking for X
configure:8675: g++ -E  conftest.cc
configure:8707:27: X11/Intrinsic.h: No such file or directory
configure:8681: $? = 1
configure: failed program was:
| #line 8666 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define COMPILER_VER " (g++ 3.4.4 @ i686-pc-cygwin)"
| #define TIME_WITH_SYS_TIME 1
| #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 HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_FLOAT 4
| #define RETSIGTYPE void
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_GETTIMEOFDAY 1
| #define PRECISION_TIMER_AVAILABLE 1
| #define HAVE_LIBM 1
| #define HAVE_ASINH 1
| /* end confdefs.h.  */
| #include <X11/Intrinsic.h>
configure:8731: g++ -o conftest.exe  -v   conftest.cc -lXt -lm  >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe -quiet -v -D__CYGWIN32__
-D__CYGWIN__ -Dunix -D__unix__ -D__unix -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api
conftest.cc -quiet -dumpbase conftest.cc -mtune=pentiumpro -auxbase conftest
-version -o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccl5OSGJ.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/i686-pc-cygwin
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api
End of search list.
GNU C++ version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
 compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
configure:8755:27: X11/Intrinsic.h: No such file or directory
configure: In function `int main()':
configure:8759: error: `XtMalloc' undeclared (first use this function)
configure:8759: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:8734: $? = 1
configure: failed program was:
| #line 8714 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define COMPILER_VER " (g++ 3.4.4 @ i686-pc-cygwin)"
| #define TIME_WITH_SYS_TIME 1
| #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 HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_FLOAT 4
| #define RETSIGTYPE void
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_GETTIMEOFDAY 1
| #define PRECISION_TIMER_AVAILABLE 1
| #define HAVE_LIBM 1
| #define HAVE_ASINH 1
| /* end confdefs.h.  */
| #include <X11/Intrinsic.h>
| int
| main ()
| {
| XtMalloc (0)
|   ;
|   return 0;
| }
configure:8779: result: no
configure:9841: X Window display will be disabled
configure:10024: checking for installed supporting libraries
configure:10027: result: yes
configure:10050: checking for library containing zlibVersion
configure:10081: gcc -o conftest.exe  -v   conftest.c -lm  >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe -quiet -v -D__CYGWIN32__ -D__CYGWIN__
-Dunix -D__unix__ -D__unix -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api
conftest.c -quiet -dumpbase conftest.c -mtune=pentiumpro -auxbase conftest
-version -o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cc8RPOvf.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api
End of search list.
GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
 compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccsntqrn.o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cc8RPOvf.s
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic
--dll-search-prefix=cyg -o conftest.exe
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccsntqrn.o -lm -lgcc -lcygwin
-luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccsntqrn.o:conftest.c:(.text+0x2b):
undefined reference to `_zlibVersion'
collect2: ld returned 1 exit status
configure:10084: $? = 1
configure: failed program was:
| #line 10057 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define COMPILER_VER " (g++ 3.4.4 @ i686-pc-cygwin)"
| #define TIME_WITH_SYS_TIME 1
| #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 HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_FLOAT 4
| #define RETSIGTYPE void
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_GETTIMEOFDAY 1
| #define PRECISION_TIMER_AVAILABLE 1
| #define HAVE_LIBM 1
| #define HAVE_ASINH 1
| #define X_DISPLAY_MISSING 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char zlibVersion ();
| int
| main ()
| {
| zlibVersion ();
|   ;
|   return 0;
| }
configure:10127: gcc -o conftest.exe  -v   conftest.c -lz
   -lm  >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe -quiet -v -D__CYGWIN32__ -D__CYGWIN__
-Dunix -D__unix__ -D__unix -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api
conftest.c -quiet -dumpbase conftest.c -mtune=pentiumpro -auxbase conftest
-version -o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccC9aHhL.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api
End of search list.
GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
 compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cciCP0Go.o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccC9aHhL.s
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic
--dll-search-prefix=cyg -o conftest.exe
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cciCP0Go.o -lz -lm -lgcc -lcygwin
-luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
configure:10130: $? = 0
configure:10133: test -s conftest.exe
configure:10136: $? = 0
configure:10150: result: -lz
configure:10166: checking zlib.h usability
configure:10179: gcc -c  -v  conftest.c >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe -quiet -v -D__CYGWIN32__ -D__CYGWIN__
-Dunix -D__unix__ -D__unix -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api
conftest.c -quiet -dumpbase conftest.c -mtune=pentiumpro -auxbase conftest
-version -o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccWnY4sf.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api
End of search list.
GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
 compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o
conftest.o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccWnY4sf.s
configure:10182: $? = 0
configure:10185: test -s conftest.o
configure:10188: $? = 0
configure:10198: result: yes
configure:10202: checking zlib.h presence
configure:10213: gcc -E  conftest.c
configure:10219: $? = 0
configure:10238: result: yes
configure:10274: checking for zlib.h
configure:10281: result: yes
configure:10288: checking for libz version >= 1.2.1
configure:10317: gcc -o conftest.exe  -v   conftest.c -lz -lm  >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe -quiet -v -D__CYGWIN32__ -D__CYGWIN__
-Dunix -D__unix__ -D__unix -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api
conftest.c -quiet -dumpbase conftest.c -mtune=pentiumpro -auxbase conftest
-version -o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccrXa5nW.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api
End of search list.
GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
 compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccq5EBbN.o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccrXa5nW.s
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic
--dll-search-prefix=cyg -o conftest.exe
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccq5EBbN.o -lz -lm -lgcc -lcygwin
-luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
configure:10320: $? = 0
configure:10322: ./conftest.exe
1.2.3
configure:10325: $? = 0
configure:10330: result: 1.2.3, ok
configure:10395: checking for library containing png_get_libpng_ver
configure:10426: gcc -o conftest.exe  -v   conftest.c -lz -lm  >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe -quiet -v -D__CYGWIN32__ -D__CYGWIN__
-Dunix -D__unix__ -D__unix -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api
conftest.c -quiet -dumpbase conftest.c -mtune=pentiumpro -auxbase conftest
-version -o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cciIoJYI.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api
End of search list.
GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
 compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccQt5q0j.o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cciIoJYI.s
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic
--dll-search-prefix=cyg -o conftest.exe
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccQt5q0j.o -lz -lm -lgcc -lcygwin
-luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccQt5q0j.o:conftest.c:(.text+0x2b):
undefined reference to `_png_get_libpng_ver'
collect2: ld returned 1 exit status
configure:10429: $? = 1
configure: failed program was:
| #line 10402 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define COMPILER_VER " (g++ 3.4.4 @ i686-pc-cygwin)"
| #define TIME_WITH_SYS_TIME 1
| #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 HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_FLOAT 4
| #define RETSIGTYPE void
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_GETTIMEOFDAY 1
| #define PRECISION_TIMER_AVAILABLE 1
| #define HAVE_LIBM 1
| #define HAVE_ASINH 1
| #define X_DISPLAY_MISSING 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char png_get_libpng_ver ();
| int
| main ()
| {
| png_get_libpng_ver ();
|   ;
|   return 0;
| }
configure:10472: gcc -o conftest.exe  -v   conftest.c -lpng12
   -lz -lm  >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe -quiet -v -D__CYGWIN32__ -D__CYGWIN__
-Dunix -D__unix__ -D__unix -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api
conftest.c -quiet -dumpbase conftest.c -mtune=pentiumpro -auxbase conftest
-version -o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cc2hckt9.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api
End of search list.
GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
 compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccycLpvb.o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/cc2hckt9.s
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic
--dll-search-prefix=cyg -o conftest.exe
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccycLpvb.o -lpng12 -lz -lm -lgcc
-lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find
-lpng12
collect2: ld returned 1 exit status
configure:10475: $? = 1
configure: failed program was:
| #line 10448 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define COMPILER_VER " (g++ 3.4.4 @ i686-pc-cygwin)"
| #define TIME_WITH_SYS_TIME 1
| #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 HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_FLOAT 4
| #define RETSIGTYPE void
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_GETTIMEOFDAY 1
| #define PRECISION_TIMER_AVAILABLE 1
| #define HAVE_LIBM 1
| #define HAVE_ASINH 1
| #define X_DISPLAY_MISSING 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char png_get_libpng_ver ();
| int
| main ()
| {
| png_get_libpng_ver ();
|   ;
|   return 0;
| }
configure:10472: gcc -o conftest.exe  -v   conftest.c -lpng
   -lz -lm  >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure
--verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe -quiet -v -D__CYGWIN32__ -D__CYGWIN__
-Dunix -D__unix__ -D__unix -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api -idirafter
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api
conftest.c -quiet -dumpbase conftest.c -mtune=pentiumpro -auxbase conftest
-version -o /cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccXuxQ3q.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/lib/../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api
End of search list.
GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
 compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccQ2lKeK.o
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccXuxQ3q.s
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic
--dll-search-prefix=cyg -o conftest.exe
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
/cygdrive/c/DOCUME~1/SG0208~1/LOCALS~1/Temp/ccQ2lKeK.o -lpng -lz -lm -lgcc
-lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find
-lpng
collect2: ld returned 1 exit status
configure:10475: $? = 1
configure: failed program was:
| #line 10448 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "POV-Ray"
| #define PACKAGE_TARNAME "povray"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "POV-Ray 3.6.1"
| #define PACKAGE_BUGREPORT "pov### [at] freefr"
| #define VERSION_BASE "3.6"
| #define DISTRIBUTION_MESSAGE_2 " me"
| #define PACKAGE "povray"
| #define VERSION "3.6.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define COMPILER_VER " (g++ 3.4.4 @ i686-pc-cygwin)"
| #define TIME_WITH_SYS_TIME 1
| #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 HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_INT 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_FLOAT 4
| #define RETSIGTYPE void
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_GETTIMEOFDAY 1
| #define PRECISION_TIMER_AVAILABLE 1
| #define HAVE_LIBM 1
| #define HAVE_ASINH 1
| #define X_DISPLAY_MISSING 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char png_get_libpng_ver ();
| int
| main ()
| {
| png_get_libpng_ver ();
|   ;
|   return 0;
| }
configure:10495: result: no
configure:10721: libpng will be built and statically linked to POV-Ray
configure:10742: checking for libjpeg
configure:10744: result: forced by cygwin
configure:11075: libjpeg will be built and statically linked to POV-Ray
configure:11429: checking for libtiff
configure:11435: result: forced by libjpeg
configure:11441: libtiff will be built and statically linked to POV-Ray
configure:11476: result:
Compiling
---------
configure:11489: checking whether to enable pipes for communications
configure:11495: result: yes
configure:11514: checking whether g++ accepts -pipe
configure:11546: g++ -c conftest.cc > /dev/null 2> conftest.err0
configure:11549: $? = 0
configure:11552: g++ -c -pipe conftest.cc > /dev/null 2> conftest.err
configure:11555: $? = 0
configure:11558: cat conftest.err >&5
configure:11561: $? = 0
configure:11564: grep -E "\-p|ipe" conftest.err 2>&1 > /dev/null
configure:11567: $? = 1
configure:11573: diff conftest.err0 conftest.err >&5
../configure: line 11574: diff: command not found
configure:11576: $? = 127
configure:11597: result: yes
configure:11609: checking whether gcc accepts -pipe
configure:11638: gcc -c conftest.c > /dev/null 2> conftest.err0
configure:11641: $? = 0
configure:11644: gcc -c -pipe conftest.c > /dev/null 2> conftest.err
configure:11647: $? = 0
configure:11650: cat conftest.err >&5
configure:11653: $? = 0
configure:11656: grep -E "\-p|ipe" conftest.err 2>&1 > /dev/null
configure:11659: $? = 1
configure:11663: diff conftest.err0 conftest.err >&5
../configure: line 11664: diff: command not found
configure:11666: $? = 127
configure:11687: result: yes
configure:11730: checking whether g++ accepts -Wno-multichar
configure:11762: g++ -c conftest.cc > /dev/null 2> conftest.err0
configure:11765: $? = 0
configure:11768: g++ -c -Wno-multichar conftest.cc > /dev/null 2> conftest.err
configure:11771: $? = 0
configure:11774: cat conftest.err >&5
configure:11777: $? = 0
configure:11780: grep -E "\-W|no-multichar" conftest.err 2>&1 > /dev/null
configure:11783: $? = 1
configure:11789: diff conftest.err0 conftest.err >&5
../configure: line 11790: diff: command not found
configure:11792: $? = 127
configure:11813: result: yes
configure:11827: checking whether to enable I/O restrictions
configure:11838: result: yes
configure:11850: checking whether to enable debugging
configure:12083: result: no
configure:12095: checking whether to enable profiling
configure:12516: result: no
configure:12523: checking whether to enable stripping
configure:12741: result: no
configure:12748: checking whether to enable optimizations
configure:12753: result: yes
configure:12774: checking whether g++ accepts -O3
configure:12806: g++ -c conftest.cc > /dev/null 2> conftest.err0
configure:12809: $? = 0
configure:12812: g++ -c -O3 conftest.cc > /dev/null 2> conftest.err
configure:12815: $? = 0
configure:12818: cat conftest.err >&5
configure:12821: $? = 0
configure:12824: grep -E "\-O|3" conftest.err 2>&1 > /dev/null
configure:12827: $? = 1
configure:12833: diff conftest.err0 conftest.err >&5
../configure: line 12834: diff: command not found
configure:12836: $? = 127
configure:12857: result: yes
configure:12869: checking whether gcc accepts -O3
configure:12898: gcc -c conftest.c > /dev/null 2> conftest.err0
configure:12901: $? = 0
configure:12904: gcc -c -O3 conftest.c > /dev/null 2> conftest.err
configure:12907: $? = 0
configure:12910: cat conftest.err >&5
configure:12913: $? = 0
configure:12916: grep -E "\-O|3" conftest.err 2>&1 > /dev/null
configure:12919: $? = 1
configure:12923: diff conftest.err0 conftest.err >&5
../configure: line 12924: diff: command not found
configure:12926: $? = 127
configure:12947: result: yes
configure:14244: echo pov_cpuinfo   = /proc/cpuinfo   > /dev/null
configure:14247: $? = 0
configure:14250: echo pov_modelname =  intel(r) core(tm)2 duo cpu     p8400  @
2.26ghz > /dev/null
configure:14253: $? = 0
configure:14256: echo pov_vendorid  = GenuineIntel  > /dev/null
configure:14259: $? = 0
configure:14262: echo pov_cpuflags  = fpu vme de pse tsc msr pae mce cx8 apic
sep mtrr pge mca cmov pat pse36 clfl dtes acpi mmx fxsr sse sse2 ss htt tmi pbe
pni monitor ds_cpl tm2 est  > /dev/null
configure:14265: $? = 0
configure:14288: checking whether g++ accepts -msse
configure:14320: g++ -c conftest.cc > /dev/null 2> conftest.err0
configure:14323: $? = 0
configure:14326: g++ -c -msse conftest.cc > /dev/null 2> conftest.err
configure:14329: $? = 0
configure:14332: cat conftest.err >&5
configure:14335: $? = 0
configure:14338: grep -E "\-m|sse" conftest.err 2>&1 > /dev/null
configure:14341: $? = 1
configure:14347: diff conftest.err0 conftest.err >&5
../configure: line 14348: diff: command not found
configure:14350: $? = 127
configure:14371: result: yes
configure:14383: checking whether gcc accepts -msse
configure:14412: gcc -c conftest.c > /dev/null 2> conftest.err0
configure:14415: $? = 0
configure:14418: gcc -c -msse conftest.c > /dev/null 2> conftest.err
configure:14421: $? = 0
configure:14424: cat conftest.err >&5
configure:14427: $? = 0
configure:14430: grep -E "\-m|sse" conftest.err 2>&1 > /dev/null
configure:14433: $? = 1
configure:14437: diff conftest.err0 conftest.err >&5
../configure: line 14438: diff: command not found
configure:14440: $? = 127
configure:14461: result: yes
configure:14493: checking whether g++ accepts -mfpmath=sse
configure:14525: g++ -c conftest.cc > /dev/null 2> conftest.err0
configure:14528: $? = 0
configure:14531: g++ -c -mfpmath=sse conftest.cc > /dev/null 2> conftest.err
configure:14534: $? = 0
configure:14537: cat conftest.err >&5
conftest.cc:1: warning: SSE instruction set disabled, using 387 arithmetics
configure:14540: $? = 0
configure:14543: grep -E "\-m|fpmath=sse" conftest.err 2>&1 > /dev/null
configure:14546: $? = 1
configure:14552: diff conftest.err0 conftest.err >&5
../configure: line 14553: diff: command not found
configure:14555: $? = 127
configure:14576: result: yes
configure:14588: checking whether gcc accepts -mfpmath=sse
configure:14617: gcc -c conftest.c > /dev/null 2> conftest.err0
configure:14620: $? = 0
configure:14623: gcc -c -mfpmath=sse conftest.c > /dev/null 2> conftest.err
configure:14626: $? = 0
configure:14629: cat conftest.err >&5
conftest.c:1: warning: SSE instruction set disabled, using 387 arithmetics
configure:14632: $? = 0
configure:14635: grep -E "\-m|fpmath=sse" conftest.err 2>&1 > /dev/null
configure:14638: $? = 1
configure:14642: diff conftest.err0 conftest.err >&5
../configure: line 14643: diff: command not found
configure:14645: $? = 127
configure:14666: result: yes
configure:14700: checking whether g++ accepts -msse2
configure:14732: g++ -c conftest.cc > /dev/null 2> conftest.err0
configure:14735: $? = 0
configure:14738: g++ -c -msse2 conftest.cc > /dev/null 2> conftest.err
configure:14741: $? = 0
configure:14744: cat conftest.err >&5
configure:14747: $? = 0
configure:14750: grep -E "\-m|sse2" conftest.err 2>&1 > /dev/null
configure:14753: $? = 1
configure:14759: diff conftest.err0 conftest.err >&5
../configure: line 14760: diff: command not found
configure:14762: $? = 127
configure:14783: result: yes
configure:14795: checking whether gcc accepts -msse2
configure:14824: gcc -c conftest.c > /dev/null 2> conftest.err0
configure:14827: $? = 0
configure:14830: gcc -c -msse2 conftest.c > /dev/null 2> conftest.err
configure:14833: $? = 0
configure:14836: cat conftest.err >&5
configure:14839: $? = 0
configure:14842: grep -E "\-m|sse2" conftest.err 2>&1 > /dev/null
configure:14845: $? = 1
configure:14849: diff conftest.err0 conftest.err >&5
../configure: line 14850: diff: command not found
configure:14852: $? = 127
configure:14873: result: yes
configure:14957: checking whether g++ accepts -march=i686 -mtune=i686
configure:14989: g++ -c conftest.cc > /dev/null 2> conftest.err0
configure:14992: $? = 0
configure:14995: g++ -c -march=i686 -mtune=i686 conftest.cc > /dev/null 2>
conftest.err
configure:14998: $? = 0
configure:15001: cat conftest.err >&5
configure:15004: $? = 0
configure:15007: grep -E "\-m|arch=i686|\-m|tune=i686" conftest.err 2>&1 >
/dev/null
configure:15010: $? = 1
configure:15016: diff conftest.err0 conftest.err >&5
../configure: line 15017: diff: command not found
configure:15019: $? = 127
configure:15040: result: yes
configure:15055: checking whether gcc accepts -march=i686 -mtune=i686
configure:15084: gcc -c conftest.c > /dev/null 2> conftest.err0
configure:15087: $? = 0
configure:15090: gcc -c -march=i686 -mtune=i686 conftest.c > /dev/null 2>
conftest.err
configure:15093: $? = 0
configure:15096: cat conftest.err >&5
configure:15099: $? = 0
configure:15102: grep -E "\-m|arch=i686|\-m|tune=i686" conftest.err 2>&1 >
/dev/null
configure:15105: $? = 1
configure:15109: diff conftest.err0 conftest.err >&5
../configure: line 15110: diff: command not found
configure:15112: $? = 127
configure:15133: result: yes
configure:15892: checking whether g++ accepts -malign-double
configure:15924: g++ -c conftest.cc > /dev/null 2> conftest.err0
configure:15927: $? = 0
configure:15930: g++ -c -malign-double conftest.cc > /dev/null 2> conftest.err
configure:15933: $? = 0
configure:15936: cat conftest.err >&5
configure:15939: $? = 0
configure:15942: grep -E "\-m|align-double" conftest.err 2>&1 > /dev/null
configure:15945: $? = 1
configure:15951: diff conftest.err0 conftest.err >&5
../configure: line 15952: diff: command not found
configure:15954: $? = 127
configure:15975: result: yes
configure:15987: checking whether gcc accepts -malign-double
configure:16016: gcc -c conftest.c > /dev/null 2> conftest.err0
configure:16019: $? = 0
configure:16022: gcc -c -malign-double conftest.c > /dev/null 2> conftest.err
configure:16025: $? = 0
configure:16028: cat conftest.err >&5
configure:16031: $? = 0
configure:16034: grep -E "\-m|align-double" conftest.err 2>&1 > /dev/null
configure:16037: $? = 1
configure:16041: diff conftest.err0 conftest.err >&5
../configure: line 16042: diff: command not found
configure:16044: $? = 127
configure:16065: result: yes
configure:15892: checking whether g++ accepts -minline-all-stringops
configure:15924: g++ -c conftest.cc > /dev/null 2> conftest.err0
configure:15927: $? = 0
configure:15930: g++ -c -minline-all-stringops conftest.cc > /dev/null 2>
conftest.err
configure:15933: $? = 0
configure:15936: cat conftest.err >&5
configure:15939: $? = 0
configure:15942: grep -E "\-m|inline-all-stringops" conftest.err 2>&1 >
/dev/null
configure:15945: $? = 1
configure:15951: diff conftest.err0 conftest.err >&5
../configure: line 15952: diff: command not found
configure:15954: $? = 127
configure:15975: result: yes
configure:15987: checking whether gcc accepts -minline-all-stringops
configure:16016: gcc -c conftest.c > /dev/null 2> conftest.err0
configure:16019: $? = 0
configure:16022: gcc -c -minline-all-stringops conftest.c > /dev/null 2>
conftest.err
configure:16025: $? = 0
configure:16028: cat conftest.err >&5
configure:16031: $? = 0
configure:16034: grep -E "\-m|inline-all-stringops" conftest.err 2>&1 >
/dev/null
configure:16037: $? = 1
configure:16041: diff conftest.err0 conftest.err >&5
../configure: line 16042: diff: command not found
configure:16044: $? = 127
configure:16065: result: yes
configure:16745: result:
Makefiles
---------
configure:16905: creating ./config.status

and so on.


Post a reply to this message

From: Nicolas Calimet
Subject: Re: stack dump
Date: 7 Jun 2009 19:58:10
Message: <4a2c5412$1@news.povray.org>
> Using previously created libtiff/port.h.

	Be sure to do a 'make distclean' before reconfiguring.

> but when I looked into config.log I saw many problems:

	Dunno where you see many problems, but at least the following should better be fixed:

> configure:11573: diff conftest.err0 conftest.err >&5
> ../configure: line 11574: diff: command not found
> configure:11576: $? = 127
> configure:11597: result: yes

	that is: please install the diffutils package.

	- NC


Post a reply to this message

From: twister
Subject: Re: stack dump
Date: 8 Jun 2009 03:20:00
Message: <web.4a2cba75af746ab3d5efd7210@news.povray.org>
Nicolas Calimet <pov### [at] freefr> wrote:
> > Using previously created libtiff/port.h.
>
>  Be sure to do a 'make distclean' before reconfiguring.

I did

> > but when I looked into config.log I saw many problems:

> > configure:11573: diff conftest.err0 conftest.err >&5
> > ../configure: line 11574: diff: command not found
> > configure:11576: $? = 127
> > configure:11597: result: yes
>
>  that is: please install the diffutils package.

Apparently it didn't help. Although the above error is gone, but compilation
still stops at tiff library.


Post a reply to this message

From: twister
Subject: Re: stack dump
Date: 8 Jun 2009 04:45:01
Message: <web.4a2cce7faf746ab33257fa260@news.povray.org>
Nicolas Calimet <pov### [at] freefr> wrote:
> > Using previously created libtiff/port.h.
>
>  Be sure to do a 'make distclean' before reconfiguring.

I did

> > but when I looked into config.log I saw many problems:

> > configure:11573: diff conftest.err0 conftest.err >&5
> > ../configure: line 11574: diff: command not found
> > configure:11576: $? = 127
> > configure:11597: result: yes
>
>  that is: please install the diffutils package.

Apparently this is not a major problem here. I have added diffutils package and
the above error is gone now, but compilation still stops at tiff library.


Post a reply to this message

From: Nicolas Calimet
Subject: Re: stack dump
Date: 8 Jun 2009 10:41:49
Message: <4a2d232d$1@news.povray.org>
> In file included from ../libtiff/tiffio.h:34,
>                  from ../libtiff/tiffiop.h:44,
>                  from ../libtiff/tif_aux.c:32:
> .../libtiff/tiffvers.h:2: error: stray '\' in program

	Let's start trying to fix this one.  Please show the content of the
tiffvers.h file, which should be created in ./libraries/tiff/libtiff/ when
compiling libtiff (yes, _not_ while configuring; typically one of those nasty
junks in this -now outdated- version of libtiff that made me go crazy).

	- NC


Post a reply to this message

From: twister
Subject: Re: stack dump
Date: 9 Jun 2009 05:50:00
Message: <web.4a2e3019af746ab3a2e8e7b70@news.povray.org>
Nicolas Calimet <pov### [at] freefr> wrote:
> > In file included from ../libtiff/tiffio.h:34,
> >                  from ../libtiff/tiffiop.h:44,
> >                  from ../libtiff/tif_aux.c:32:
> > .../libtiff/tiffvers.h:2: error: stray '\' in program
>
>  Let's start trying to fix this one.  Please show the content of the
> tiffvers.h file, which should be created in ./libraries/tiff/libtiff/ when
> compiling libtiff (yes, _not_ while configuring; typically one of those nasty
> junks in this -now outdated- version of libtiff that made me go crazy).

I have already looked at this file. Here is the code of tiffvers.h:

#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.6.1
\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics,
Inc."
/*
 * This define can be used in code that requires
 * compilation-related definitions specific to a
 * version or versions of the library.  Runtime
 * version checking should be done based on the
 * string returned by TIFFGetVersion.
 */
#define TIFFLIB_VERSION 20031226

But the problem was in libraries\tiff\libtiff\mkversion.c where the end of line
wasn't properly removed from 'version' variable. Now it compiles fine, but the
new povray.exe finishes work immediately after launching and no output image is
generated. When I use the old povray.exe file it renders but some scenes causes
stack dumps so it is the matter of new built povray.exe.
Is there a possibility to check what is wrong with it? Some debug mode?

twister


Post a reply to this message

Goto Latest 10 Messages Next 3 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.