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 - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
