Re: bug in make-3.79.1

2002-09-23 Thread Paul D. Smith
Hi; this bug has been reported before and is fixed in the CVS version of GNU make; the fix will be in the next release. Thanks for the report! -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips a

bug in make-3.79.1

2002-09-23 Thread Steven Dirkse
Hello, I believe there is a bug in 3.79.1. It occurs late in function try_variable_definition, where the code v->append = append; is executed. For a build with WINDOWS32 defined the struct v was not initialized in some cases (specifically, when processing a line of the form SHELL = /bin/bas

Configure bug in Make 3.79.1

2001-06-25 Thread Karl Bolingbroke
Hi, I ran across a bug during the configure/build phase of Make 3.79.1. I'm not sure if the bug is part of the Make code itself or something inherited from Autoconf/Automake, but here it is. I'm building Make on HP-UX 11.00 with GCC. I've done this in the past without problem, but I just upgrad

Re: bug in make 3.79.1 linux, case-insensitivity

2001-04-17 Thread Paul D. Smith
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. -- -

bug in make 3.79.1 linux, case-insensitivity

2001-04-17 Thread John Bartelt
One of our users brought this problem to my attention. The problem occurs on linux (RedHat 6.2) but not on solaris. I have not tried any other architectures. Nor does it exist in 3.78.1. == bartelt@noric05 $ uname -a

Re: configure bug in make-3.79.1

2000-12-15 Thread Paul D. Smith
%% [EMAIL PROTECTED] (Jimi X) writes: >> "PDS" == Paul D Smith <[EMAIL PROTECTED]> writes: PDS> Thanks; this has been fixed in the sources for a while. jx> Sorry 'bout that.. is that on sourceware? No. GNU tools are available via CVS on the FSF's subversions server. Start here: h

Re: configure bug in make-3.79.1

2000-12-15 Thread Jimi X
> "PDS" == Paul D Smith <[EMAIL PROTECTED]> writes: PDS> Thanks; this has been fixed in the sources for a while. Sorry 'bout that.. is that on sourceware? PDS> There are certain tests that configure must run which won't work PDS> in a cross-compiled environment, because they require actua

Re: configure bug in make-3.79.1

2000-12-15 Thread Paul D. Smith
%% [EMAIL PROTECTED] (Jimi X) writes: jx> make-3.79.1/configure[3172]: (cross-compiling): unknown test operator jx> corresponding line # 99 in configure.in jx> if test $ac_cv_func_gettimeofday = yes; then jx> $ac_cv_func_gettimeofday and be empty making the test fail. jx> need to wra

configure bug in make-3.79.1

2000-12-15 Thread Jimi X
make-3.79.1/configure[3172]: (cross-compiling): unknown test operator corresponding line # 99 in configure.in if test $ac_cv_func_gettimeofday = yes; then $ac_cv_func_gettimeofday and be empty making the test fail. need to wrap the variable in quotes -Jimi X BTW: since when can you not build