Subject: Bochs debugging
To: None <pkgsrc-users@NetBSD.org>
From: Michael Kell Jensen <mkj@micrun.net>
List: pkgsrc-users
Date: 09/27/2007 10:45:06
Hi

Ive installed bochs from pkgsrc.
with options in /etc/mk.conf

PKG_OPTIONS.bochs+=debug

However unlike in cygwin on a windows machine,i do not get into the 
debugger.
maybe this line from the pkgsrc install has something to do with it.

-----
for i in bochsdbg; do if test -f $i; then install $i /usr/pkg/bin; else
install ./$i /usr/pkg/bin; fi; done
install: ./bochsdbg: stat: No such file or directory
gmake: [install_bin] Error 1 (ignored)
------

Seems the executable file for the debugger is missing or something?

this is the pkgsrc 2002Q2 on NetBSD 3.1
Any other info needed ?


Cognacc