Re: [R] Debian Power PC Compile R

2009-02-21 Thread Dirk Eddelbuettel

On 20 February 2009 at 22:40, stephen sefick wrote:
| I have the libx11-dev package installed through the aptitude
| application.  This is on 5.0 power pc.  What can I provide to help
| with this?  I don't know where to begin.

Sorry, but what exactly is your question? Provide help with what?

If it is about building / using / extending / ... R on Debian/Ubuntu systems,
come to the r-sig-debian list.  Subscribe first before you can post.

If you wonder about what you need to build R on Debian, the current
Build-Depends entry in our debian/control file is 

Build-Depends: gcc (= 4:4.1.0), g++ (= 4:4.1.0), gfortran (= 4:4.1.0), 
libblas-dev, liblapack-dev (= 3.1.1), tcl8.5-dev, tk8.5-dev, bison, 
groff-base, libncurses5-dev, libreadline5-dev, debhelper (= 5.0.0), texi2html, 
texinfo (= 4.1-2), libbz2-dev, libpcre3-dev, xpdf-reader, zlib1g-dev, 
libpng12-dev, libjpeg62-dev, libx11-dev, libxt-dev, x11proto-core-dev, 
libpango1.0-dev, libcairo2-dev, libtiff4-dev, xvfb, xauth, xfonts-base, 
texlive-base, texlive-latex-base, texlive-generic-recommended, 
texlive-fonts-recommended, texlive-extra-utils, texlive-latex-recommended, 
texlive-latex-extra, texinfo, texi2html, openjdk-6-jdk [!arm !hppa 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]

so you need a tad morethan libx11-dev.

Dirk

-- 
Three out of two people have difficulties with fractions.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Debian Power PC Compile R

2009-02-20 Thread stephen sefick
I have the libx11-dev package installed through the aptitude
application.  This is on 5.0 power pc.  What can I provide to help
with this?  I don't know where to begin.

-- 
Stephen Sefick

Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods.  We are mammals, and have not exhausted the
annoying little problems of being mammals.

-K. Mullis

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.