Displaying 20 results from an estimated 43 matches for "ieeefp".
2005 Sep 02
1
source package linking problem under linux
...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 ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for trunc... no
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/usr/lib/R/include -DSCYTHE_COMPILE_DIRECT -DSCYTHE_NO_RANGE
-c distributions.cc -o distributions.o...
1998 Nov 03
1
configuration/compilation problems
R is having trouble finding some of the things it needs to compile.
In particular, I'm getting messages saying that it can't find things it
wants in -lblas, -ldxml, -ldnet, and -ldnet_stub. It also can't find
dl.h, ieeefp.h, and ieee754.h.
I can't figure out whether these things are included with R somewhere and
I need to tell it where to look, or they're not included and I need to
get them. I also can't figure out where I would set the -lblas, -ldxml
variables. I've looked through make files and...
2006 Jun 01
1
package installation errors
...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 ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for trunc... no
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/home/mfa/gilp/toolchain/R/asd05546/R-2.3.1/include
-I/home/mfa/gilp/toolchain/R/asd05546/R-2.3.1/include...
2007 Oct 11
1
problem installing MCMCpack
...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 ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for trunc... no
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/usr/local/stow/R-2.5.1/lib/R/include
-I/usr/local/stow/R-2.5.1/lib/R/include
-DSCYTHE_COMPILE_DIRECT -DSCYT...
2007 Feb 07
2
problems installing R on Linux
...es
checking whether to build static libraries... no
. . .
checking floatingpoint.h usability... no
checking floatingpoint.h presence... no
checking for floatingpoint.h... no
. . .
checking ieee754.h usability... yes
checking ieee754.h presence... yes
checking for ieee754.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
. . .
checking for dummy main to link with Fortran libraries... none
. . .
checking whether isfinite is declared... no
. . .
checking for mkdtemp... no
. . .
checking whether mkdtemp is declared... no
. . .
c...
2004 Apr 18
0
[patch] R-1.9.0: compile error without nl_langinfo(CODESET) (PR#6789)
...nfigure.ac.old 2004-04-17 12:41:22 +0200
+++ configure.ac 2004-04-17 15:21:51 +0200
@@ -510,7 +510,7 @@
## Some of these are also checked for when Autoconf computes the default
## includes.
AC_CHECK_HEADERS(arpa/inet.h dl.h dlfcn.h elf.h fcntl.h floatingpoint.h \
- fpu_control.h grp.h ieee754.h ieeefp.h langinfo.h locale.h \
+ fpu_control.h grp.h ieee754.h ieeefp.h locale.h \
netdb.h netinet/in.h \
pwd.h readline/history.h readline/readline.h strings.h \
sys/param.h sys/select.h sys/socket.h sys/stat.h sys/time.h \
@@ -1161,13 +1161,17 @@
AC_FUNC_ALLOCA
AC_CHECK_FUNCS(access chdir ex...
1999 Nov 13
0
patches for alpha
...turn(!(log(0.) == -1. / 0. && isnan(log(-1.))));
- #else
+# else
return(log(0.) != -1. / 0);
- #endif
+# endif
}
>>,
changequote([, ])dnl
@@ -622,8 +622,8 @@
AC_TRY_RUN(
changequote(<<, >>)dnl
<<
- #include <math.h>
- #include <ieeefp.h>
+# include <math.h>
+# include <ieeefp.h>
int main () {
double x = 0;
fpsetmask(0); x = x / x; return (x != x);
3. multiple declaration of mkString, const char* did not work:
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration,
parameter 1 ha...
2002 Dec 16
1
compiling R with gcc 3.2 on Solaris
...ng fpu_control.h usability... no
checking fpu_control.h presence... no
checking for fpu_control.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieee754.h usability... no
checking ieee754.h presence... no
checking for ieee754.h... no
checking ieeefp.h usability... yes
checking ieeefp.h presence... yes
checking for ieeefp.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h us...
2006 Aug 16
2
Problem Installing rrdtool
...locale.h presence... yes
checking for locale.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usa...
2005 Jan 19
1
Re: [R-SIG-Mac] Formatting of time zone for POSIXct
...s to integer, find length of longest one */
for(i = 0; i < 9; i++) {
Index: configure.ac
===================================================================
--- configure.ac (revision 32715)
+++ configure.ac (working copy)
@@ -551,7 +551,7 @@
fpu_control.h grp.h ieee754.h ieeefp.h limits.h locale.h \
netdb.h netinet/in.h pwd.h strings.h \
sys/param.h sys/select.h sys/socket.h sys/stat.h sys/time.h \
- sys/times.h sys/utsname.h unistd.h)
+ sys/times.h sys/utsname.h time.h unistd.h)
## </NOTE>
## <NOTE>
## These are ANSI C headers but some C code...
2004 Oct 19
0
[LLVMdev] Visual C Patches for IsNAN.cpp and IsInf.cpp
...IsInf.cpp,v
> retrieving revision 1.3
> diff -u -r1.3 IsInf.cpp
> --- lib/Support/IsInf.cpp 1 Sep 2004 22:55:35 -0000 1.3
> +++ lib/Support/IsInf.cpp 19 Oct 2004 10:11:39 -0000
> @@ -24,6 +24,9 @@
> // apparently this has been a problem with Solaris for years.
> # include <ieeefp.h>
> static int isinf(double x) { return !finite(x) && x==x; }
> +#elif defined(_MSC_VER)
> +#include <float.h>
> +#define isinf !_finite
> #else
> # error "Don't know how to get isinf()"
> #endif
> _________________________________________...
2004 Oct 19
2
[LLVMdev] Visual C Patches for IsNAN.cpp and IsInf.cpp
I don't know if Paolo submitted his patches for these files, but they
are not in the CVS -- I've chosen a slightly different strategy, adding
a case that checks if the compiler is MSVC instead of adding
HAVE_FINITE_IN_FLOAT_H and HAVE_ISNAN_IN_FLOAT_H to the config.h file.
I don't know which is the best approach, but this is the minimal patch
to make it work...
m.
--------------
2000 Jan 21
1
Compiling error R-0.90.1
...ng for sin in -lmoto... (cached) no
checking for main in -lhdf5... (cached) no
checking for main in -ldxml... (cached) no
checking for main in -lblas... (cached) no
checking for opendir in -ldir... (cached) no
checking for dl.h... (cached) no
checking for floatingpoint.h... (cached) no
checking for ieeefp.h... (cached) no
checking for blkcnt_t... (cached) no
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
(And the last few lines)
src/include/Rconfig.h is unchanged
R is now configured for i586-unknown-linux
Source directory: .
Insta...
2012 Apr 29
3
Failed to Compile Wine 1.5.3
...ettext-po.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking gsm.h usability... no
checking gsm.h presence... no
checking for gsm.h... no
checking gsm/gsm.h usability... no
checking gsm/gsm.h presence... no
checking for gsm/gsm.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking inet/mib2.h usability... no
checking inet/mib2.h presence... no
checking for inet/mib2.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking jpeglib.h usability... n...
2000 Jan 29
1
HDF5 as a module
...;blas.o"
if ${use_dxml}; then
AC_CHECK_LIB(dxml, main, FLIBS="-ldxml ${FLIBS}" BLAS="")
--- 342,347 ----
***************
*** 394,400 ****
AC_HEADER_DIRENT
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(dl.h dlfcn.h elf.h floatingpoint.h fpu_control.h \
! hdf5.h ieee754.h ieeefp.h readline/history.h readline/readline.h \
rpc/rpc.h rpc/xdr.h sys/param.h sys/stat.h sys/time.h sys/times.h \
unistd.h locale.h)
case "${host}" in
--- 393,399 ----
AC_HEADER_DIRENT
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(dl.h dlfcn.h elf.h floatingpoint.h fpu_control.h \
!...
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...ng fpu_control.h usability... no
checking fpu_control.h presence... no
checking for fpu_control.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieee754.h usability... no
checking ieee754.h presence... no
checking for ieee754.h... no
checking ieeefp.h usability... yes
checking ieeefp.h presence... yes
checking for ieeefp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usab...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...nfigure:22463: $? = 0
configure:22473: result: yes
configure:22477: checking ieee754.h presence
configure:22487: gcc -E -I/usr/local/include conftest.c
configure:22493: $? = 0
configure:22513: result: yes
configure:22548: checking for ieee754.h
configure:22555: result: yes
configure:22432: checking ieeefp.h usability
configure:22444: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
conftest.c:77:20: ieeefp.h: No such file or directory
configure:22450: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #d...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...ng fpu_control.h usability... no
checking fpu_control.h presence... no
checking for fpu_control.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieee754.h usability... no
checking ieee754.h presence... no
checking for ieee754.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usabili...
2002 Jan 02
0
R ./configure error | Solaris8 / E-450
...arpa/inet.h... yes
checking for dl.h... no
checking for dlfcn.h... (cached) yes
checking for elf.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for floatingpoint.h... yes
checking for fpu_control.h... no
checking for grp.h... yes
checking for ieee754.h... no
checking for ieeefp.h... yes
checking for locale.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for pwd.h... yes
checking for readline/history.h... yes
checking for readline/readline.h... yes
checking for rpc/xdr.h... yes
checking for string.h... yes
checking for strings.h... yes
checki...
1998 Dec 08
0
R compile problems with AIX
...re:2980: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2970: checking for sys/times.h
configure:2980: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2970: checking for time.h
configure:2980: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2970: checking for ieeefp.h
configure:2980: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2976: ieeefp.h: No such file or directory
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure:2970: checking for ieee754.h
configure:2980: g...