Displaying 2 results from an estimated 2 matches for "pgkname".
2002 May 14
2
R CMD check
I am unclear on whether to run R CMD check pgkname as user or as root on Linux. When running as user, after all the latex, html, and man files are created, I get the following error message:
Rdconv(): Couldn't open '': Permission denied
Has anyone dealt with that message?
When I run R CMD check a second time, all latex, html, etc. a...
2005 Jan 20
0
SASL build error on solaris 8
...--prefix=/usr/local
make
make install
sh configure --prefix=/usr/local
make
make install
3) repeat step 1 then repeat step 2
4) Install libtool
download from sunfreeware.com
gunzip ...filename
pkgadd -d pgkname -s /var/spool/pkg/
pkgadd
5) Install/build Berkeleydb
/db4.1.5
cd /dist
.configure --prefix=/usr/local
make
make install
6) Flex NOTE: Flex used lex and yacc
cd flex
autoconf...