Lines: 24 X-Admin: news AT aol DOT com From: bitland AT aol DOT com (Bitland) Newsgroups: comp.os.msdos.djgpp Date: 20 Jan 2001 00:20:19 GMT Organization: AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com Subject: compiling RHIDE. problem building libgdb Message-ID: <20010119192019.04692.00000264@ng-mp1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 ??? I hope someone can help me at this point... Thanks Andy