search for: mkinclud

Displaying 2 results from an estimated 2 matches for "mkinclud".

Did you mean: mkinclude
2009 Oct 29
2
Makevars, cc files in multiple directories
Hello, In the src folder of my R package I have a.cc b.cc f/g/x.cc my Makevars.in has all: $(SHLIB) upon installing only, a.o and b.o is build and the final dll is comprised of a.o and b.o How can I instruct $(SHLIB) to pick up its source files from all subdirectories (or maybe a subset, though here it will be all) in src ? Much thanks Saptarshi
2009 Feb 11
1
Compiling Matrix on Solaris 10 x86-64 Sun Studio 12
...`library' Current working directory /tmp/R.INSTALL.KwaqDb/Matrix/src/SPQR *** Error code 1 The following command caused the error: for d in SPQR CHOLMOD COLAMD AMD; do \ (cd ${d} && CFLAGS="-O -I/opt/SUNWspro/prod/include" CXXFLAGS="-O -I/opt/SUNWspro/prod/include" MkInclude="/home/choid/bin/R281/lib/R/etc/Makeconf" make library) || exit 1; \ done make: Fatal error: Command failed for target `sublibs' ERROR: compilation failed for package 'Matrix' ** Removing '/home/choid/bin/R281/lib/R/library/Matrix' The downloaded packages are in...