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