Message-ID: <Pine.A41.4.58.0401280831350.44844@homer29.u.washington.edu>
Date: 2004-01-28T16:34:38Z
From: Thomas Lumley
Subject: Help with Hmisc/Design installation in R-aqua (apple)
In-Reply-To: <BC3D3D1E.571%bbonsu@columbus.rr.com>
On Wed, 28 Jan 2004, Bema Bonsu wrote:
>
> Thanks thomas and pj. As requested I am attaching the generated error
> message when I attempt to install the Hmisc and Design packages. What do I
> do next?
>
> * Installing *source* package 'Hmisc' ...
> ** libs
> g77 -fno-common -g -O2 -c cidxcn.f -o cidxcn.o
> ERROR: compilation failed for package 'Hmisc'
> ** Removing '/Users/bema/Library/RAqua/library/Hmisc'
>
> make: g77: Command not found
> make: *** [cidxcn.o] Error 127
>
Either you don't have the g77 Fortran compiler or it isn't where R expects
to find it. Many packages don't need Fortran, but it appears Hmisc does.
The RAqua web page has information on where to find the Fortran compilers.
-thomas