search for: do_substitute_direct

Displaying 11 results from an estimated 11 matches for "do_substitute_direct".

2002 May 01
1
compiling R-1.5.0, package methods, on Solaris 5.7
...low) for me with - gcc-2.95.3, perl-5.005_03 and also - gcc-3.0.4, perl-5.6.1 Any ideas a) what the problem is or even better b) how to solve it? Uwe Ligges =================================== [...] building package 'methods' ../../../library/methods/man/methods.Rd is unchanged making do_substitute_direct.d from do_substitute_direct.c [...] gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c slot.c -o slo t.o gcc -G -o methods.so do_substitute_direct.o methods_list_dispatch.o method_met a_data.o slot.o dumping R code in package 'methods' initializing class and method defin...
2003 Mar 24
0
compiling R on Linux w/ Intel compilers
...s/man make[4]: Entering directory `/home/andy/R-devel/src/library/methods/src' config.status: creating src/library/methods/src/Makefile make[4]: Leaving directory `/home/andy/R-devel/src/library/methods/src' make[4]: Entering directory `/home/andy/R-devel/src/library/methods/src' making do_substitute_direct.d from do_substitute_direct.c making methods_list_dispatch.d from methods_list_dispatch.c making method_meta_data.d from method_meta_data.c making slot.d from slot.c making class_support.d from class_support.c making tests.d from tests.c make[5]: Entering directory `/home/andy/R-devel/src/library/m...
2002 Oct 17
2
Installing R1.6.0 on SGI
...not supporting it. Here is the fatal error from "make"... ---------- building package 'methods' all.R is unchanged ../../../library/methods/man/methods.Rd is unchanged UX:make: INFO: `Makedeps' is up to date. gcc -I../../../../include -I/usr/freeware/include -g -O2 -c do_substitute_direct.c -o do_substitute_direct.o gcc -I../../../../include -I/usr/freeware/include -g -O2 -c methods_list_dispatch.c -o methods_list_dispatch.o gcc -I../../../../include -I/usr/freeware/include -g -O2 -c method_meta_data.c -o method_meta_data.o gcc -I../../../../include -I/usr/freeware/include -g -...
2002 Jan 02
1
Building R-1.4 on Tru64
Hello everyone, I've just attempted to build R-1.4 on Compaq Tru64 (I'll enclose the text from bug.report() from R-1.3.1 at the end.) The relevant part of the log is below. Any ideas? gcc -shared -o methods.so do_substitute_direct.o methods_list_dispatch.o method_meta_data.o slot.o -L/usr/local/lib /usr/ucb/ld: Warning: Unresolved: TYPEOF Rf_error Rf_protect Rf_substitute Rf_unprotect Rf_duplicate Rf_VectorToPairList R_NilValue Rf_NewEnvironment R_set_standardGeneric_ptr R_GlobalEnv R_set_quick_method_check Rf_install Rf...
2003 Jun 06
1
Problerm building R-1.7.0 on OpenBSD3.2/sparc64
...e log: **** cut************ making method_meta_data.d from method_meta_data.c making slot.d from slot.c making class_support.d from class_support.c making tests.d from tests.c `Makedeps' is up to date. gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c do_substitute _direct.c -o do_substitute_direct.o gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c methods_list_ dispatch.c -o methods_list_dispatch.o gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c method_meta_d ata.c -o method_meta_data.o gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c sl...
2006 Nov 14
1
Install problem(s)
I am trying to install R onto an Altix system running SuSE Enterprise Linux 9 SP3 with SGI ProPack 4 SP3. I end up with this error no matter what I try. Any suggestions on how to proceed would be appreciated! ----- gcc -shared -L/opt/local/lib -o methods.so do_substitute_direct.o init.o methods_list_dispatch.o slot.o class_support.o tests.o ../../../../library/methods/libs/methods.so is unchanged make[5]: Leaving directory `/usr/local/src/R-2.4.0/src/library/methods/src' make[4]: Leaving directory `/usr/local/src/R-2.4.0/src/library/methods/src' make[4]: Entering...
2003 Apr 12
0
Compiling R in 64-bit mode under AIX
...fullpath' MAIN_LDFLAGS='-q64 -g -qfullpath' LDFLAGS='-q64' SHLIB_CXXLDFLAGS='-q64' SHLIB_LDFLAGS='-q64' AR='ar -X32_64' MAKE='gmake' && gmake I am getting stuck at the following part of the make process. xlC_r -q64 -G -q64 -o methods.so do_substitute_direct.o methods_list_dispatch.o method_meta_data.o slot.o class_support.o tests.o -lm gmake[5]: Leaving directory `/xhome/cp/bench/DKFZ/R/src/library/methods/src' gmake[4]: Leaving directory `/xhome/cp/bench/DKFZ/R/src/library/methods/src' gmake[4]: Entering directory `/xhome/cp/bench/DKFZ/R/...
2009 Sep 03
1
building r packages for windows on a mac/linux
--- On Thu, 3/9/09, Vinh Nguyen <vinhdizzo at gmail.com> wrote: > hi hin-tak, > > i'm trying to build r packages for windows on a > mac/linux. i guess > this used to possible and supported, but is no longer > supported. i > ran into this post of yours, > https://stat.ethz.ch/pipermail/r-devel/2009-July/053971.html, > and hope > u don't mind me
2003 Jan 17
2
Methods package is now attached by default
The current r-devel (aka R 1.7.0) now attaches the package "methods" by default at startup. A new option, "defaultPackages", is set to c("methods", "ctest") by default, causing the .First in package base to require those two packages at startup. There are two main known differences from having methods attached: - the definition of class() changes, in
2003 Feb 07
2
1.7.0 build error in debian stable i386
I'm running debian stable, with the addition of tcl8.4-dev, tk8.4-dev from testing. debian/rules build gives this ... gcc -shared -o methods.so do_substitute_direct.o methods_list_dispatch.o method_meta_data.o slot.o class_support.o tests.o -L../../../../bin -lR mkdir -p -- ../../../../library/methods/libs make[6]: Leaving directory `/home/king/R/source/src/library/methods/src' make[5]: Leaving directory `/home/king/R/source/src/library/methods/src'...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
.../R/R-1.5.1/src/library/lqs' gmake[3]: Entering directory `/soft/R/R-1.5.1/src/library/methods' building package 'methods' mkdir -p -- ../../../library/methods/R mkdir -p -- ../../../library/methods/man gmake[4]: Entering directory `/soft/R/R-1.5.1/src/library/methods/src' making do_substitute_direct.d from do_substitute_direct.c making methods_list_dispatch.d from methods_list_dispatch.c making method_meta_data.d from method_meta_data.c making slot.d from slot.c gmake[5]: Entering directory `/soft/R/R-1.5.1/src/library/methods/src' gmake[5]: `Makedeps' is up to date. gmake[5]: Leaving...