Paul D. Smith writes:
> Does BeOS have enough of a shell that you can run configure and get
> useful results?
Yes. It uses GNU bash 2.03.
> bh> 2) Error during "make distclean":
>
> bh> Apparently $(MAKE) = /bework/gnubuild/make-3.79/./make has been
> bh> removed during the "make distcle
%% Bruno Haible <[EMAIL PROTECTED]> writes:
bh> 1) Compilation error in arscan.c. BeOS doesn't have the
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 into arscan.c, and verified using "od -x"
Hi,
When compiling make-3.79 on BeOS, I encountered the following problems:
1) Compilation error in arscan.c. BeOS doesn't have the header file.
But it has archive libraries, and uses the GNU binutils to create them.
I therefore copied the contents of glibc's into arscan.c, an