This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger
- From: "fca at mail dot cern dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Mar 2005 07:00:46 -0000
- Subject: [Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger
- References: <20050316175416.20500.federico.carminati@cern.ch>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fca at mail dot cern dot ch 2005-03-17 07:00 -------
Subject: Re: f95 build fails on MacOSX 10.4 Tiger
Hello,
I rerun everything once more. The problem changed but now is
reproducible. When you are in
/usr/local/gcc-4_0/build/powerpc-apple-darwin8.0.0/ppc64/libgfortran
the option --enable-multilib is on by default. The configure script checks
that you can create an executable and run it. This works for the normal
compilation, but not for the compilation with -m664. Trouble is that I do
not have a ppc664 but a ppc750, so there may even be a mistake in
identifying my cpu. In any case I am trying now with --disable-multilib,
but it seems to me that there is something to be fixed. Best regards,
Federico Carminati
On Thu, 17 Mar 2005, pinskia at gcc dot gnu dot org wrote:
>
> ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 00:00 -------
> (In reply to comment #2)
> > Subject: Re: f95 build fails on MacOSX 10.4 Tiger
> >
> > Thanks a lot. It goes further and then it fails with
> >
> >
> > make[4]: *** No rule to make target `all'. Stop.
> > make[3]: *** [multi-do] Error 1
> > make[2]: *** [all-multi] Error 2
> > make[1]: *** [all] Error 2
> > make: *** [all-target-libgfortran] Error 2
>
>
> Read the instruction at http://gcc.gnu.org/install/
>
> Also make sure that you downloaded all of the directories. You might need to do a download it again.
>
>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20500