Path: utzoo!utgpu!watmath!iuvax!cica!tut.cis.ohio-state.edu!ICS.UCI.EDU!rfg From: rfg@ICS.UCI.EDU Newsgroups: gnu.gdb.bug Subject: 2 minor glitches in 3.3 (Symmetry) Message-ID: <8910071320.aa15223@ICS.UCI.EDU> Date: 7 Oct 89 20:20:21 GMT Distribution: gnu Organization: GNUs Not Usenet Lines: 17 When building GDB 3.3. for the Symmetry, I found two minor glitches. First, the Symmetry option for config.gdb failed to cause the proper dep.c file to be linked. Thus, I got a link to "default-dep.c". Second, when compiling with this configuration, I got a compile error (unterminated character constant) on default-dep.c. This was apparently due to the fact that there is a comment inside of default-dep.c that was *not* surrounded by /* and */, but only by #if 0 and #endif. This comment contained something like: ... can't ... That caused the problem. // rfg