[R] Problem with installation of littler-0.0.10. under Free BSD 6.2

Dirk Eddelbuettel edd at debian.org
Mon Mar 12 16:51:11 CET 2007


I overlooked an inportant detail: 

On 12 March 2007 at 07:24, Dirk Eddelbuettel wrote:
| 
| On 12 March 2007 at 13:38, ronggui wrote:
| | MyBSD% ./configure
| | R_HOME= /usr/local/bin/R --silent --vanilla --slave <  > autoloads.h
| | Syntax error: redirection unexpected
| | *** Error code 2
| | 
| | Stop in /home/ronggui/software/littler-0.0.10.
| | 
| | Anyone knows why and any hints to the solution? Thanks in advance.

You are missing the command between the redirects. That shouldn't happen. If
you look at Makefile.am which defines this, you will see (indented here one tab)

	autoloads.h: autoloads.R
		R_HOME= ${RPROG} ${ROPTIONS} < $< > $@

In the Make language, $< denotes the depended-upon file, or here autoloads.R.  
>From the error message, it seems you may have deleted that file.  If that is
the case, then you should start from a fresh tarball.

Hope this helps,  Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
                                                  -- Thomas A. Edison



More information about the R-help mailing list