This is the mail archive of the gdb@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]

Problems building gdb-19990209 (i686-pc-linux-gnu)


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