Subject: Re: rm: conftest: is a directory
To: Soren Jacobsen <snj@NetBSD.org>
From: Stephane Bortzmeyer <stephane@sources.org>
List: port-sparc64
Date: 06/08/2004 22:19:01
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.