X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Tim Updegrove Newsgroups: comp.os.msdos.djgpp Subject: Installation with Redhat Linux 9.0 Date: Thu, 04 Dec 2003 14:58:14 -0500 Lines: 13 Message-ID: NNTP-Posting-Host: 128.94.148.174 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: alageremail2.agere.com 1070567878 12233 128.94.148.174 (4 Dec 2003 19:57:58 GMT) X-Complaints-To: newsmaster AT agere DOT com NNTP-Posting-Date: Thu, 4 Dec 2003 19:57:58 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've been using DJGPP on a Windows/DOS system to communicate to a memory-mapped PCI device, however, these programs need to be run on Redhat Linux 9 (RH9). As a complete Linux novice, RH9 and DOSEMU have been installed but the djgpp executable, which was compiled on Win98SE, got "std_port_ind(0xCF8) port server unavailable" and "std_port_outd(0xCF8, 0x0) port server unavailable" errors. Any idea if this should have worked or how to fix the error? My next thought is to compile the source on the Linux machine after installing DJGPP. I'm a little confused on how to install DJGPP. Can I just use the Linux "unzip" command to "install" all the files into /home/tim/djgpp and then modify the DOSEMU autoexec.bat file?