Subject: Re: rm: conftest: is a directory
To: Stephane Bortzmeyer <stephane@sources.org>
From: Soren Jacobsen <snj@NetBSD.org>
List: port-sparc64
Date: 06/08/2004 13:25:41
On 06/08 22:19, Stephane Bortzmeyer wrote:
> On Monday 7 June 2004, at 14 h 43, the keyboard of Soren Jacobsen
> <snj@NetBSD.org> wrote:
>
> > pkgsrc/net/echoping/Makefile: CONFIGURE_ENV+=F77=${FALSE}
>
> Or, if you do not use the package (I'm developing a new version of echoping):
>
> F77=false ./configure
>
> which seems to work as well. Thanks for the tip.
>
> > The other way to get around this is to use gcc3.
>
> I tried a "pkg_add gcc3", then a "CC=/usr/pkg/gcc-3.3/bin/gcc ./configure"
> and I got exactly the same problem.
Add F77=/usr/pkg/gcc-3.3/bin/g77 to that and I'd expect it to work. The
problem is in the fortran compiler, not the C compiler (which is not to
say that it doesn't have problems of its own).