On Thu, 9 Mar 2000, Andris Pavenis wrote:
> After compiling DOSEMU-1.0.0 I'm getting following output from
> xdos:
> General protection exception
> GDT selector: 0x0000
> Exception was caused by DOSEMU
> ...
> Binaries from dosemu-1.0.0-1.i386.rpm works Ok (no such problem)
So your compilation is broken.
>
> Configure command
> ./default-configure --prefix=/usr --enable-linuxstatic \
> --enable-dodebug
hmm, this is _not_ the recommended procedure (and the docs explitely tell
you _how_ to reconfigure).
You need either to use ./setup-dosemu or edit compiletime-settings:
config {
...
dodebug on
...
}
then do
$ make distclean
$ make
Hans
<[EMAIL PROTECTED]>