This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


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

Re: Build glibc 2.1.1 on i686


Artur Frysiak <wiget@t17.ds.pwr.wroc.pl> writes:

> Problem with build glibc on some machine solved.
> Solution send by Grzegorz Grudzinski <gsg@mimuw.edu.pl> to pld-list[1].
> Please change in versions.awk sort -n to sort -k 1,2
> In attachement is patch solved this problem.

No, -n is what we want.  I don't know what the problem was but add
LC_ALL=C in front:

	sort = "LC_ALL=C sort -n > " tmpfile;

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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