y-yoshida@jp.fujitsu.com
2002-Oct-30 08:24 UTC
2002-09-08 1.6.0 build fails in Recommended (PR#1995)
stvjc@channing.harvard.edu: > <<insert bug report here>> > > in src/library/Recommended, make yields > > make: *** No rule to make target `survival.ts', needed by `all'. Stop. > > this kills the build. but "make check" succeeds This error occurs because symbolic link files in src/library/Recommended have wrong file extension names such as KernSmooth_tgz, which should be KernSmooth.tgz . So, try the following: $ cd src/library/Recommended/ $ mv KernSmooth_tgz KernSmooth.tgz $ mv VR_tgz VR.tgz (... for each _tgz file) --- Y Yoshida Fujitsu Laboratories, Ltd -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._