>>>>> "Mark" == Mark W Eichin <[EMAIL PROTECTED]> writes:
Mark> For that matter, is the arm port primarily a netwinder port, Mark> or more broad? I've been building stuff from debian for the Mark> iPAQ PDA (200mhz SA1100) mostly to put in the NFS-mounted Mark> /usr/local, and in fact doing apt-get source foo cd Mark> foo-version ./configure --prefix=/usr/local make all make Mark> install has worked quite nicely (ssh built out of the box - Mark> ssh'ing *in* to a palmtop feels kind of goofy :-) but I Mark> haven't come up with a good way to use "real" debian Mark> packages with it... # apt-get source ssh # cd ssh-* # dpkg-buildpackage -rsudo -m"Your Name <[EMAIL PROTECTED]>" -B # cd .. # dpkg --install *.deb