> How do i make > apt-get -b source pkgname > compile for sparc64 and not sparc32 as having 64bit useland is my intention.
You don't want that. There's nothing speedy about compiling 64-bit. It's a waste unless your entire system needs to access > 4gigs of ram. If you must convince yourself, you need to add -m64 to the command line and make sure you use latest gcc-3.3 in unstable. Also, install into a chroot initially so you don't break your running system. -- Debian - http://www.debian.org/ Linux 1394 - http://www.linux1394.org/ Subversion - http://subversion.tigris.org/ WatchGuard - http://www.watchguard.com/

