Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] gettext errors - recompile glibc?

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Phil White <cerise AT littlegreenmen.armory.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] gettext errors - recompile glibc?
  • Date: Sun, 9 Feb 2003 11:00:06 -0800

On Sat, Feb 08, 2003 at 08:59:09PM -0800, Andrew wrote:
> I am in the process of testing this on the tree smgl boxes in the
> house. Along with a fix for -ffast-math. If i win I will post my working
> BUILD file.

-ffast-math turns out to be trivial to remove.

CFLAGS=$(echo $CFLAGS|sed 's/\-ffast\-math//')
CXXFLAGS=$(echo $CXXFLAGS|sed 's/\-ffast\-math//')

IIRC, the "correct" way to build GLIBC was to give configure a
prefix of some other directory, test out said directory, and
then copy it over accordingly. That seems a whole lot safer to
me for something that's kinda important on the system.





Archive powered by MHonArc 2.6.24.

Top of Page