On Wed, Oct 20, 2004 at 01:24:30AM -0400, Karthik Vishwanath wrote: > In order to try what was suggested, I downloaded the sources for 4.2.0 and > 4.3.2, ran ./configure for each followed by a make for each of the sources > - I get different errors on each and can't seem to figure out whats > missing. I am running debian (sid) with a 2.4.18 kernel on an athlon 2100.
There is another way to compile dx under debian 1. Make sure that you have line like deb-src http://ftp.de.debian.org/debian/ testing main in /etc/apt/sources.list 2. deinstall any lesstiff-dev packages and install libmotif-dev 3. Then change working directory to some appropriate one for source code of dx and execute the command apt-get source dx You get dx-sources with *patches* for debian 4. cd into dx-4.3.2 and run debuild binary 5. Now you can install new deb-packages into the system. Denis
