Message-ID: <37A9C1F9.6DC8756B@softhome.net> Date: Thu, 05 Aug 1999 18:55:21 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: lt,en MIME-Version: 1.0 To: DJGPP Mailing List Subject: GDB 4.18 build weirdnesses Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hello, I downloaded gdb418s.zip and tried to compile it. Extracted zip contents, then went into c:\djgpp\gnu\gdb-4.18\ and tried "make". It stopped almost immediatelly with error: (I have all listed in readme.djgpp packages installed) ---------- make.exe[1]: Entering directory `c:/djgpp/gnu/gdb-4.18/libiberty' if [ x"no" = xyes ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir make.exe[1]: *** [config.h] Error -1 make.exe[1]: Leaving directory `c:/djgpp/gnu/gdb-4.18/libiberty' make.exe: *** [all-libiberty] Error 2 --------- Since GDB for DJGPP comes pre-configured, I assumed that it's safe to disable config.h's rule in makefile, so I commented it out and re-run make. Then it stopped with similar error in bfd subdirectory (file bfd.h). I did similar thing here. Then failed "ofiles" and finally "libbfd.a" Can anybody explain me what I'm doing wrong?