Hi all, When I tried to "make" R-devel (3/18) on Solaris 2.6, I got this error: In file included from dounzip.c:28: unzip.h:49: zlib.h: No such file or directory dounzip.c:365: zlib.h: No such file or directory make[3]: *** [dounzip.o] Error 1 make[3]: Leaving directory `/home/a215020/Xperiment/R-devel/src/main' So I went into R-devel/src/main and made two symbolic links: ln -s ../extra/zlib/zlib.h . ln -s ../extra/zlib/zconf.h . and then it worked. I understand R-devel is never guaranteed to be complete, but I thought you might want to know... -- -- David Brahm (brahm@alum.mit.edu) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._