[BioC] Problem installing hexbin?
David Henderson
dnadave at insightful.com
Tue Apr 25 07:42:31 CEST 2006
Hi Seth and Sander:
> > gfortran -fPIC -c hbin.f -o hbin.o
> > In file hbin.f:1
> >
> > subroutine hbin(x,y,cell,cnt,xcm,ycm, size, shape,
> > 1
> > Error: Symbol 'shape' at (1) has no IMPLICIT type
> > make: *** [hbin.o] Error 1
> > ERROR: compilation failed for package 'hexbin'
> > ** Removing '/usr/lib/R/library/hexbin'
>
> I suspect the issue is with your Fortran compiler. What does gfortran
> --version report?
I have seen this before and the problem is that gfortran is more strict
about the 80 character column width than g77 was. I think moving the
shape variable to the next line with a new type declaration, i.e.
something like: INTEGER shape, will fix the problem.
Good Luck!!
Dave H
--
David A. Henderson, Ph.D.
Research Scientist
Insightful Corporation
1700 Westlake Avenue North, Suite 500
Seattle, WA 98109-3044
Tel: 206-802-2307
Fax: 206-283-8691
DNADave at Insightful.Com
http://www.insightful.com
More information about the Bioconductor
mailing list