From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: frichard@bbn.com Cc: gdb@cygnus.com Subject: Re: Problems building gdb-19990209 (i686-pc-linux-gnu) Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <199902232238.OAA07915@andros.cygnus.com> References: <199902200303.WAA20632@bbn.com> X-SW-Source: 1999-q1/msg00049.html Date: Fri, 19 Feb 1999 22:03:16 -0500 From: Fred Richardson These problems were small: I had to run `automake' in `gdb-19990209/opcodes' to regenerate `Makefile' (an older version was there). `gdb-19990209/gdb/Makefile' did not have a value for `TERMCAP'. It looks like it never gets set from `@TERM_LIB@', which never get's set in configure. It should be set to `-ltermcap' (I think). This is fixed in the repository, and will appear both in the next snapshot, and in the first 4.18 pre-release (which Jim Blandy swears he's hard at work on...) Thanx for the report! Stan