This is the mail archive of the gdb-testers@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: coredump


On Wed, Mar 11, 1998 at 02:26:17PM -0500, Laurent Michel wrote:

> 
> Hi!  I tried the beta release of gdb on solaris 2.6 Here is what I get when I 
> try to run the debugger. Not very encouraging.


There was a simple bug in the 4.16.85 release which caused the Solaris
build to fail straight out.  This was fixed a long time ago, I have
been way behind on getting a second snapshot out (due to some of the
more serious problems in the first snapshot which I haven't usefully
addressed yet.)

This should fix it.

Mon Feb 10 15:35:38 1998  Ian Lance Taylor  <ian@cygnus.com>

        * Makefile.in (init.c): Ignore errors when making init.c.  Seems
        necessary to work around bug in Solaris make.


Index: Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/Makefile.in,v
retrieving revision 1.604.2.3
retrieving revision 1.604.2.4
diff -u -r1.604.2.3 -r1.604.2.4
--- Makefile.in	1998/02/05 01:42:37	1.604.2.3
+++ Makefile.in	1998/02/10 21:56:41	1.604.2.4
@@ -556,7 +556,7 @@
 	@echo '#include "ansidecl.h"' >>init.c-tmp
 	@echo 'extern void initialize_all_files PARAMS ((void));' >>init.c-tmp
 	@echo 'void initialize_all_files PARAMS ((void)) {' >>init.c-tmp
-	@echo $(OBS) $(TSOBS) | \
+	@-echo $(OBS) $(TSOBS) | \
 	tr ' ' '\012' | \
 	sed -e '/^Onindy.o/d' \
 	    -e '/^nindy.o/d' \