Re: Building OOo m100 on AMD64
Jan Holesovsky <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Message-ID | <[email protected]> |
Hi Jonathan, On Tue, 24 May 2005, Jonathan Ben Avraham wrote: > We are using 32 bit Debian on our dual AMD Opteron 250 system with Tyan > K8 motherboard. Only the kernel itself is 64 bit: > > ooo@shvo:~/SRC680_m100$ uname -a > Linux shvo 2.6.8-11-amd64-k8-smp #1 SMP Sun Apr 10 18:58:09 UTC 2005 x86_64 GNU/Linux Good, then it boils down to convincing the 'uname' to report the machine as 32bit. 64bit distributions have 'linux32' binary that does that; see http://packages.debian.org/unstable/utils/linux32 You can start a new shell using e.g. linux32 $SHELL Then try uname -a in the new shell; it should report i386, and it should be OK for the OOo configure and compilation. You wrote that you have 32bit distribution, so you'll probably have to install linux32 from 64bit Debian. I'm not a Debian user so I am unable to help you with it. Regards, Jan