search for: rsort

Displaying 8 results from an estimated 8 matches for "rsort".

Did you mean: sort
1998 May 27
1
Problems compiling libraries with todays snapshot.
...: /usr/local/src/R/src/library/eda/src/line.c:5: undefined reference to `floor' line.o: In function `iu': /usr/local/src/R/src/library/eda/src/line.c:10: undefined reference to `ceil' line.o: In function `line': /usr/local/src/R/src/library/eda/src/line.c:23: undefined reference to `rsort' /usr/local/src/R/src/library/eda/src/line.c:48: undefined reference to `rsort' /usr/local/src/R/src/library/eda/src/line.c:54: undefined reference to `rsort' /usr/local/src/R/src/library/eda/src/line.c:61: undefined reference to `rsort' make: *** [eda.so] Error 1 cp: *.so: No such...
1999 Sep 16
2
install/libraries on solaris2.6 (PR#280)
...e --with-g77 fails when building the eda etc. libraries. The configure script produces SHLIBLDFLAGS= -G. Replacing this in config.site by SHLIBLDFLAGS = -shared gives no errors during make, but "make check" fails when trying to load library "eda" with the message "Symbol rsort not found". Trying the other libraries by hand results in similar errors, except for "base" and "mva", while "make test-Specific" gives no errors. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http...
1998 Oct 08
1
R-beta: smooth in compiling
...---------------- ... Installing package `eda' ... libs cc -ieee_with_inexact -g -I/home/ming/R-0.62.3/include -I/src/include -c line.c cc -ieee_with_inexact -g -I/home/ming/R-0.62.3/include -I/src/include -c smooth.c ld -shared -o eda.so line.o smooth.o ld: Warning: Unresolved: ceil floor rsort fabs __exc_add_pc_range_table __exc_add_gp_range __exc_remove_pc_range_table __exc_remove_gp_range -- Xiaoming Cai School of Geography .&______~*@*~______&. University of Birmingham "w/%%%%%...
1999 Jun 10
2
dynload for R on AIX (>= 4.2)
On Thu, 10 Jun 1999, Friedrich Leisch wrote: > Yes, if I understood AIX workings correct you have to have a text file > of to-be-exported symbols at the time of linking a shared library, > i.e. the linker is called like (this is pasted from a mail by Arne) > > $(F77) -o module.so -bM:SRE -bE:module.exp -bnoentry $(OBJECTS) $(LIBDIR) $(LIBS) > > where module.exp is a text
2010 Jan 21
1
use R from python
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100121/95fb8869/attachment.pl>
1999 Jan 12
1
Installing R on alpha-dec OSF 4.0
Hi has anyone succeeded in installing R on DEC alpha OSF 4.0 with gcc/g77 ? The PLATFORMS file mentions successful installtion on OSF 3.2 using cc. Here is the output I get when trying to compile: ld -shared -o eda.so line.o smooth.o ld: Warning: Unresolved: floor ceil rsort __exc_add_pc_range_table __exc_add_gp_range __exc_remove_pc_range_table __exc_remove_gp_range make[4]: Leaving directory `/usr/users/susrod/stats/R-0.63.1/src/library/eda/src' make[3]: Leaving directory `/usr/users/susrod/stats/R-0.63.1/src/library/eda' make[3]: Entering directory `/usr/use...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...ing directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/librar y/eda/src' gcc -ieee_with_inexact -g -I../../../../include -c line.c -o line.o gcc -ieee_with_inexact -g -I../../../../include -c smooth.c -o smooth.o ld -shared -lm -o eda.so line.o smooth.o ld: Warning: Unresolved: floor ceil rsort __exc_add_pc_range_table __exc_add_gp_range __exc_remove_pc_range_table __exc_remove_gp_range make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/library /eda/src' make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/library /eda' make[3]: Entering dir...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...g directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/= librar y/eda/src' gcc -ieee_with_inexact -g -I../../../../include -c line.c -o line.o gcc -ieee_with_inexact -g -I../../../../include -c smooth.c -o smooth.o ld -shared -lm -o eda.so line.o smooth.o ld: Warning: Unresolved: floor ceil rsort __exc_add_pc_range_table __exc_add_gp_range __exc_remove_pc_range_table __exc_remove_gp_range make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l= ibrary /eda/src' make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l= ibrary /eda' make[3]: Entering...