Message-ID: <320EE69B.5229@sysnetway.com.br> Date: Mon, 12 Aug 1996 01:08:59 -0700 From: Edevaldo Pereira Siva Júnior MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Building GCC with DJGPP sources. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I was trying to make gcc with DJGPP sources, but when I try make it I've got a lot of error messages. My first step was the configuration procedure: CONFIGUR go32 and then the MAKE program with no arguments. The error messages were something like this: touch s-attr make.exe: [s-attr] Error -1 Whith the -i option enabled (MAKE) I've got the same message for almost all s-??? files, but xgcc.exe and many other executables were built (in gcc-272 directory). I think this is the stage1 compiler accordind GNU's documentation but not sure. The bison, flex and sed are present, the sources weren't touched and DJGPP is working fine. I just want know how to buid it(DJGPP).Does somebody have any ideas? I never used a makefile before. Thanks.