> ./a.out: error while loading shared libraries: /lib64/libc.so.6: unexpected > reloc type 0x08
This was a bug in libc6-sparc64. It's fixed now (just update to the latest). > > Anyhow, you can override this easily by prepeding your build commands > > with the sparc32 command. E.g. > > > > # sparc32 ./configure > > # sparc32 make > > > > I've also added a "permanent" override that will be coming in the next, > > for those that wish to do a system-wide override. You can just touch > > /etc/disable_64_gcc, and all the defaults will be -m32. > This is good to know. Thanks for your fast reply. This is what I need to > build debian-compliant packes, right? > > Best regards, Yes. -- Debian - http://www.debian.org/ Linux 1394 - http://www.linux1394.org/ Subversion - http://subversion.tigris.org/ WatchGuard - http://www.watchguard.com/

