* 1.1.5 compile and xdosemu
@ 2003-06-28 23:47 Ralph Alvy
2003-06-29 1:00 ` Justin Zygmont
0 siblings, 1 reply; 6+ messages in thread
From: Ralph Alvy @ 2003-06-28 23:47 UTC (permalink / raw)
To: linux-msdos
I compiled and installed 1.1.5 and find that this process fails to
produce an xdosemu executable. Tried it twice and only got the dosemu
exectuable. Is that normal behaviour, even though I am using the default
config settings files (which has X on)? Should I just copy my copy of
xdosemu from my 1.0.2.1 installation into the /usr/local/bin?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.1.5 compile and xdosemu
2003-06-28 23:47 1.1.5 compile and xdosemu Ralph Alvy
@ 2003-06-29 1:00 ` Justin Zygmont
2003-06-29 11:39 ` Bart Oldeman
0 siblings, 1 reply; 6+ messages in thread
From: Justin Zygmont @ 2003-06-29 1:00 UTC (permalink / raw)
To: Ralph Alvy; +Cc: linux-msdos
On Sat, 28 Jun 2003, Ralph Alvy wrote:
> I compiled and installed 1.1.5 and find that this process fails to
> produce an xdosemu executable. Tried it twice and only got the dosemu
> exectuable. Is that normal behaviour, even though I am using the default
> config settings files (which has X on)? Should I just copy my copy of
> xdosemu from my 1.0.2.1 installation into the /usr/local/bin?
of course not, they're different versions. Didn;t you see the xdosemu
file? it's a symbolic link to dosemu.bin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.1.5 compile and xdosemu
2003-06-29 1:00 ` Justin Zygmont
@ 2003-06-29 11:39 ` Bart Oldeman
0 siblings, 0 replies; 6+ messages in thread
From: Bart Oldeman @ 2003-06-29 11:39 UTC (permalink / raw)
To: Justin Zygmont; +Cc: Ralph Alvy, linux-msdos
On Sat, 28 Jun 2003, Justin Zygmont wrote:
> On Sat, 28 Jun 2003, Ralph Alvy wrote:
>
> > I compiled and installed 1.1.5 and find that this process fails to
> > produce an xdosemu executable. Tried it twice and only got the dosemu
> > exectuable. Is that normal behaviour, even though I am using the default
> > config settings files (which has X on)? Should I just copy my copy of
> > xdosemu from my 1.0.2.1 installation into the /usr/local/bin?
>
> of course not, they're different versions. Didn;t you see the xdosemu
> file? it's a symbolic link to dosemu.bin
no it's a symbolic link to "dosemu". Make install should produce
something like the following:
ls -l /usr/local/bin/dos* /usr/local/bin/xdos*
-rwxr-xr-x 1 root root 27698 Jun 29 11:41 /usr/local/bin/dosdebug
-rwxr-xr-x 1 root root 10339 Jun 29 11:41 /usr/local/bin/dosemu
-rwxr-xr-x 1 root root 3827798 Jun 29 11:41 /usr/local/bin/dosemu.bin
lrwxrwxrwx 1 root root 6 Jun 29 11:41 /usr/local/bin/xdosemu -> dosemu
xdosemu is an alias for "dosemu -X".
Bart
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <3EFF3BB1.5000509@compuserve.com>]
* Re: 1.1.5 compile and xdosemu
[not found] <3EFF3BB1.5000509@compuserve.com>
@ 2003-06-29 19:36 ` Bart Oldeman
2003-06-29 23:25 ` Ralph Alvy
0 siblings, 1 reply; 6+ messages in thread
From: Bart Oldeman @ 2003-06-29 19:36 UTC (permalink / raw)
To: Ralph Alvy; +Cc: linux-msdos
On Sun, 29 Jun 2003, Ralph Alvy wrote:
> [ralvy@localhost bin]$ ls -l
> total 1628
> -rwxr-xr-x 1 root root 25645 Jun 28 16:57 dosdebug
> -rwxr-xr-x 1 root root 10223 Jun 28 16:57 dosemu
> -rwxr-xr-x 1 root root 1404300 Jun 28 16:57 dosemu.bin
> -rwxr-xr-x 1 root root 167810 Jun 28 16:57 midid
> -rwxr-xr-x 1 root root 20006 Jun 28 16:57 mkfatimage
> -rwxr-xr-x 1 root root 21331 Jun 28 16:57 mkfatimage16
>
> Also, when I run dosemu -X, I get the usual nonX dosemu. When I exitemu,
> I see this on the terminal screen:
>
> ERROR: X support not compiled in
>
> However, when I did the compile, X was turned on in the compile settings
> file. Did it twice with the same results.
right, you probably didn't install the X development libraries -- your
distribution should have them, look for the xlibs-dev or xlibs-devel
package or similar. You can see that if you run
./configure
and look at the warnings it tell you about at the end.
Bart
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: 1.1.5 compile and xdosemu
2003-06-29 19:36 ` Bart Oldeman
@ 2003-06-29 23:25 ` Ralph Alvy
2003-06-29 23:31 ` Bart Oldeman
0 siblings, 1 reply; 6+ messages in thread
From: Ralph Alvy @ 2003-06-29 23:25 UTC (permalink / raw)
To: linux-msdos
Thanks for taking the time on all this, Bart. I'm obviously not a
sophisticated Linux or dosemu user. That said, I now have 1.1.5 working
with xdosemu. But I find that a certain setting that allows one of my
apps to work under 1.0.2.1 is missing from dosemu.conf. That's the
$_kbint setting. I had to set that to off in 1.0.2.1 to allow a
particular app to work properly. I think I can work around this, but was
wondering if this setting is going to return in a future version of
dosemu.conf.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.1.5 compile and xdosemu
2003-06-29 23:25 ` Ralph Alvy
@ 2003-06-29 23:31 ` Bart Oldeman
0 siblings, 0 replies; 6+ messages in thread
From: Bart Oldeman @ 2003-06-29 23:31 UTC (permalink / raw)
To: Ralph Alvy; +Cc: linux-msdos
On Sun, 29 Jun 2003, Ralph Alvy wrote:
> Thanks for taking the time on all this, Bart. I'm obviously not a
> sophisticated Linux or dosemu user.
DOSEMU always had a bit of a reputation that it was difficult to set up
and I'm trying to make that a little easier -- so this kind of feedback
always helps (to see where the rough edges are).
> That said, I now have 1.1.5 working
> with xdosemu. But I find that a certain setting that allows one of my
> apps to work under 1.0.2.1 is missing from dosemu.conf. That's the
> $_kbint setting. I had to set that to off in 1.0.2.1 to allow a
> particular app to work properly. I think I can work around this, but was
> wondering if this setting is going to return in a future version of
> dosemu.conf.
keybint is always "on" now. It should be, because it is also always on in
a real mode PC too.
Bart
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-06-29 23:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-28 23:47 1.1.5 compile and xdosemu Ralph Alvy
2003-06-29 1:00 ` Justin Zygmont
2003-06-29 11:39 ` Bart Oldeman
[not found] <3EFF3BB1.5000509@compuserve.com>
2003-06-29 19:36 ` Bart Oldeman
2003-06-29 23:25 ` Ralph Alvy
2003-06-29 23:31 ` Bart Oldeman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox