This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: could gfortran be tested on Darwin regress builds of 4.1?
- From: Bill Northcott <w dot northcott at internode dot on dot net>
- To: gcc at gcc dot gnu dot org
- Cc: howarth at bromo dot msbb dot uc dot edu, geoffk at geoffk dot org
- Date: Sat, 30 Jul 2005 08:14:30 +1000
- Subject: Re: could gfortran be tested on Darwin regress builds of 4.1?
- References: <1122649613.12852.ezmlm@gcc.gnu.org>
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