Paul Haggart <[EMAIL PROTECTED]> writes: > Okay, what's the recommended solution for this .. other than porting > nethack over to use libc6 (which can't be done at the moment because > of the lack of a libc6 xpm library). How does one detect the > architecture of the machine being used?
Cut and pasted from bash_2.01-0's debian/rules, but enough to get the idea? :- ARCH = $(shell dpkg --print-gnu-build-architecture) make [ ... ] CC=$(ARCH)-linuxlibc1-gcc [ ... ] -- James -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .