Hi, Unfortunately it looks like this problem has somehow been reintroduced. I am now trying to build R-devel 54683 from source, again following the manual. I get the same error as below: gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -c zutil.c -o zutil. o make[4]: *** No rule to make target `Rzlib.def', needed by `Rzlib.dll'. Stop. make[3]: *** [rlibs] Error 1 make[2]: *** [../../bin/i386/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make: *** [all] Error 2 Hope someone can have a look. Thanks Dan On Thu, Mar 3, 2011 at 10:50 AM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote:> I am building R-2.13 r54645 from source as described here: > http://cran.r-project.org/doc/manuals/R-admin.html#Building-from-source > The "make all recommended" command ends as follows on both 32 and 64-bit > Windows (Windows Server 2003 R2 Enterprise Edition Service Pack 2 and > Windows Server 2008 R2 Enterprise): > gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H ?-O3 -Wall -pedantic ? -c > zutil.c -o z > o > make[4]: *** No rule to make target `Rzlib.def', needed by `Rzlib.dll'. > ?Stop. > make[3]: *** [rlibs] Error 1 > make[2]: *** [../../bin/i386/R.dll] Error 2 > make[1]: *** [rbuild] Error 2 > make: *** [all] Error 2 > Thanks > Dan >
On Mon, Mar 7, 2011 at 11:00 AM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote:> Hi, Unfortunately it looks like this problem has somehow been reintroduced. >Looks like this has now been fixed. Many thanks! Dan> I am now trying to build R-devel 54683 from source, again following > the manual. I get the same error as below: > > gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H ?-O3 -Wall -pedantic > -c zutil.c -o zutil. > o > make[4]: *** No rule to make target `Rzlib.def', needed by `Rzlib.dll'. ?Stop. > make[3]: *** [rlibs] Error 1 > make[2]: *** [../../bin/i386/R.dll] Error 2 > make[1]: *** [rbuild] Error 2 > make: *** [all] Error 2 > > Hope someone can have a look. > Thanks > Dan > > > On Thu, Mar 3, 2011 at 10:50 AM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote: >> I am building R-2.13 r54645 from source as described here: >> http://cran.r-project.org/doc/manuals/R-admin.html#Building-from-source >> The "make all recommended" command ends as follows on both 32 and 64-bit >> Windows (Windows Server 2003 R2 Enterprise Edition Service Pack 2 and >> Windows Server 2008 R2 Enterprise): >> gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H ?-O3 -Wall -pedantic ? -c >> zutil.c -o z >> o >> make[4]: *** No rule to make target `Rzlib.def', needed by `Rzlib.dll'. >> ?Stop. >> make[3]: *** [rlibs] Error 1 >> make[2]: *** [../../bin/i386/R.dll] Error 2 >> make[1]: *** [rbuild] Error 2 >> make: *** [all] Error 2 >> Thanks >> Dan >> >
Maybe Matching Threads
- Problem building R-2.13 r54645 on Windows
- problem building R 2.12.1 64-bit on Windows 7
- Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
- Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
- R CMD build looking for texi2dvi in the wrong place (R-devel)