Date: Sat, 20 Jan 2001 12:16:35 +0200 (WET) From: Andris Pavenis To: Bitland Cc: djgpp AT delorie DOT com Subject: Re: compiling RHIDE. problem building libgdb In-Reply-To: <20010119192019.04692.00000264@ng-mp1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 20 Jan 2001, Bitland wrote: > Hi ! > To analyze the GeForce 2 problem I decided to rebuild RHIDE, downloaded the > source, this of GDB5.0 (+ s2.zip) and tvision. I setup the RHIDESRC and GDB_SRC > variables. Now it missed libgdb.h and I understand to make this before, but now > it stopped executing the make of the LIBGDB-directory with this message: > > The check for echo.exe was successfull > c:/djgpp/bin/make.exe -C C:/DJGPP/GNU/GDB-5.0/bfd/ CFLAGS="-DMAINTENANCE_CMDS=0 > -DHAVE_CONFIG_H -O2 -DHAVE_LONG_DOUBLE=1 -DPRINTF_HAS_LONG_DOUBLE=1 -O2" > MMALLOC= MMALLOC_CFLAGS="-DNO_MMALLOC -DNO_MMALLOC_CHECK" > make.exe[1]: Entering directory `c:/djgpp/gnu/gdb-5.0/bfd' > make.exe[1]: *** No targets specified and no makefile found. Stop. > make.exe[1]: Leaving directory `c:/djgpp/gnu/gdb-5.0/bfd' > make.exe *** [C:/DJGPP/GNU/GDB-5.0/bfd/libbfd.a] Error 2 > > I'm not a specialist for DJGPP's environment and the makefile-internals. > Is there something to be processed with automake or such, because inside bfd > there is only a makefile.am ? And how ??? > Did You configure GDB-5.0? RHIDE currently only understands if GDB is configured to build in source directory. Andris