bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in make 3.79.1 linux, case-insensitivity


From: Paul D. Smith
Subject: Re: bug in make 3.79.1 linux, case-insensitivity
Date: Tue, 17 Apr 2001 15:40:17 -0400

I think this is a locale problem.  GNU make 3.79.1 uses the standard
libc globbing library, which obeys the sorting order in the locale.

Make sure your locale (LC_ALL and/or LANG) is set to "C", or at least
your sort order (LC_COLLATE) is set that way, and not to en_US or
whatever.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

[Prev in Thread] Current Thread [Next in Thread]