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
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
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
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.
--
-
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
%% [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
> "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
%% [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
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