On 14 Jul 2003, Peter Celella wrote: > The IPC in the kernel thing is what has me confused. I've searched > everywhere and can't find anything telling me what this is or how to > check it. Do you know how to check if IPC is configured in the kernel? > And if not, how to go about doing so?
if the DOSEMU 1.0.2 binaries work then IPC is there; you're only difference is in the libc used (glibc 2.3 vs. libc5 and maybe dosemu.conf settings. If you run xdosemu then DOSEMU uses more IPC than without X (VGA memory). export LD_ASSUME_KERNEL=2.2.5 sometimes seems to do wonders on RH 9. Also check if you're low on disk space in /tmp or $TMPDIR -- if there is not enough "shmmax" memory for "mapshm" then DOSEMU creates a large file for "mapfile". as to failed static linking you'd have to look at config.log, at the lines following XCloseDisplay. 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
