On Tue, 14 Sep 2004 10:29:31 +1000, <[EMAIL PROTECTED]> 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 ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
