[R] R CMD SHLIB setup problem...

Duncan Murdoch murdoch at stats.uwo.ca
Tue Sep 14 02:58:28 CEST 2004


On Tue, 14 Sep 2004 10:29:31 +1000, <Toby.Patterson at csiro.au> wrote:

>All, 
>When I try and compile a shared library (on WinXP) I get the following
>error:  
>
>E:\data\proj>R CMD SHLIB toy_dll.c
>Makevars:1: *** missing separator.  Stop.
>
>Has someone else had this error and fixed it? 

Haven't had the error, but the usual suspects are:

 - You're getting the wrong make.  Follow the readme.packages
instructions for setting up your path, and make sure "make --version"
tells you you're running GNU Make.

 - Something has messed up your Makevars file.  Does it look normal in
a reasonable text editor?

Duncan Murdoch




More information about the R-help mailing list