From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Willem Stumpel Subject: Re: rerror on installing dosemu-1.2.2 Date: Tue, 01 Mar 2005 21:14:18 +0100 Message-ID: <4224CD1A.5030705@my.home> References: <1109677866.1548.18.camel@MHz1000> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT In-reply-to: <1109677866.1548.18.camel@MHz1000> Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Cc: vanparijs henri vanparijs henri wrote: > Dear Sir, > > This version of dosemu is to be installed on a Pentium-II > 700MHz PC/384MB ram/6GB HDD running the Symply Mepis distro. > > After downloading the tarball in the home directory followed > by: > tar zxvf dosemu-1.2.2.tar.gz > cd dosemu-1.2.2 > ./configure > (got already an error stating lex or flex is missing) > make > and as root: make install [..] > PS: on the www I found a "dosemu for dummies" and that's what I > followed for the installation. A source install needs compilation tools (as "dosemu for dummies" says). If mepis is Debian-based, you could try (as root; you become root by means of the su command) apt-get install flex and try again from ./configure onward. Regards, Jan