I installed Bochs from the packages and additionally i want to install a second instance of Bochs with Debugging-enabled, like in the Document from http://wiki.osdev.org/Bochs. I used Bochs 2.6 and tried it with the following commands :
But it failed with the following error : Curses library not found: tried curses, ncurses, termlib and pdcurses.
And so I can't execute make and also not make-install.
One should install development packages for all dependencies. I don't remember the whole list for Bochs but for ncurses development you should install libncurses5-dev.
It's much more interesting how to compile bochs under Windows.
My previous account (embryo) was accidentally deleted, so I have no chance but to use something new. But may be it was a good lesson about software reliability
embryo2 wrote:It's much more interesting how to compile bochs under Windows.
...although irrelevant.
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.
I don't remember the whole list for Bochs but for ncurses development you should install libncurses5-dev
Exactly
After installing the necessary libraries the ./configure-command was going fine, but make broke with an Error. I asked Google and i found, that you have to add "LDFLAGS='-pthread'" to your ./configure-command.