From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: Guenther.Grau@bk.bosch.de Cc: gdb@cygnus.com Subject: Re: gdb-19990209 on sparc-2.5.1 Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <199903242340.PAA01879@andros.cygnus.com> References: <36F9675E.65FA739B@bk.bosch.de> X-SW-Source: 1999-q1/msg00167.html Date: Wed, 24 Mar 1999 23:29:50 +0100 From: Guenther Grau Stan Shebs wrote: > Actually - everybody hold on to your hats - this isn't the first time > that GDB has been compiled with compilers other than GCC. :-) The > official expectation is that GDB is portable C code, and that it can > be compiled and built by any reasonable C compiler. Ok, after I read that, I dl'd gdb-19990209.tar.gz. Is that really the lastest snapshot (4.17.86) everybody is talking about? No. 4.17.86 is similar to 19990209, but comes from a branch that was sprouted from the trunk on 15 Feb, and includes a bunch of little fixes that were done as part of the pre-release testing process. 19990209 is derived from the repository trunk by whacking out Cygnus-only bits. You should see fewer problems with 4.17.86. Well, anyways, on my sparc-solaris 2.5.1 I did setenv CC cc ./configure make and found a few glitches (i.e. warnings :-) and a make error. cc is from SunWorkshop Solaris 4.2. I attached the output during the build process. I haven't had time to look into this further as I will need to go to sleep now :-) Try 4.17.86 instead - I remember something about a configuration problem in opcodes in a snapshot, that might be the one. Stan