Re: FW: gdb commands not taken into account with mingw
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: xantares 09 <[email protected]> > Date: Fri, 7 Mar 2014 16:07:48 +0000 > > I have compiled gdb with mingw64, and can't seem to be able to send commands to the command line interface, caracters are printed as I type but it won't do nothing, as if the return key was not sending the command, it just skips a line. > It works ok from a gdb script though (option x). > > I've tried version 7.6 and 7.7. > I tried to compile with --enable-tui, but it made no difference. > Any clues ? Make sure you don't link against ncurses, or some other similar library.