On Fri, Jan 22, 1999 at 10:27:49AM -0800, Chagas, Jason wrote:
> Mathew,
> 
> I was able to run the patch (#patch -p1 < egcs-1.1.1-arm-diff-990113) and
> 'configure' (./configure --target=arm-linux -prefix=/usr) successfully.
> However, 'make' failed with the following error messages:
> 
> In file included from ./objc/hash.c:31:
> objc/runtime.h:31: stdio.h: No such file or directory
> objc/runtime.h:31: ctype.h: No such file or directory
> In file included from objc/runtime.h:38,
>                  from ./objc/hash.c:31:
> include/objc/objc-api.h:33 stdio.h: No such file or directory
> make[1]: Leaving directory '/home/chagas/egcs/egcs-1.1.1/gcc'
> make: *** [all-gcc] Error 2
> #
> 
> Has anyone experienced this problem and/or knows how to fix it?

You're building the Objective C compiler; this will almost certainly not
work.  According to INSTALL/BUILD, you should be typing `make cross'
which will build only the C and C++ compilers.

-- 
Matthew Wilcox <[EMAIL PROTECTED]>
"I decry the current tendency to seek patents on algorithms.  There are
better ways to earn a living than to prevent other people from making use of
one's contributions to computer science."  -- Donald E. Knuth, TAoCP vol 3
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to