[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Builds ok for RedHat 9, but fails on gm2.paranoid
From: |
Dragiša Durić |
Subject: |
Re: [Gm2] Builds ok for RedHat 9, but fails on gm2.paranoid |
Date: |
Wed, 08 Oct 2003 23:56:11 +0200 |
Thanks for tip, to you and to Iztok who mailed it before. It's
wonderful. :)
dd
On Tue, 2003-10-07 at 21:55, Gaius Mulley wrote:
> Dragiša Durić <address@hidden> writes:
>
> > make and make install proceeds without problems, also examples/hello
> > builds and executes..
> >
> > But, make gm2.paranoid fails:
> >
> > FifoQueue.mod [1][2][3]
> > M2AsmUtil.mod [1][2][3]
> > gm2.mod [1][2][3]
> > M2Optimize.mod [1][2][3] [stage 1 and stage 2 differ]
> > make: *** [gm2.verifyparanoid] Error 1
> >
> > Thats's it. I don't know enough gcc to switch building java parts - it
> > takes most of building time.
> >
> > dd
>
> thanks for the bug report! I'll check this out..
>
> you can reduce the time it takes to build gm2 and gcc by:
>
> mkdir build-3.3.1
> cd build-3.3.1
> ../gcc-3.3.1/configure --enable-languages=c,gm2
> make
>
> which ensures that you avoid building Fortran, Java, c++ (the Java
> libraries certainly eat time..).
>
> Gaius