[BioC] OpenSuse 11.4, cannot install Bioconductor due to missing C compiler

Dan Tenenbaum dtenenba at fhcrc.org
Thu Jan 19 16:12:20 CET 2012


On Thu, Jan 19, 2012 at 5:31 AM, Tom Bartlett
<thomas.bartlett.10 at ucl.ac.uk> wrote:
> Hi,
>
> I'm trying to install the Bioconductor core packages (version 2.9) when using R version 2.14.1, in OpenSuse 11.4. However, the install does not complete, due to the following error message: configure: error: no acceptable C compiler found in $PATH
>
> Has anyone had the same problem, and did you find a straightforward way to fix it?
>
> Thanks in advance for your help

A comprehensive list of ubuntu packages required for building R,
courtesy of Hervé Pagès; use "apt-get install pkg1 pkg2 ... pkgN":

Required stuff:
 make
 libc6-dev
 gfortran
 gfortran-4.2
 g++
 g++-4.2
 libreadline5-dev
 libx11-dev
 libxt-dev

Other highly recommended stuff (TeX/LaTeX, tcltk, PNG, JPEG, cairo, Java):
 texlive-full
 tcl8.5-dev
 tk8.5-dev
 libxss-dev
 libpng12-dev
 libjpeg62-dev
 libcairo2-dev
 gcj
 gcj-4.2

Required by some CRAN or Bioconductor packages:
 libcurl4-openssl-dev (for RCurl)
 libxml2-dev (for XML)
 libgtk2.0-dev, libglade2.0-dev (for RGtk2)
 libgraphviz-dev (for Rgraphviz)
 ggobi (for rggobi)

Really nice to have:
 manpages-dev
 colorgcc (to activate this: cd /usr/local/bin/ && sudo ln -s
/usr/bin/colorgcc gcc)

Dan


>
> Tom Bartlett
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor



More information about the Bioconductor mailing list