Help with building cross egcs 1.1.1
Mumit Khan
khan@xraylith.wisc.edu
Thu Dec 31 09:22:00 GMT 1998
On Wed, 30 Dec 1998, Martin Imrisek wrote:
>
> CC -DSVR4 -g -O2 -I./include -I. -I. -I./config \
> -c ./objc/hash.c -o objc/hash.o
> In file included from ./objc/hash.c:31:
> objc/runtime.h:31: stdio.h: No such file or directory
> objc/runtime.h:32: ctype.h: No such file or directory
> In file included from objc/runtime.h:38,
Provided you've put all the required runtime (headers/libs/etc) in the
right places (pointed to by prefix/exec-prefix), do the following:
$ cd <objdir>/gcc
$ make installdirs
$ cd .
$ make ...
Regards,
Mumit
_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.
More information about the crossgcc
mailing list