%% Bruno Haible <[EMAIL PROTECTED]> writes:

  bh> 1) Compilation error in arscan.c. BeOS doesn't have the <ar.h>
  bh> header file.  But it has archive libraries, and uses the GNU
  bh> binutils to create them.  I therefore copied the contents of
  bh> glibc's <ar.h> into arscan.c, and verified using "od -x" that it
  bh> accurately represents the data layout of archive libraries on
  bh> BeOS.

OK, I added this.  Thx.

Does BeOS have enough of a shell that you can run configure and get
useful results?  If not, how are you getting your config.h file?

  bh> 2) Error during "make distclean":

  bh> Apparently $(MAKE) = /bework/gnubuild/make-3.79/./make has been
  bh> removed during the "make distclean". I think, recursing into the
  bh> subdirectories first, and removing the files in the current
  bh> directory afterwards should fix the problem.

The ordering of these targets is handled automatically by automake.  I'm
not aware of any way for automake packages to affect this reliably.
I'll ask the automake folks what they think.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.ultranet.com/~pauld/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Reply via email to