Mail Archives: djgpp-workers/1999/08/06/12:56:22
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?
>
>
- Raw text -