Installing hexbin package (bioconductor)
Hadley, Are you using the sourceforge version of g77 (rather than the fink version) as recommended in previous messages? I was getting errors similar to your: ld: warning -L: directory name (/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2) does not exist when I used fink and they went away with sourceforge. Thanks Mike ---
hadley wickham wrote:
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
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac