Date: Mon, 8 Dec 1997 18:10:03 -0800 (PST) Message-Id: <199712090210.SAA11993@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: ysweng AT umc DOT com DOT tw, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Gnu Cross compiler for Dos in Unix Precedence: bulk At 08:01 12/8/1997 GMT, ysweng AT umc DOT com DOT tw wrote: >I follow the step in djgppfaq.info to install the >cross-compiler for DOS in Unix system. When I am >doing about gcc,the script gave a error message >and exit. > >script ==>"configure --target=i386-go32-msdos" > "make LANGUAGES=c CFLAGS=-O" > >error message ==> >"./libgcc2.c:1419: stdio.h: No such file or directory" >"make: *** [libgcc2.a] Error 1" > >How come? What should I do? If I remember correctly, this is because you don't have DJGPP's header files installed. There is a package on Simtelnet which contains the header files and libraries suitable for cross-compiling; look for the file `djcrx201.zip' in the v2/ directory of where you got DJGPP. It also has more detailed instructions on building a cross compiler. It worked for me on an i486-linux box. HTH Nate Eldredge eldredge AT ap DOT net