bug-make
[Top][All Lists]
Advanced

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

Re: configure bug in make-3.79.1


From: Paul D. Smith
Subject: Re: configure bug in make-3.79.1
Date: Fri, 15 Dec 2000 10:20:47 -0500

%% address@hidden (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 wrap the variable in quotes

Thanks; this has been fixed in the sources for a while.

  jx> BTW: since when can you not build make with a cros compiler???
  jx> here is the ouput of configure:
  jx>   checking whether setvbuf arguments are reversed... configure: error:
  jx>   can not run test program while cross compiling

There are certain tests that configure must run which won't work in a
cross-compiled environment, because they require actually invoking the
resulting program and seeing its output.  Obviously you can't invoke a
cross-compiled program on the host system.

-- 
-------------------------------------------------------------------------------
 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]