On 29/03/2010 11:50 PM, Remko Duursma wrote:> Dear R-helpers,
>
> I tried to build a DLL like I have done so many times, but this time
> on my new machine, but it gives the erorr:
> (from cmd window)
>
>> R CMD SHLIB Boxcnt.f
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> Error c:/PROGRA~1/R/R-210~1.1/share/make/winshlib.mk 4: Command syntax
error
> *** 1 errors during make ***
You're using the wrong make, presumably because your path is wrong. You
should put the Rtools/bin directory first on your path, but you have a
Borland make ahead of it.
Duncan Murdoch
> The error is not in my Fortran file, because I also tried other files
> or even without any arguments (it gives the same error msg
> regardless).
>
> System:
> Windows Vista
> R 2.10.1
> Rtools installed (version 2.11)
>
>
> thanks,
> Remko
>
>
> -------------------------------------------------
> Remko Duursma
> Research Lecturer
>
> Centre for Plants and the Environment
> University of Western Sydney
> Hawkesbury Campus
> Richmond NSW 2753
>
> Dept of Biological Science
> Macquarie University
> North Ryde NSW 2109
> Australia
>
> Mobile: +61 (0)422 096908
> www.remkoduursma.com
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.