[BioC] RBGL installation on Ubuntu 6.10

lgautier at altern.org lgautier at altern.org
Wed Nov 29 03:25:06 CET 2006


> Hello everyone,
>
> I tryed to install RBGL package on my linux ubuntu (v. 6.10 - Edgy ). I
> found the following error:
>
> * Installing *source* package 'RBGL' ...
> untarring boost include tree...
> ** libs
> g++ -I/usr/share/R/include -I/usr/share/R/include    -IboostIncl  -fpic
> -g
> -O2 -c bbc.cpp -o bbc.o
> make: g++: Command not found
> make: *** [bbc.o] Error 127
> chmod: impossibile accedere a `/usr/local/lib/R/site-library/RBGL/libs/*':
> Nessun file o directory
> ERROR: compilation failed for package 'RBGL'
> ** Removing '/usr/local/lib/R/site-library/RBGL'
>
> I installed g++ 4.1, lib g++ 2.8.1.3-dev, libboost-dev 1.33.1.
> Someone could help me?

Ubuntu (as well as a number of other distributions) allow one to
have different versions of programs/libraries installed.

Having the debian package g++-4.1 installed means that you have
an executable 'g++-4.1' in your path.
Having the debian package g++ installed will means you have the
default version installed (and 'g++' in your path). This is probably
want you want.


HTH,


L.

>
> Thank-you very much
>
> Davide
>
> 	[[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> 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