From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frantisek Hanzlik Subject: Re: Compilation options used in the binary distribution Date: Tue, 20 Jan 2009 23:08:34 +0100 Message-ID: <49764B62.1060708@hanzlici.cz> References: <4975F22B.90509@adbosch.es> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4975F22B.90509@adbosch.es> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Javier Tarifa Cc: linux-msdos@vger.kernel.org Javier Tarifa wrote: > I'd like to know exactly how was compiled the binary distribution that > you get when you download dosemu-1.4.0-bin.tgz. > I've done a little change to the terminal code and when I a run a > program with my own compiled version, the program dies saying something > about too many users when I have more than one dosemu running it. But > when I use the binary distribution this doesn't happen, I can have > multiple dosemus using it without problems. > Can someone help me? -- You want run multiple dosemus under one user account? Then maybe will be usefull start individual instances with unique "-o logfile" log file specification (instead of default "~/.dosemu/boot.log"). Or You can specify log/debug filespec in individual .dosemurc files with option "$_debugout = "filespec". Although I use and have dosemu 1.4 compiled for several Fedora distributions, and it works fine when simultaneously run couple of them from one user, even without specifying different boot.log file - they all use implicit one (lsof says)(it's smut way, but dosemus curiously works) You can too look for my build options in RPM .spec files at: http://hanzlici.cz/packages/fedora/dosemu/ Regards, Franta Hanzlik