Displaying 2 results from an estimated 2 matches for "scripts_".
Did you mean:
scripts
2000 Apr 19
1
INSTALL_SCRIPT during installation (PR#526)
...e)/bin; \
done
@echo "installing headers ..."
@for f in include/*.h; do \
--- src/scripts/Makefile.in.orig Mon Feb 21 05:49:10 2000
+++ src/scripts/Makefile.in Mon Apr 17 16:13:11 2000
@@ -38,10 +38,10 @@
> $(top_builddir)/bin/R
@chmod +x $(top_builddir)/bin/R
@for f in $(SCRIPTS_S); do \
- $(INSTALL) $(srcdir)/$$f $(top_builddir)/bin; \
+ $(INSTALL_SCRIPT) $(srcdir)/$$f $(top_builddir)/bin; \
done
@for f in $(SCRIPTS_B); do \
- $(INSTALL) $$f $(top_builddir)/bin; \
+ $(INSTALL_SCRIPT) $$f $(top_builddir)/bin; \
done
$(SCRIPTS_B): $(top_builddir)/config.stat...
2000 Oct 26
1
configure/make problems
Hi all, new user here. I'm trying to install R on a Sun Solaris machine
ver 2.7. I've encountered a previously documented problem regarding RSI
install and have gotten past that. At this point configure runs to
completion. Now, make is a different story. When I run make here is
what I get.
<Wed8:22pm>-moriarty:/moriarty/Tools/R- 138% make
cp: ../../bin: is a directory
install: