This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Difficulties compiling...


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]