From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Aaron J. Grier" To: ron tal Cc: crossgcc@sources.redhat.com Subject: Re: building gcc m68k-coff Date: Wed, 11 Oct 2000 12:01:00 -0000 Message-id: <20001011120138.I21675@aaron.frye.com> References: X-SW-Source: 2000-10/msg00056.html On Wed, Oct 11, 2000 at 06:26:10PM +0000, ron tal wrote: > /home/ronenl/usr/local/make > make[1]: Entering directory > `/home/users/ronenl/usr/local/binutils-2.10/libiberty' > test x"no" != xyes || \ > gcc -c -DHAVE_CONFIG_H -g -O2 -W -Wall -I. -I./../include -W -Wall > -Wtraditional argv.c -o pic/argv.o > gcc -c -DHAVE_CONFIG_H -g -O2 -W -Wall -I. -I./../include -W -Wall > -Wtraditional argv.c > argv.c:38: string.h: No such file or directory > argv.c:39: stdlib.h: No such file or directory > make[1]: *** [argv.o] Error 1 > make[1]: Leaving directory > `/home/users/ronenl/usr/local/binutils-2.10/libiberty' > make: *** [all-libiberty] Error 2 this appears to be an even more basic problem... your system compiler appears to be missing header files. does a simple program which #includes string.h and stdlib.h, and calls functions like atoi and strlen compile and execute properly on your system with the native compiler? -- Aaron J. Grier | Frye Electronics, Tigard, OR | aaron@frye.com "Add [Windows] ME to an old PC with a `mere' 32 MB of memory, and your hard disk will be busier than a one-armed man juggling knives." -- Winn L. Rosch ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com