[R-SIG-Mac] Installing hexbin package (bioconductor)
hadley wickham
h.wickham at gmail.com
Tue Nov 9 20:53:13 CET 2004
Has anyone had any luck installing the hexbin package from bioconductor?
Using gui and installing from binaries: library(hexbin) gives "Error
in library(hexbin) : 'hexbin' is not a valid package -- installed <
2.0.0?"
Using gui and installing from source: gives "make: g77: Command not
found" (and I do have g77)
Using command line and R CMD install: "
* Installing *source* package 'hexbin' ...
** libs
g77 -fno-common -g -O2 -c hbin.f -o hbin.o
g77 -fno-common -g -O2 -c hcell.f -o hcell.o
g77 -fno-common -g -O2 -c herode.f -o herode.o
g77 -fno-common -g -O2 -c hsm.f -o hsm.ogcc -bundle -flat_namespace
-undefined suppress -L/usr/local/lib -o hexbin.so hbin.o hcell.o
herode.o hsm.o -L/usr/local/lib
-L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2
-L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2/../../.. -lfrtbegin
-lg2c -lSystem -lcc_dynamic -framework R
ld: warning -L: directory name
(/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2) does not exist
ld: warning -L: directory name
(/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2/../../..) does not
exist
ld: can't locate file for: -lfrtbegin"
Any suggestions?
Thanks,
Hadley
More information about the R-SIG-Mac
mailing list