bug-autoconf
[Top][All Lists]
Advanced

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

limits.h: present but cannot be compiled


From: DimitryASuplatov
Subject: limits.h: present but cannot be compiled
Date: Mon, 18 Aug 2008 14:40:13 +0400

Hello,
Ive got this message while compiling fftw with icc 3.1.038 on opensuse
11:

configure: WARNING: limits.h: present but cannot be compiled
configure: WARNING: limits.h: check for missing prerequisite headers?
configure: WARNING: limits.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##


This is the full output of configure script:

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... /opt/intel/cce/10.1.015/bin/icc
address@hidden:~/Program_files/gromacs/fftw-3.0.1> ./configure
--enable-float --enable
hreads
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... /opt/intel/cce/10.1.015/bin/icc
checking for C compiler default output... 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 /opt/intel/cce/10.1.015/bin/icc accepts -g... yes
checking for /opt/intel/cce/10.1.015/bin/icc option to accept ANSI C...
none needed
checking for style of include used by make... GNU
checking dependency style of /opt/intel/cce/10.1.015/bin/icc... gcc3
checking whether we are using gcc 2.90 or later... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking how to recognise dependent libraries... file_magic ELF
[0-9][0-9]*-bit [LM]SB (
shared object|dynamic lib )
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... /lib/cpp
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for file... /usr/bin/file
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for /opt/intel/cce/10.1.015/bin/icc option to produce PIC...
-fPIC
checking if /opt/intel/cce/10.1.015/bin/icc PIC flag -fPIC works... yes
checking if /opt/intel/cce/10.1.015/bin/icc static flag -static works...
yes
checking if /opt/intel/cce/10.1.015/bin/icc supports -c -o file.o... yes
checking if /opt/intel/cce/10.1.015/bin/icc supports -c -o file.lo...
yes
checking if /opt/intel/cce/10.1.015/bin/icc supports -fno-rtti
-fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking whether /opt/intel/cce/10.1.015/bin/icc accepts
-malign-double... yes
checking whether /opt/intel/cce/10.1.015/bin/icc accepts
-fstrict-aliasing... yes
checking whether /opt/intel/cce/10.1.015/bin/icc accepts
-mpreferred-stack-boundary=4...
 no
checking whether /opt/intel/cce/10.1.015/bin/icc accepts -O3
-fomit-frame-pointer -fno-s
chedule-insns -malign-double -fstrict-aliasing... yes
checking for ANSI C header files... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.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 limits.h usability... no
checking limits.h presence... yes
configure: WARNING: limits.h: present but cannot be compiled
configure: WARNING: limits.h: check for missing prerequisite headers?
configure: WARNING: limits.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for limits.h... yes
checking c_asm.h usability... no
checking c_asm.h presence... no
checking for c_asm.h... no
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking for stdint.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for hrtime_t... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for uintptr_t... yes
checking for double... yes
checking size of double... 8
checking for long double... yes
checking size of long double... 16
checking for working alloca.h... yes
checking for alloca... yes
checking for working strtod... yes
checking for vprintf... no
checking for sin in -lm... yes
checking for BSDgettimeofday... no
checking for gettimeofday... no
checking for gethrtime... no
checking for read_real_time... no
checking for time_base_to_time... no
checking for drand48... no
checking for sqrt... no
checking for memset... no
checking for posix_memalign... no
checking for memalign... no
checking for _mm_malloc... no
checking for _mm_free... no
checking for clock_gettime... no
checking whether drand48 is declared... yes
checking whether memalign is declared... no
checking whether posix_memalign is declared... yes
checking for _rtc intrinsic... no
checking for isnan... yes
checking whether /opt/intel/cce/10.1.015/bin/icc accepts
-mpreferred-stack-boundary=4...
no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether /opt/intel/fce/10.1.015/bin/ifort accepts -g... yes
checking how to get verbose linking output
from /opt/intel/fce/10.1.015/bin/ifort... -v
checking for Fortran 77 libraries...  -lm" -L/usr -limf -lm
-L/opt/intel/fce/10.1.015/li
b -L/usr/lib64/gcc/x86_64-suse-linux/4.3/
-L/usr/lib64/gcc/x86_64-suse-linux/4.3/../../.                                  
                                                             ./../lib64 
-lifport -lifcore -lsvml -lipgo -lirc -lgcc_s -lirc_s -ldl
checking for dummy main to link with Fortran 77 libraries... unknown
configure: WARNING: *** Couldn't figure out how to link C and Fortran;
switching to --di
sable-fortran.
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... /opt/intel/cce/10.1.015/bin/icc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating support/Makefile
config.status: creating genfft/Makefile
config.status: creating genfft-k7/Makefile
config.status: creating kernel/Makefile
config.status: creating simd/Makefile
config.status: creating dft/Makefile
config.status: creating dft/codelets/Makefile
config.status: creating dft/codelets/standard/Makefile
config.status: creating dft/codelets/inplace/Makefile
config.status: creating dft/simd/Makefile
config.status: creating dft/simd/codelets/Makefile
config.status: creating dft/k7/Makefile
config.status: creating dft/k7/codelets/Makefile
config.status: creating rdft/Makefile
config.status: creating rdft/codelets/Makefile
config.status: creating rdft/codelets/r2hc/Makefile
config.status: creating rdft/codelets/hc2r/Makefile
config.status: creating rdft/codelets/r2r/Makefile
config.status: creating reodft/Makefile
config.status: creating threads/Makefile
config.status: creating api/Makefile
config.status: creating libbench2/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/FAQ/Makefile
config.status: creating tools/Makefile
config.status: creating tools/fftw_wisdom.1
config.status: creating tools/fftw-wisdom-to-conf
config.status: creating fftw.pc
config.status: creating config.h
config.status: executing depfiles commands


SDA





reply via email to

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