openexr-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openexr-user] error while compiling OpenEXR


From: Smitha K
Subject: [Openexr-user] error while compiling OpenEXR
Date: Wed, 22 Nov 2006 12:40:32 +0530
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20051027

Hi,

I am trying to install OpenEXR on Solaris10  and am facing the following error when I try to compile it:

bash-3.00$ pwd
/export/home/sungrid/smitha/bf-blender/openexr-1.4.0
bash-3.00$ ./configure
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by gmake... GNU
checking dependency style of g++... gcc3
checking for a BSD-compatible install... ./install-sh -c
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 whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether gmake sets $(MAKE)... (cached) yes
checking for fltk-config... no
checking for FLTK with GL support... no
*** The fltk test program could not be compiled.  Possible reasons:
***
***     - FLTK is not installed.
***     - Your version of FLTK does not support OpenGL.
***     - configure cannot find your 'fltk-config' program (use
***       the --with-fltk-config option to tell configure where
***       to find it).
***     - Your version of FLTK is too old.  The exrdisplay
***       program requires FLTK 1.1 or higher.
***     - Your FLTK library was compiled with a different C++
***       compiler than the one you're using to compile OpenEXR.
***
*** The exrdisplay program will not be built because it depends on
*** a working FLTK install with OpenGL support.
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_REENTRANT
checking for cc_r... gcc
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking for library containing sem_init... -lposix4
checking whether to use POSIX unnamed semaphores... yes
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for strerror... yes
checking for compress in -lz... yes
checking for complete iomanip support in C++ standard library... yes
checking for gcc optimization flags... -pipe
configure: creating ./config.status
config.status: creating Makefile
config.status: creating OpenEXR.pc
config.status: creating config/Makefile
config.status: creating Half/Makefile
config.status: creating HalfTest/Makefile
config.status: creating Iex/Makefile
config.status: creating IexTest/Makefile
config.status: creating IlmImf/Makefile
config.status: creating IlmImfTest/Makefile
config.status: creating IlmThread/Makefile
config.status: creating Imath/Makefile
config.status: creating ImathTest/Makefile
config.status: creating exrdisplay/Makefile
config.status: creating exrheader/Makefile
config.status: creating exrmaketiled/Makefile
config.status: creating IlmImfExamples/Makefile
config.status: creating doc/Makefile
config.status: creating vc/Makefile
config.status: creating exrstdattr/Makefile
config.status: creating exrmakepreview/Makefile
config.status: creating exrenvmap/Makefile
config.status: creating config/OpenEXRConfig.h
config.status: config/OpenEXRConfig.h is unchanged
config.status: executing depfiles commands

---------------------------------------------
Summary for OpenEXR features:

build exrdisplay FLTK application               no
    with fragment shader support                no
build IlmImf example program                    no
---------------------------------------------

bash-3.00$ gmake
gmake: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0'Making all in config
gmake[1]: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/config'
gmake  all-am
gmake[2]: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/config'
gmake[2]: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/config'
gmake[1]: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/config'
Making all in Half
gmake[1]: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/Half'
gmake  all-am
gmake[2]: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/Half'
/bin/bash ../libtool --tag=CXX --mode=link g++ -pipe -g -O2 -D_REENTRANT -pthread   -o libHalf.la -rpath /usr/local/lib -version-info 4:0:0 -no-undefined half.lo  -lposix4
libtool: link: `/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/../../..//libstdc++.la' is not a valid libtool archive
gmake[2]: *** [libHalf.la] Error 1
gmake[2]: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/Half'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/Half'
gmake: *** [all-recursive] Error 1
gmake: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0'
bash-3.00$

bash-3.00$ gmake install
gmake: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0'Making install in config
gmake[1]: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/config'
gmake[2]: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/config'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/OpenEXR" || /bin/bash ../mkinstalldirs "/usr/local/include/OpenEXR"
 .././install-sh -c -m 644 'OpenEXRConfig.h' '/usr/local/include/OpenEXR/OpenEXRConfig.h'
gmake[2]: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/config'
gmake[1]: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/config'
Making install in Half
gmake[1]: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/Half'
gmake  install-am
gmake[2]: Entering directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/Half'
/bin/bash ../libtool --tag=CXX --mode=link g++ -pipe -g -O2 -D_REENTRANT -pthread   -o libHalf.la -rpath /usr/local/lib -version-info 4:0:0 -no-undefined half.lo  -lposix4
libtool: link: `/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/../../..//libstdc++.la' is not a valid libtool archive
gmake[2]: *** [libHalf.la] Error 1
gmake[2]: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/Half'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0/Half'
gmake: *** [install-recursive] Error 1
gmake: Leaving directory `/export/home/sungrid/smitha/bf-blender/openexr-1.4.0'
bash-3.00$

Any help would be appreciated...

Thanks
Smitha

reply via email to

[Prev in Thread] Current Thread [Next in Thread]