On 30/07/2005, at 1:06 AM, Jack Howarth wrote:
Well the gcc4.info for the package containing gfortran in fink
has...
Depends: gmp-shlibs (>= 4.1.3-11), cctools (>= 576-1) | odcctools
(>= 576-200503
27), %N-shlibs, libiconv
BuildDepends: gmp (>= 4.1.3-11), libiconv-dev
which is a tad confusing since I guess it implies that cctools
isn't needed
to build gcc4/gfortran but is needed to use it. That seems weird
since to
build it and do a make check is to effectively use it.
I built a working (builds functioning R and Octave) gfortran with
Apple's gcc 4 on MacOS X 10.4.1 (Darwin 8.1).
The only thing I needed to add was gmp, which built from the source
without problems.
The cc-tools in Darwin 8 is 590. So I think it would be a bad idea
to install 576!
If I get time, I will try the current code.
Bill Northcott