[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OctDev] i686-specific install failure in java-1.2.6
From: |
Dmitri A. Sergatskov |
Subject: |
Re: [OctDev] i686-specific install failure in java-1.2.6 |
Date: |
Mon, 31 Aug 2009 16:49:18 -0500 |
Apparently dlamch used to be compiled on Fedora with -Os
optimization. May be it was OK before, but now it is definitely too
much. When i recompiled dlamch with "-ffloat-store -O0"
(as well as slamch and few others,
actually I just replaced -Os flag in the Makefile with "-ffloat-store -O0)
lapack works fine.
I am not sure if -ffloat-store is redundant in this context, but I
decided it would not hurt.
I filled a bug report against lapack on Fedora's bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=520518
FYI.
Dmitri.
--
- Re: [OctDev] i686-specific install failure in java-1.2.6, Dmitri A. Sergatskov, 2009/08/29
- Re: [OctDev] i686-specific install failure in java-1.2.6, John W. Eaton, 2009/08/29
- Re: [OctDev] i686-specific install failure in java-1.2.6, Dmitri A. Sergatskov, 2009/08/29
- Re: [OctDev] i686-specific install failure in java-1.2.6, Dmitri A. Sergatskov, 2009/08/29
- Re: [OctDev] i686-specific install failure in java-1.2.6, Dmitri A. Sergatskov, 2009/08/29
- Re: [OctDev] i686-specific install failure in java-1.2.6, John W. Eaton, 2009/08/29
- Re: [OctDev] i686-specific install failure in java-1.2.6, Michael Goffioul, 2009/08/30
- Re: [OctDev] i686-specific install failure in java-1.2.6, Alex Lancaster, 2009/08/31
- Re: [OctDev] i686-specific install failure in java-1.2.6, Dmitri A. Sergatskov, 2009/08/31
- Re: [OctDev] i686-specific install failure in java-1.2.6,
Dmitri A. Sergatskov <=