From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fred Richardson To: gdb@cygnus.com Subject: Problems building gdb-19990209 (i686-pc-linux-gnu) Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <199902200303.WAA20632@bbn.com> X-SW-Source: 1999-q1/msg00045.html Hi- 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). -Fred