[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: |
Gaius Mulley |
Subject: |
Re: [Gm2] Builds ok for RedHat 9, but fails on gm2.paranoid |
Date: |
07 Oct 2003 20:55:09 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
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