This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Difficulties compiling...
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: Philippe Schaffnit <P dot Schaffnit at access dot rwth-aachen dot de>
- Cc: fortran at gcc dot gnu dot org
- Date: Thu, 29 Sep 2005 17:44:19 +0200
- Subject: Re: Difficulties compiling...
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=klCKTXHkyjtvu04vwkUNG+eUxZhAGOxC0HOnxUndbuf44rCH8QBd01nm7AU5OZ0gpEAo3zSkOQXhHsdAw+0H4CfVwqzd0aG987R4ZMVXhGMVn47qYw4E1/nlMwGTI+U9eIri8bFkPV9/6PkckpsHjPFMOpneu/yU8HZzKGDdnOs=
- References: <433C0889.704C2D19@access.rwth-aachen.de>
- Reply-to: François-Xavier Coudert <fxcoudert at gmail dot com>
> I'm only going for the the bare necessities ("--enable-languages=c,f95"
> as suggested by FX), but it seems to get stuck in "libiberty"...
Well, i686-linux is certainly the main development platform, so I
guess a general build breakage there wouldn't have gone unnoticed. It
must be something related to your configuration...
The only thing I can think of is: since you have a SMP kernel, perhaps
you used parallel building (make -j 2)? In that case, the actual error
might be hidden by the other make process ending. If that's the case,
trying with non-parallel building can make the error much clearer.
Otherwise, can you report the exact steps you use (every command line,
from cvs checkout to make)? And even the build output of the configure
and make commands (as attached files, or whatever). I'll try to look
into it...
> Am I doing something very wrong?, do I have a very un-favourable system
> (I have mostly given up hope for our Irix machines...)?
There are good build and test reports for mips-sgi-irix6.5. I myself
never had much luck on that platform, but it should be possible
indeed. Rainer Orth does it regularly.
FX