>I'm still having some problems building EGCS 1.1.1.  I've [aparently] been
>successful building the 'gcc' compiler (~/egcs1.1.1/gcc/make LANGUAGES="c")
>with '-Dinhibit_libc'. However, when I go back and run '~/egcs1.1.1/make
>cross' to finish building 'egcs' it fails with the following message:

You can't build the rest of EGCS until you've installed a target C library.  
Everything aside from the C compiler itself depends on this.

>What can I do to fix this problem?

You have to do something along the lines of:

 - `make LANGUAGES="c" install' in the gcc directory to install the compiler 
    proper
 - get the glibc sources from sourceware.cygnus.com:/pub/libc, configure, 
   build and install them.

and then you should find that you can actually compile C programs to 
executables.

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to