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.

You can avoid the errors by using the Debian-supplied sources and build
dependencies. Just run

        apt-get install libmotif-dev fakeroot
        apt-get build-dep dx
        apt-get source dx
        cd dx-4.3.2
        dpkg-buildpackage -rfakeroot -us -uc

This yields a bunch of ready-to-install Debian packages. The official
packages need to be build with lesstif for licensing reasons, but I've
made it easy on purpose to recompile with openmotif.

Regards,

Daniel.

Reply via email to