search for: rexecbindir

Displaying 3 results from an estimated 3 matches for "rexecbindir".

2003 Feb 25
2
R-devel problems
...n in stdlib.h. 2. If R is configured with the --without-x flag, then CPPFLAGS does not include /usr/X11R6/include, while the tk.h files still tries to include X11/xlib.h (and can't find it, obviously). I added -I /usr/X11R6/include to the compile of tcltk.o 3. Configure does not pass the $(Rexecbindir) to the Makefiles in the /src/library directory, so the links cannot find the bundle_loader. I added them by hand for all package links. 4. The aqua module does not work with two-level namespaces. Since it does not work anyway, and Stefano will remove it soon, it may be better to remove it eve...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a problem while running "make check": running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1 make[3]: Leaving directory `/opt/R/R-2.9.1/tests' make[2]: *** [test-Specific] Error 2 make[2]: Leaving directory `/opt/R/R-2.9.1/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...he correct 'rhome' install-Rscript: - $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -DR_HOME='"$(rhome)"' -o Rscript \ + $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(LDFLAGS) -DR_HOME='"$(rhome)"' -o Rscript \ $(srcdir)/Rscript.c @$(MKINSTALLDIRS) "$(DESTDIR)$(Rexecbindir)" @$(INSTALL_PROGRAM) Rscript "$(DESTDIR)$(Rexecbindir)/Rscript" -------------- next part -------------- Update for zlib header changes https://bugs.gentoo.org/show_bug.cgi?id=383431 --- src/main/unzip.h.orig 2011-09-24 19:35:53.000000000 -0700 +++ src/main/unzip.h 2011-09-24 19...