Piotr,
Again, this is openexr-1.7 downloaded from the openexr web site (not
cvs) along with the ilmbase, viewers, and examples. System is PCLinusOS,
a RedHat clone. ilmbase is installed:
<quote>
hollin [ls /usr/local/openexr/include] ~/src/openexr-1.7.0
11-08-22 8:18PM
nak@hollin ~/src/openexr-1.7.0 $ ls /usr/local/lib
libHalf.a libIex.a libIlmThread.a libImath.a
pkgconfig/
libHalf.la* libIex.la* libIlmThread.la*
libImath.la* printdriver/
libHalf.so* libIex.so* libIlmThread.so* libImath.so*
libHalf.so.6* libIex.so.6* libIlmThread.so.6* libImath.so.6*
libHalf.so.6.0.0* libIex.so.6.0.0* libIlmThread.so.6.0.0*
libImath.so.6.0.0*
</quote>
Attached is the config.log file. Here is the compile error terminal
output (I apologize for mis-speaking in my previous email about the type
of error):
<quote>
g++ -DHAVE_CONFIG_H -I. -I. -I../config -I/usr/local//include/OpenEXR
-I.. -I../config -pipe -g -O2 -MT ImfChromaticities.lo -MD -MP -MF
.deps/ImfChromaticities.Tpo -c ImfChromaticities.cpp -fPIC -DPIC -o
.libs/ImfChromaticities.o
In file included from ./ImfChromaticities.h:47:0,
from ImfChromaticities.cpp:43:
/usr/local//include/OpenEXR/ImathMatrix.h: In constructor
'Imath::Matrix44<T>::Matrix44() [with T = float]':
ImfChromaticities.cpp:110:17: instantiated from here
/usr/local//include/OpenEXR/ImathMatrix.h:1813:5: error: 'memset' was
not declared in this scope
make[2]: *** [ImfChromaticities.lo] Error 1
make[2]: Leaving directory
`/media/HalfTerraDr/HP-PC/src/openexr-1.7.0/IlmImf'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/media/HalfTerraDr/HP-PC/src/openexr-1.7.0/IlmImf'
make: *** [all-recursive] Error 1
</quote>
Thanks for your help.
Guy
On 08/22/2011 10:41 AM, Piotr Stanczyk wrote:
Hi Guy,
Do you happen to have the log I could take a look at. In particular,
it would be good to know what errors you are seeing on building the
OpenEXR part.
Thanks
Piotr ________________________________________ From:
[email protected]
[[email protected]] on behalf of Guy
Stalnaker [[email protected]] Sent: 22 August 2011 08:29 To:
[email protected] Subject: [Openexr-user] Issues compiling ...
Is this the correct list to send compiling errors to?
I have PCLinuxOS. I was attempting to compile the 1.7 code. ILMBase
appears to have compiled successfulling. But the OpenEXR code compile
is failing with a function call error. I attempted to punt the 1.7
code in favor of the 1.6 code, but ILMBase won't pass the .configure
stage.
Just want to know the correct route to follow to get some help.
Regards,
Guy S.
-- Guy Stalnaker [email protected] "When you have a friend it means
something both ways."
_______________________________________________ Openexr-user mailing
list [email protected]
https://lists.nongnu.org/mailman/listinfo/openexr-user
--
Guy Stalnaker
[email protected]
"When you have a friend it means something both ways."
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by OpenEXR configure 1.7.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --prefix=/usr/local/
## --------- ##
## Platform. ##
## --------- ##
hostname = hollin
uname -m = i686
uname -r = 2.6.38.8-pclos1.bfs
uname -s = Linux
uname -v = #1 SMP PREEMPT Sat Jun 4 04:13:21 CDT 2011
/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: /home/nak/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1563: checking build system type
configure:1581: result: i686-redhat-linux-gnu
configure:1589: checking host system type
configure:1603: result: i686-redhat-linux-gnu
configure:1628: checking for a BSD-compatible install
configure:1683: result: /usr/bin/install -c
configure:1694: checking whether build environment is sane
configure:1737: result: yes
configure:1802: checking for gawk
configure:1818: found /usr/bin/gawk
configure:1828: result: gawk
configure:1838: checking whether make sets $(MAKE)
configure:1858: result: yes
configure:2025: checking whether to enable maintainer-specific portions of
Makefiles
configure:2034: result: no
configure:2109: checking for g++
configure:2125: found /usr/bin/g++
configure:2135: result: g++
configure:2151: checking for C++ compiler version
configure:2154: g++ --version </dev/null >&5
g++ (GCC) 4.5.2
Copyright (C) 2010 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:2157: $? = 0
configure:2159: g++ -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/lto-wrapper
Target: i586-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--with-slibdir=/lib --with-bugurl=https://pclinuxos.com/
--mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java
--build=i586-mandriva-linux-gnu --host=i586-mandriva-linux-gnu
--with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared
--enable-objc-gc --enable-long-long --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo
--disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror
--with-python-dir=/lib/python2.6/site-packages --enable-lto --enable-plugins
Thread model: posix
gcc version 4.5.2 (GCC)
configure:2162: $? = 0
configure:2164: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:2167: $? = 1
configure:2190: checking for C++ compiler default output file name
configure:2193: g++ conftest.cc >&5
configure:2196: $? = 0
configure:2242: result: a.out
configure:2247: checking whether the C++ compiler works
configure:2253: ./a.out
configure:2256: $? = 0
configure:2273: result: yes
configure:2280: checking whether we are cross compiling
configure:2282: result: no
configure:2285: checking for suffix of executables
configure:2287: g++ -o conftest conftest.cc >&5
configure:2290: $? = 0
configure:2315: result:
configure:2321: checking for suffix of object files
configure:2342: g++ -c conftest.cc >&5
configure:2345: $? = 0
configure:2367: result: o
configure:2371: checking whether we are using the GNU C++ compiler
configure:2395: g++ -c conftest.cc >&5
configure:2401: $? = 0
configure:2405: test -z
|| test ! -s conftest.err
configure:2408: $? = 0
configure:2411: test -s conftest.o
configure:2414: $? = 0
configure:2427: result: yes
configure:2433: checking whether g++ accepts -g
configure:2454: g++ -c -g conftest.cc >&5
configure:2460: $? = 0
configure:2464: test -z
|| test ! -s conftest.err
configure:2467: $? = 0
configure:2470: test -s conftest.o
configure:2473: $? = 0
configure:2484: result: yes
configure:2526: g++ -c -g -O2 conftest.cc >&5
configure:2532: $? = 0
configure:2536: test -z
|| test ! -s conftest.err
configure:2539: $? = 0
configure:2542: test -s conftest.o
configure:2545: $? = 0
configure:2571: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:15:9: error: 'exit' was not declared in this scope
configure:2577: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "OpenEXR"
| #define PACKAGE_TARNAME "openexr"
| #define PACKAGE_VERSION "1.7.0"
| #define PACKAGE_STRING "OpenEXR 1.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "openexr"
| #define VERSION "1.7.0"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2526: g++ -c -g -O2 conftest.cc >&5
conftest.cc:11:40: error: 'void std::exit(int)' should have been declared
inside 'std'
configure:2532: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "OpenEXR"
| #define PACKAGE_TARNAME "openexr"
| #define PACKAGE_VERSION "1.7.0"
| #define PACKAGE_STRING "OpenEXR 1.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "openexr"
| #define VERSION "1.7.0"
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2526: g++ -c -g -O2 conftest.cc >&5
conftest.cc:11:31: error: 'void std::exit(int)' should have been declared
inside 'std'
In file included from conftest.cc:12:0:
/usr/include/stdlib.h:544:70: error: declaration of 'void std::exit(int) throw
()' throws different exceptions
conftest.cc:11:17: error: from previous declaration 'void std::exit(int)'
configure:2532: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "OpenEXR"
| #define PACKAGE_TARNAME "openexr"
| #define PACKAGE_VERSION "1.7.0"
| #define PACKAGE_STRING "OpenEXR 1.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "openexr"
| #define VERSION "1.7.0"
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2526: g++ -c -g -O2 conftest.cc >&5
configure:2532: $? = 0
configure:2536: test -z
|| test ! -s conftest.err
configure:2539: $? = 0
configure:2542: test -s conftest.o
configure:2545: $? = 0
configure:2571: g++ -c -g -O2 conftest.cc >&5
configure:2577: $? = 0
configure:2581: test -z
|| test ! -s conftest.err
configure:2584: $? = 0
configure:2587: test -s conftest.o
configure:2590: $? = 0
configure:2624: checking for style of include used by make
configure:2652: result: GNU
configure:2680: checking dependency style of g++
configure:2770: result: gcc3
configure:2800: checking for a BSD-compatible install
configure:2855: result: /usr/bin/install -c
configure:2912: checking for gcc
configure:2928: found /usr/bin/gcc
configure:2938: result: gcc
configure:3182: checking for C compiler version
configure:3185: gcc --version </dev/null >&5
gcc (GCC) 4.5.2
Copyright (C) 2010 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:3188: $? = 0
configure:3190: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/lto-wrapper
Target: i586-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--with-slibdir=/lib --with-bugurl=https://pclinuxos.com/
--mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java
--build=i586-mandriva-linux-gnu --host=i586-mandriva-linux-gnu
--with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared
--enable-objc-gc --enable-long-long --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo
--disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror
--with-python-dir=/lib/python2.6/site-packages --enable-lto --enable-plugins
Thread model: posix
gcc version 4.5.2 (GCC)
configure:3193: $? = 0
configure:3195: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3198: $? = 1
configure:3201: checking whether we are using the GNU C compiler
configure:3225: gcc -c conftest.c >&5
configure:3231: $? = 0
configure:3235: test -z
|| test ! -s conftest.err
configure:3238: $? = 0
configure:3241: test -s conftest.o
configure:3244: $? = 0
configure:3257: result: yes
configure:3263: checking whether gcc accepts -g
configure:3284: gcc -c -g conftest.c >&5
configure:3290: $? = 0
configure:3294: test -z
|| test ! -s conftest.err
configure:3297: $? = 0
configure:3300: test -s conftest.o
configure:3303: $? = 0
configure:3314: result: yes
configure:3331: checking for gcc option to accept ANSI C
configure:3401: gcc -c -g -O2 conftest.c >&5
configure:3407: $? = 0
configure:3411: test -z
|| test ! -s conftest.err
configure:3414: $? = 0
configure:3417: test -s conftest.o
configure:3420: $? = 0
configure:3438: result: none needed
configure:3456: gcc -c -g -O2 conftest.c >&5
conftest.c:2:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'me'
configure:3462: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3597: checking dependency style of gcc
configure:3687: result: gcc3
configure:3704: checking whether ln -s works
configure:3711: result: no, using cp -p
configure:3787: checking for a sed that does not truncate output
configure:3843: result: /bin/sed
configure:3846: checking for egrep
configure:3856: result: grep -E
configure:3872: checking for ld used by gcc
configure:3939: result: /usr/bin/ld
configure:3948: checking if the linker (/usr/bin/ld) is GNU ld
configure:3963: result: yes
configure:3968: checking for /usr/bin/ld option to reload object files
configure:3975: result: -r
configure:3993: checking for BSD-compatible nm
configure:4042: result: /usr/bin/nm -B
configure:4046: checking how to recognise dependent libraries
configure:4222: result: pass_all
configure:4459: checking how to run the C preprocessor
configure:4494: gcc -E conftest.c
configure:4500: $? = 0
configure:4532: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4538: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "OpenEXR"
| #define PACKAGE_TARNAME "openexr"
| #define PACKAGE_VERSION "1.7.0"
| #define PACKAGE_STRING "OpenEXR 1.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "openexr"
| #define VERSION "1.7.0"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4577: result: gcc -E
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4639: gcc -E conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4645: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "OpenEXR"
| #define PACKAGE_TARNAME "openexr"
| #define PACKAGE_VERSION "1.7.0"
| #define PACKAGE_STRING "OpenEXR 1.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "openexr"
| #define VERSION "1.7.0"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4689: checking for ANSI C header files
configure:4714: gcc -c -g -O2 conftest.c >&5
configure:4720: $? = 0
configure:4724: test -z
|| test ! -s conftest.err
configure:4727: $? = 0
configure:4730: test -s conftest.o
configure:4733: $? = 0
configure:4822: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:7: warning: incompatible implicit declaration of built-in
function 'exit'
configure:4825: $? = 0
configure:4827: ./conftest
configure:4830: $? = 0
configure:4845: result: yes
configure:4869: checking for sys/types.h
configure:4885: gcc -c -g -O2 conftest.c >&5
configure:4891: $? = 0
configure:4895: test -z
|| test ! -s conftest.err
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4869: checking for sys/stat.h
configure:4885: gcc -c -g -O2 conftest.c >&5
configure:4891: $? = 0
configure:4895: test -z
|| test ! -s conftest.err
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4869: checking for stdlib.h
configure:4885: gcc -c -g -O2 conftest.c >&5
configure:4891: $? = 0
configure:4895: test -z
|| test ! -s conftest.err
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4869: checking for string.h
configure:4885: gcc -c -g -O2 conftest.c >&5
configure:4891: $? = 0
configure:4895: test -z
|| test ! -s conftest.err
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4869: checking for memory.h
configure:4885: gcc -c -g -O2 conftest.c >&5
configure:4891: $? = 0
configure:4895: test -z
|| test ! -s conftest.err
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4869: checking for strings.h
configure:4885: gcc -c -g -O2 conftest.c >&5
configure:4891: $? = 0
configure:4895: test -z
|| test ! -s conftest.err
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4869: checking for inttypes.h
configure:4885: gcc -c -g -O2 conftest.c >&5
configure:4891: $? = 0
configure:4895: test -z
|| test ! -s conftest.err
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4869: checking for stdint.h
configure:4885: gcc -c -g -O2 conftest.c >&5
configure:4891: $? = 0
configure:4895: test -z
|| test ! -s conftest.err
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4869: checking for unistd.h
configure:4885: gcc -c -g -O2 conftest.c >&5
configure:4891: $? = 0
configure:4895: test -z
|| test ! -s conftest.err
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4941: checking dlfcn.h usability
configure:4953: gcc -c -g -O2 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4982: result: yes
configure:4986: checking dlfcn.h presence
configure:4996: gcc -E conftest.c
configure:5002: $? = 0
configure:5022: result: yes
configure:5057: checking for dlfcn.h
configure:5064: result: yes
configure:5087: checking how to run the C++ preprocessor
configure:5118: g++ -E conftest.cc
configure:5124: $? = 0
configure:5156: g++ -E conftest.cc
conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5162: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "OpenEXR"
| #define PACKAGE_TARNAME "openexr"
| #define PACKAGE_VERSION "1.7.0"
| #define PACKAGE_STRING "OpenEXR 1.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "openexr"
| #define VERSION "1.7.0"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #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_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5201: result: g++ -E
configure:5225: g++ -E conftest.cc
configure:5231: $? = 0
configure:5263: g++ -E conftest.cc
conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5269: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "OpenEXR"
| #define PACKAGE_TARNAME "openexr"
| #define PACKAGE_VERSION "1.7.0"
| #define PACKAGE_STRING "OpenEXR 1.7.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "openexr"
| #define VERSION "1.7.0"
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #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_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5366: checking for g77
configure:5395: result: no
configure:5366: checking for f77
configure:5395: result: no
configure:5366: checking for xlf
configure:5395: result: no
configure:5366: checking for frt
configure:5395: result: no
configure:5366: checking for pgf77
configure:5395: result: no
configure:5366: checking for fort77
configure:5395: result: no
configure:5366: checking for fl32
configure:5395: result: no
configure:5366: checking for af77
configure:5395: result: no
configure:5366: checking for f90
configure:5395: result: no
configure:5366: checking for xlf90
configure:5395: result: no
configure:5366: checking for pgf90
configure:5395: result: no
configure:5366: checking for epcf90
configure:5395: result: no
configure:5366: checking for f95
configure:5395: result: no
configure:5366: checking for fort
configure:5395: result: no
configure:5366: checking for xlf95
configure:5395: result: no
configure:5366: checking for ifc
configure:5395: result: no
configure:5366: checking for efc
configure:5395: result: no
configure:5366: checking for pgf95
configure:5395: result: no
configure:5366: checking for lf95
configure:5395: result: no
configure:5366: checking for gfortran
configure:5382: found /usr/bin/gfortran
configure:5392: result: gfortran
configure:5407: checking for Fortran 77 compiler version
configure:5410: gfortran --version </dev/null >&5
GNU Fortran (GCC) 4.5.2
Copyright (C) 2010 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
configure:5413: $? = 0
configure:5415: gfortran -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/lto-wrapper
Target: i586-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--with-slibdir=/lib --with-bugurl=https://pclinuxos.com/
--mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release
--enable-languages=c,c++,ada,fortran,objc,obj-c++,java
--build=i586-mandriva-linux-gnu --host=i586-mandriva-linux-gnu
--with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared
--enable-objc-gc --enable-long-long --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo
--disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror
--with-python-dir=/lib/python2.6/site-packages --enable-lto --enable-plugins
Thread model: posix
gcc version 4.5.2 (GCC)
configure:5418: $? = 0
configure:5420: gfortran -V </dev/null >&5
gfortran: '-V' option must have argument
configure:5423: $? = 1
configure:5431: checking whether we are using the GNU Fortran 77 compiler
configure:5445: gfortran -c conftest.F >&5
configure:5451: $? = 0
configure:5455: test -z
|| test ! -s conftest.err
configure:5458: $? = 0
configure:5461: test -s conftest.o
configure:5464: $? = 0
configure:5477: result: yes
configure:5483: checking whether gfortran accepts -g
configure:5495: gfortran -c -g conftest.f >&5
configure:5501: $? = 0
configure:5505: test -z
|| test ! -s conftest.err
configure:5508: $? = 0
configure:5511: test -s conftest.o
configure:5514: $? = 0
configure:5526: result: yes
configure:5556: checking the maximum length of command line arguments
configure:5665: result: 32768
configure:5676: checking command to parse /usr/bin/nm -B output from gcc object
configure:5781: gcc -c -g -O2 conftest.c >&5
configure:5784: $? = 0
configure:5788: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5791: $? = 0
configure:5843: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5846: $? = 0
configure:5884: result: ok
configure:5888: checking for objdir
configure:5903: result: .libs
configure:5993: checking for ar
configure:6009: found /usr/bin/ar
configure:6020: result: ar
configure:6073: checking for ranlib
configure:6089: found /usr/bin/ranlib
configure:6100: result: ranlib
configure:6153: checking for strip
configure:6169: found /usr/bin/strip
configure:6180: result: strip
configure:6452: checking if gcc supports -fno-rtti -fno-exceptions
configure:6470: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not
for C
configure:6474: $? = 0
configure:6487: result: no
configure:6502: checking for gcc option to produce PIC
configure:6712: result: -fPIC
configure:6720: checking if gcc PIC flag -fPIC works
configure:6738: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:6742: $? = 0
configure:6755: result: yes
configure:6783: checking if gcc static flag -static works
configure:6811: result: no
configure:6821: checking if gcc supports -c -o file.o
configure:6842: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6846: $? = 0
configure:6868: result: yes
configure:6894: checking whether the gcc linker (/usr/bin/ld) supports shared
libraries
configure:7852: result: yes
configure:7873: checking whether -lc should be explicitly linked in
configure:7878: gcc -c -g -O2 conftest.c >&5
configure:7881: $? = 0
configure:7896: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest
2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7899: $? = 0
configure:7911: result: no
configure:7919: checking dynamic linker characteristics
configure:8528: result: GNU/Linux ld.so
configure:8537: checking how to hardcode library paths into programs
configure:8562: result: immediate
configure:8576: checking whether stripping libraries is possible
configure:8581: result: yes
configure:9415: checking if libtool supports shared libraries
configure:9417: result: yes
configure:9420: checking whether to build shared libraries
configure:9441: result: yes
configure:9444: checking whether to build static libraries
configure:9448: result: yes
configure:9540: creating libtool
configure:10131: checking for ld used by g++
configure:10198: result: /usr/bin/ld
configure:10207: checking if the linker (/usr/bin/ld) is GNU ld
configure:10222: result: yes
configure:10273: checking whether the g++ linker (/usr/bin/ld) supports shared
libraries
configure:11211: result: yes
configure:11229: g++ -c -g -O2 conftest.cpp >&5
configure:11232: $? = 0
configure:11351: checking for g++ option to produce PIC
configure:11625: result: -fPIC
configure:11633: checking if g++ PIC flag -fPIC works
configure:11651: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
configure:11655: $? = 0
configure:11668: result: yes
configure:11696: checking if g++ static flag -static works
configure:11724: result: no
configure:11734: checking if g++ supports -c -o file.o
configure:11755: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:11759: $? = 0
configure:11781: result: yes
configure:11807: checking whether the g++ linker (/usr/bin/ld) supports shared
libraries
configure:11832: result: yes
configure:11899: checking dynamic linker characteristics
configure:12508: result: GNU/Linux ld.so
configure:12517: checking how to hardcode library paths into programs
configure:12542: result: immediate
configure:13071: checking if libtool supports shared libraries
configure:13073: result: yes
configure:13076: checking whether to build shared libraries
configure:13096: result: yes
configure:13099: checking whether to build static libraries
configure:13103: result: yes
configure:13113: checking for gfortran option to produce PIC
configure:13323: result: -fPIC
configure:13331: checking if gfortran PIC flag -fPIC works
configure:13349: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:13353: $? = 0
configure:13366: result: yes
configure:13394: checking if gfortran static flag -static works
configure:13422: result: no
configure:13432: checking if gfortran supports -c -o file.o
configure:13453: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13457: $? = 0
configure:13479: result: yes
configure:13505: checking whether the gfortran linker (/usr/bin/ld) supports
shared libraries
configure:14443: result: yes
configure:14510: checking dynamic linker characteristics
configure:15119: result: GNU/Linux ld.so
configure:15128: checking how to hardcode library paths into programs
configure:15153: result: immediate
configure:18746: checking whether make sets $(MAKE)
configure:18766: result: yes
configure:18819: checking for pkg-config
configure:18837: found /usr/bin/pkg-config
configure:18850: result: /usr/bin/pkg-config
configure:19792: checking for IlmBase
configure:19833: g++ -o conftest -g -O2 -I/usr/local//include/OpenEXR
-L/usr/local//lib conftest.cc -lImath -lHalf -lIex -lIlmThread -lpthread >&5
configure:19836: $? = 0
configure:19838: ./conftest
configure:19841: $? = 0
configure:19856: result: yes
configure:19858: result: Compiled and ran IlmBase test program.
configure:20034: checking for ANSI C header files
configure:20190: result: yes
configure:20215: checking limits.h usability
configure:20227: gcc -c -g -O2 conftest.c >&5
configure:20233: $? = 0
configure:20237: test -z
|| test ! -s conftest.err
configure:20240: $? = 0
configure:20243: test -s conftest.o
configure:20246: $? = 0
configure:20256: result: yes
configure:20260: checking limits.h presence
configure:20270: gcc -E conftest.c
configure:20276: $? = 0
configure:20296: result: yes
configure:20331: checking for limits.h
configure:20338: result: yes
configure:20206: checking for unistd.h
configure:20211: result: yes
configure:20352: checking for an ANSI C-conforming const
configure:20419: gcc -c -g -O2 conftest.c >&5
configure:20425: $? = 0
configure:20429: test -z
|| test ! -s conftest.err
configure:20432: $? = 0
configure:20435: test -s conftest.o
configure:20438: $? = 0
configure:20449: result: yes
configure:20459: checking for inline
configure:20480: gcc -c -g -O2 conftest.c >&5
configure:20486: $? = 0
configure:20490: test -z
|| test ! -s conftest.err
configure:20493: $? = 0
configure:20496: test -s conftest.o
configure:20499: $? = 0
configure:20511: result: inline
configure:20530: checking for size_t
configure:20554: gcc -c -g -O2 conftest.c >&5
configure:20560: $? = 0
configure:20564: test -z
|| test ! -s conftest.err
configure:20567: $? = 0
configure:20570: test -s conftest.o
configure:20573: $? = 0
configure:20584: result: yes
configure:20597: checking for compress in -lz
configure:20627: gcc -o conftest -g -O2 conftest.c -lz >&5
configure:20633: $? = 0
configure:20637: test -z
|| test ! -s conftest.err
configure:20640: $? = 0
configure:20643: test -s conftest
configure:20646: $? = 0
configure:20659: result: yes
configure:20689: checking for complete iomanip support in C++ standard library
configure:20719: g++ -c -g -O2 conftest.cc >&5
configure:20725: $? = 0
configure:20729: test -z
|| test ! -s conftest.err
configure:20732: $? = 0
configure:20735: test -s conftest.o
configure:20738: $? = 0
configure:20750: result: yes
configure:20760: checking for gcc optimization flags
configure:20780: gcc -c -g -O2 -pipe conftest.c >&5
configure:20786: $? = 0
configure:20790: test -z
|| test ! -s conftest.err
configure:20793: $? = 0
configure:20796: test -s conftest.o
configure:20799: $? = 0
configure:20810: result: -pipe
configure:21038: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by OpenEXR config.status 1.7.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on hollin
config.status:749: creating Makefile
config.status:749: creating OpenEXR.pc
config.status:749: creating config/Makefile
config.status:749: creating IlmImf/Makefile
config.status:749: creating IlmImfTest/Makefile
config.status:749: creating IlmImfFuzzTest/Makefile
config.status:749: creating exrheader/Makefile
config.status:749: creating exrmaketiled/Makefile
config.status:749: creating IlmImfExamples/Makefile
config.status:749: creating doc/Makefile
config.status:749: creating exrstdattr/Makefile
config.status:749: creating exrmakepreview/Makefile
config.status:749: creating exrenvmap/Makefile
config.status:749: creating exrmultiview/Makefile
config.status:749: creating exr2aces/Makefile
config.status:749: creating vc/Makefile
config.status:853: creating config/OpenEXRConfig.h
config.status:973: config/OpenEXRConfig.h is unchanged
config.status:1153: executing depfiles commands
configure:22414: result:
---------------------------------------------
Summary for OpenEXR features:
build IlmImf example program no
build IlmImf damaged input resilience test no
enable large stack optimizations yes
---------------------------------------------
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-redhat-linux-gnu
ac_cv_build_alias=i686-redhat-linux-gnu
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_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
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_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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=
ac_cv_f77_compiler_gnu=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_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-redhat-linux-gnu
ac_cv_host_alias=i686-redhat-linux-gnu
ac_cv_lib_z_compress=yes
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/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_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
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_rtti_exceptions=no
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]*\)$/\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_max_cmd_len=32768
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]*\\)\$/\\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} /home/nak/src/openexr-1.7.0/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/nak/src/openexr-1.7.0/missing --run tar'
AM_CFLAGS='-pipe'
AM_CXXFLAGS='-pipe'
AR='ar'
AUTOCONF='${SHELL} /home/nak/src/openexr-1.7.0/missing --run autoconf'
AUTOHEADER='${SHELL} /home/nak/src/openexr-1.7.0/missing --run autoheader'
AUTOMAKE='${SHELL} /home/nak/src/openexr-1.7.0/missing --run automake-1.9'
AWK='gawk'
BUILD_IMFEXAMPLES_FALSE=''
BUILD_IMFEXAMPLES_TRUE='#'
BUILD_IMFFUZZTEST_FALSE=''
BUILD_IMFFUZZTEST_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='gfortran'
FFLAGS='-g -O2'
ILMBASE_CXXFLAGS=' -I/usr/local//include/OpenEXR'
ILMBASE_LDFLAGS='-L/usr/local//lib'
ILMBASE_LIBS='-lImath -lHalf -lIex -lIlmThread -lpthread'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_VERSION='6:0:0'
LN_S='cp -p'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/nak/src/openexr-1.7.0/missing --run makeinfo'
OBJEXT='o'
OPENEXR_VERSION='1.7.0'
PACKAGE='openexr'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='OpenEXR'
PACKAGE_STRING='OpenEXR 1.7.0'
PACKAGE_TARNAME='openexr'
PACKAGE_VERSION='1.7.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.7.0'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='gfortran'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
acx_pthread_config=''
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-redhat-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='redhat'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-redhat-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='redhat'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/nak/src/openexr-1.7.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local/'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_COMPLETE_IOMANIP 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LARGE_STACK 1
#define HAVE_LIMITS_H 1
#define HAVE_LINUX_PROCFS 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "openexr"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "OpenEXR"
#define PACKAGE_STRING "OpenEXR 1.7.0"
#define PACKAGE_TARNAME "openexr"
#define PACKAGE_VERSION "1.7.0"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "1.7.0"
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 0
_______________________________________________
Openexr-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/openexr-user