I'm not sure if you expected this to fail, but it compiled ok on my 
Solaris 10 update 6 SPARC until here:



libfplll-3.0.12/src/src/llldiff.cpp
libfplll-3.0.12/src/src/wrapper.cpp
libfplll-3.0.12/src/src/topenum.cpp
libfplll-3.0.12/src/AUTHORS
libfplll-3.0.12/src/dummy.cpp
Finished extraction
****************************************************
Host system
uname -a:
SunOS kestrel 5.10 Generic_137137-09 sun4u sparc SUNW,Sun-Blade-1000 Solaris
****************************************************
****************************************************
GCC Version
gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: ../gcc-4.3.2/configure 
--prefix=/home/mabshoff/sparc-solaris-toolchain/ 
--enable-languages=c,c++,fortran --with-gnu-ld 
--with-ld=/home/mabshoff/sparc-solaris-toolchain/bin/ld --with-gnu-as 
--with-as=/home/mabshoff/sparc-solaris-toolchain/bin/as 
--with-gmp=/usr/local/gmp-4.2.3/sparc-SunOS-gcc-4.3.1-abi32/ 
--with-mpfr=/usr/local/mpfr-2.3.2/sparc-SunOS-gmp-4.2.3-gcc-4.3.1-abi32/
Thread model: posix
gcc version 4.3.2 (GCC)
****************************************************
checking for a BSD-compatible install... 
/export/home/drkirkby/sparc-solaris-toolchain/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /opt/csw/bin/gsed
checking for grep that handles long lines and -e... /opt/csw/bin/ggrep
checking for egrep... /opt/csw/bin/ggrep -E
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for ld option to reload object files... -r
checking for BSD-compatible nm... 
/export/home/drkirkby/sparc-solaris-toolchain/bin/nm -B
checking whether ln -s works... yes
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 whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse 
/export/home/drkirkby/sparc-solaris-toolchain/bin/nm -B 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 (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... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... ld
checking if the linker (ld) is GNU ld... yes
checking whether the g++ linker (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 (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 if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... 
/export/home/drkirkby/sparc-solaris-toolchain/bin/install -c
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for __gmpz_init in -lgmp... yes
checking for mpfr_add in -lmpfr... yes
checking for ANSI C header files... (cached) yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) 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 stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for working volatile... yes
checking for working strtod... yes
checking for floor... yes
checking for pow... yes
checking for rint... yes
checking for sqrt... yes
checking for strtol... yes
checking for __gmp_get_memory_functions in -lgmp... yes
checking for mpfr_fms in -lmpfr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
make[2]: Entering directory 
`/export/home/drkirkby/sage/sage-4.0.alpha0/spkg/build/libfplll-3.0.12/src'
Making all in src
make[3]: Entering directory 
`/export/home/drkirkby/sage/sage-4.0.alpha0/spkg/build/libfplll-3.0.12/src/src'
if g++ -DPACKAGE_NAME=\"libfplll\" -DPACKAGE_TARNAME=\"libfplll\" 
-DPACKAGE_VERSION=\"3.0.12\" -DPACKAGE_STRING=\"libfplll\ 3.0.12\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libfplll\" -DVERSION=\"3.0.12\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DHAVE_LIBGMP=1 -DHAVE_LIBMPFR=1 -DSTDC_HEADERS=1 -DHAVE_FLOAT_H=1 
-DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_FLOOR=1 -DHAVE_POW=1 
-DHAVE_RINT=1 -DHAVE_SQRT=1 -DHAVE_STRTOL=1 -DHAVE_LIBGMP=1 
-DHAVE_LIBMPFR=1 -I. -I. 
-I/export/home/drkirkby/sage/sage-4.0.alpha0/local/include/  -fPIC 
-I/export/home/drkirkby/sage/sage-4.0.alpha0/local/include/ 
-L/export/home/drkirkby/sage/sage-4.0.alpha0/local/lib -MT main.o -MD 
-MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f 
".deps/main.Tpo"; exit 1; fi
In file included from defs.h:36,
                  from util.h:29,
                  from lexer.h:26,
                  from main.h:26,
                  from main.cpp:22:
dpe.h: In function 'void dpe_normalize(dpe_struct*)':
dpe.h:169: error: 'finite' was not declared in this scope
In file included from nr.h:187,
                  from util.h:30,
                  from lexer.h:26,
                  from main.h:26,
                  from main.cpp:22:
nr.cpp: In member function 'void FP_NR<F>::set_nan() [with F = double]':
nr.cpp:920: error: 'NAN' was not declared in this scope
nr.cpp: In member function 'void FP_NR<F>::set_nan() [with F = 
dpe_struct [1]]':
nr.cpp:1085: error: 'NAN' was not declared in this scope
make[3]: *** [main.o] Error 1
make[3]: Leaving directory 
`/export/home/drkirkby/sage/sage-4.0.alpha0/spkg/build/libfplll-3.0.12/src/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/export/home/drkirkby/sage/sage-4.0.alpha0/spkg/build/libfplll-3.0.12/src'
Error building libfplll

real    2m22.459s
user    0m15.153s
sys     0m28.143s
sage: An error occurred while installing libfplll-3.0.12
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /export/home/drkirkby/sage/sage-4.0.alpha0/install.log.  Describe 
your computer, operating system, etc.
If you want to try to fix the problem, yourself *don't* just cd to
/export/home/drkirkby/sage/sage-4.0.alpha0/spkg/build/libfplll-3.0.12 
and type 'make'.
Instead type "/export/home/drkirkby/sage/sage-4.0.alpha0/sage -sh"
in order to set all environment variables correctly, then cd to
/export/home/drkirkby/sage/sage-4.0.alpha0/spkg/build/libfplll-3.0.12
(When you are done debugging, you can type "exit" to leave the
subshell.)
make[1]: *** [installed/libfplll-3.0.12] Error 1
make[1]: Leaving directory `/export/home/drkirkby/sage/sage-4.0.alpha0/spkg'

real  9:08:41.4
user  4:24:15.1
sys     18:47.1
python: can't open file 
'/export/home/drkirkby/sage/sage-4.0.alpha0/devel/sage/doc/common/builder.py': 
[Errno 2] No such file or directory


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to