search for: __setfpucw

Displaying 20 results from an estimated 28 matches for "__setfpucw".

1999 Jun 02
0
__setfpucw
I'm trying to install R on a linux RedHat5.2. when I 'make', here is what's happens : ../lib/libunix.a(system.o): In function `main': /home/mathieu/R-0.62.4/src/unix/system.c:489: undefined reference to `__setfpucw does anyone know the solution ? thanks. *-----------------------------------------* ¦ mathieuros at bigfoot.com ¦ ¦ Maitrise d'ingenierie mathematique ¦ ¦ adresse : 93 rue st roch 31400 TOULOUSE ¦ ¦ tel : +33(0)5-62260481 ¦ *---------------------...
1999 Nov 16
3
Make on RH6.1
...dhat Linux 6.1. I get the following errors. What am I doing wrong? make[2]: *** Warning: File `../unix/libunix.a' has modification time in the future (942749076 > 942748853) ../unix/libunix.a(system.o): In function `main': /usr/local/R-0.63/src/unix/system.c:544: undefined reference to `__setfpucw' ./unix/libunix.a(system.o): In function `R_CleanUp': /usr/local/R-0.63/src/unix/system.c:625: undefined reference to `__setfpucw' collect2: ld returned 1 exit status make[2]: *** [../../bin/R.binary] Error 1 make[5]: *** Warning: File `bsplvd.o' has modification time in the future...
1999 Sep 19
1
error in loading shared libraries
Hi Folks, I have been using R for many months on my Intel box running RH 5.1 and just recently have run into the following problem: /home/royle> R /usr/local/share/R/bin/R.binary: error in loading shared libraries: /usr/local/share/R/bin/R.binary: undefined symbol: __setfpucw Can someone advise me on how to fix this problem? I haven't modified my system at all, other than to install Octave and Scilab (and an add-on package for Octave). kind regards andy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read...
1999 May 13
2
R under Red Hat Linux 6.0
...an intel box. I have also upgraded to the latest R version (0.64.1-2 rpm) and have also installed the corresponding GNOME rpm. However, I am not able to start R: [cribari at edgeworth install]$ R /usr/lib/R/bin/R.binary: error in loading shared libraries: /usr/lib/R/bin/R.binary: undefined symbol: __setfpucw [cribari at edgeworth install]$ R --gnome /usr/lib/R/bin/R.gnome: error in loading shared libraries: /usr/lib/R/bin/R.gnome: undefined symbol: __setfpucw This must be a version compatibility problem, I guess. Is there a fix for that (short of compiling R)? Thanks in advance. FC. -- _____________...
1999 Jun 02
1
RedHat Linux 6.0 Problems (PR#201)
...on: 63.3 OS: RedHat Linux 6.0 Submission from: (NULL) (129.142.179.3) I had R running in RedHat Linux 5.2. After updating to RedHat Linux 6.0 I get the following message when I try to start R. /usr/lib/R/bin/R.binary: error in loading shared libraries: /usr/lib/R/bin/R.binary: undefined symbol: __setfpucw After that Ive tried to upgrade with the newest RPMS R-0.64.1-4.src.rpm, but it doesnt solve the problem. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help...
1999 Apr 14
2
R code for repeated measures
For anyone who might be interested, I now have a home page (finally) on which can be found the R code, data, and output for all the examples and some of the exercises in the second edition of my Models for Repeated Measurements (being printed, out in June or July), as well as the latest version of my R libraries: http://www.luc.ac.be/censtat/ Jim
1999 Apr 14
2
R code for repeated measures
For anyone who might be interested, I now have a home page (finally) on which can be found the R code, data, and output for all the examples and some of the exercises in the second edition of my Models for Repeated Measurements (being printed, out in June or July), as well as the latest version of my R libraries: http://www.luc.ac.be/censtat/ Jim
2008 Nov 04
1
R 2.8.0 compilation...
...g for working Foundation implementation... no checking whether C runtime needs -D__NO_MATH_INLINES... no checking for library containing connect... none required checking for library containing gethostbyname... none required checking for library containing xdr_string... none required checking for __setfpucw... no checking whether mktime sets errno... no checking for cblas_cdotu_sub in vecLib framework... no checking for CFStringGetSystemEncoding in CoreFoundation framework... no checking for tclConfig.sh... no checking for tclConfig.sh in library (sub)directories... /usr/lib/tcl8.5/tclConfig.sh...
1999 Jul 08
0
Hack for making old R binaries work after glibc upgrade
Perhaps a bit of a moot point since Martyn now does 6.0 RPM's, but I thought someone might have a use for it, now that I've stumbled across it... $ cat > dummy.c __setfpucw(){} $ gcc -shared -o dummy.so dummy.c $ LD_PRELOAD=$PWD/dummy.so R R : Copyright 1999, The R Development Core Team Version 0.64.2 (July 3, 1999) ... -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of C...
1999 Oct 20
0
[szimeras@irisa.fr: R installation problem]
...for main in -lhdf5... no cking for main in -lncurses... no checking for main in -ldxml... no checking for main in -lblas_risc... no checking for rl_callback_read_char in -lreadline... no checking for ANSI C header files... no checking for vfork.h... no checking for working vfork... no checking for __setfpucw... no checking for dl.h... no checking for fpu_control.h... no checking for hdf5.h... no checking for ieee754.h... no checking for readline/history.h... no checking for blkcnt_t... no checking how to deal with shared libraries... "/usr/openwin/lib/config/sun.cf", line 154: macro ExtraLoad...
1999 Jul 09
1
"ld: bfd assertion fail" making eda.so on Linux (Redhat 6.0)
I've (remote) access to a new Linux system which has some flavor of Rehat installed. Compiling R-0.64.2 fails -- at the end when eda.so should be made. make[4]: Entering directory `/u/u2/maechler/Linux/R/R-0.64.2/src/library/eda/src' gcc -g -O2 -fpic -I../../../../include -c line.c -o line.o gcc -g -O2 -fpic -I../../../../include -c smooth.c -o smooth.o ld -shared -o
1999 Oct 12
1
Compilation problem with R
...for main in -lhdf5... no cking for main in -lncurses... no checking for main in -ldxml... no checking for main in -lblas_risc... no checking for rl_callback_read_char in -lreadline... no checking for ANSI C header files... no checking for vfork.h... no checking for working vfork... no checking for __setfpucw... no checking for dl.h... no checking for fpu_control.h... no checking for hdf5.h... no checking for ieee754.h... no checking for readline/history.h... no checking for blkcnt_t... no checking how to deal with shared libraries... "/usr/openwin/lib/config/sun.cf", line 154: macro ExtraLoad...
1999 Mar 05
1
R-0.63.3 is released
...argument names and is better documented. o "/Font5 /Symbol findfont definefont" confused some printers o Bounding box rotated 90 deg for landscape (shouldn't be) o Legend skipped symbol for pch=0 o compilation on non-Intel Linux systems no longer looks for __setfpucw o a %% b -- is now periodic instead of symmetric; more S compatible. o locator(n=512) -- default: MANY points, not just one. o qqnorm() uses ppoints() and returns list with x sorted along y. o plot.formula now allows ylab to be set o plotmath had trouble with paste()'...
1999 Mar 05
1
R-0.63.3 is released
...argument names and is better documented. o "/Font5 /Symbol findfont definefont" confused some printers o Bounding box rotated 90 deg for landscape (shouldn't be) o Legend skipped symbol for pch=0 o compilation on non-Intel Linux systems no longer looks for __setfpucw o a %% b -- is now periodic instead of symmetric; more S compatible. o locator(n=512) -- default: MANY points, not just one. o qqnorm() uses ppoints() and returns list with x sorted along y. o plot.formula now allows ylab to be set o plotmath had trouble with paste()'...
2002 Jan 02
0
R ./configure error | Solaris8 / E-450
...m... yes checking for times... yes checking for unsetenv... no checking for vsnprintf... yes checking for strdup... yes checking for library containing connect... -lsocket checking for library containing gethostbyname... -lnsl checking for library containing xdr_string... none required checking for __setfpucw... no checking for working calloc... yes checking for working finite... yes checking for working log... no checking for working strptime... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR....
2012 Dec 03
0
need help for R's installation
...is declared... no checking whether strdup is declared... yes checking whether strncasecmp is declared... yes checking for library containing connect... none required checking for library containing gethostbyname... none required checking for library containing xdr_string... -lnsl checking for __setfpucw... no checking for working calloc... yes checking for working isfinite... yes checking for working log1p... yes checking whether ftell works correctly on files opened for append... yes checking for working sigaction... yes checking whether mktime sets errno... yes checking complex.h usabilit...
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...r strdup is declared... no checking whether strncasecmp is declared... no checking whether vsnprintf is declared... yes checking for library containing connect... -lsocket checking for library containing gethostbyname... -lnsl checking for library containing xdr_string... none required checking for __setfpucw... no checking for working calloc... yes checking for working finite... yes checking for working log... no checking for working log1p... yes checking for working strptime... yes checking whether ftell works correctly on files opened for append... yes checking whether C99 double complex is supported...
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old problem resurface: how should we deal with packages which contain Fortran code and may need to be linked against additional libraries such as -lf2c? The current consensus is that extra Fortran libraries maybe needed are handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are added by default if g77 is used.
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...king for times... yes checking for unsetenv... no checking for vsnprintf... yes checking for strdup... yes checking for library containing connect... none required checking for library containing gethostbyname... none required checking for library containing xdr_string... none required checking for __setfpucw... no checking for working calloc... yes checking for working finite... yes checking for working log... yes checking for working strptime... no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR....
2009 Aug 20
2
getting R 2.9.1 from the tar.gz file
...lared... yes checking whether strncasecmp is declared... yes checking whether vsnprintf is declared... yes checking for library containing connect... none required checking for library containing gethostbyname... none required checking for library containing xdr_string... none required checking for __setfpucw... no checking for working calloc... yes checking for working isfinite... yes checking for working log1p... yes checking whether ftell works correctly on files opened for append... yes checking for working sigaction... yes checking whether mktime sets errno... no checking whether C99 double complex...