Re: problem building fnord in 64 bit on a sparc running Linux
Felix von Leitner <[email protected]> Fri, 26 Mar 2004 13:27:29 +0100
| Newsgroups | gmane.comp.web.fnord |
|---|---|
| Message-ID | <[email protected]> |
Thus spake The Eye ([email protected]): > Re the fix supposedly in cvs: two people (me (stupid user) and weeve > (one of the sparc gentoo devs)) just tried this and it still breaks. You > sure you didn't accidentally tell it the wrong way around, i.e. fixed > the 32 bit version and not the 64 bit one? Nope. I can cross compile fnord now both for sparc64 and sparc32. > but the problem might be that our ld is 32 bit ... because glibc is 32 > bit ... That is definitely a problem, yes. But if you have sparc64-linux-gcc, why don't you also have sparc64-linux-ld? You can have them both installed on the same system without conflict. That's how I am doing my cross compiling. Felix