From: pavenis AT lanet DOT lv Message-ID: To: Laurynas Biveinis , djgpp-workers AT delorie DOT com Date: Fri, 6 Aug 1999 17:39:10 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: GDB 4.18 build weirdnesses In-reply-to: <37A9C1F9.6DC8756B@softhome.net> X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Here is summary of my experience with release of DJGPP port of gdb-4.18 Building gdb-4.18 from sources: no problems found (gcc-2.95 release, 990710 snapshot of binutils, 28 July CVS version of DJGPP) make install: only ordinary libtool problems. 'cp c:/djgpp/bin/bash.exe /bin/sh.exe' fixes them. Other solution which doesn't need real /bin/sh.exe I used in shell script for building binutils reconfiguring gdb-4.18 (sh djconfig.sh): no problems found Andris On 5 Aug 99, at 18:55, Laurynas Biveinis wrote: > 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? > >