Re: Building i386 binaries on ia64.

2007-04-15 Thread Goswin von Brederlow
han for the same IA-32 code running on x86 servers of the time." > > It goes on to say that it was removed starting with Montecito in July 2006, > and replaced with emulation instead. > > I'm giving up on the thought of building i386 binaries on ia64 in that case! > >

Re: Building i386 binaries on ia64.

2007-04-14 Thread Al Stone
On Thu, 2007-04-12 at 20:29 +0100, Rob Andrews wrote: > I notice ia64 has ia32-libs and ia32-libs-dev, but I can't seem to find a > compiler to build i386 binaries. > > The reason being is that I want to add support for the Debian nspluginwrapper > package to run on ia64 machines, since they are b

Re: Building i386 binaries on ia64.

2007-04-14 Thread Rob Andrews
d replaced with emulation instead. I'm giving up on the thought of building i386 binaries on ia64 in that case! Thanks for the heads up. rob. -- rob andrews :: pgp 0x01e00563 :: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Building i386 binaries on ia64.

2007-04-14 Thread Ben Hutchings
On Sat, 2007-04-14 at 02:32 +0100, Rob Andrews wrote: > On 14-Apr-2007 00:43.04 (BST), Ben Hutchings wrote: > > > I notice ia64 has ia32-libs and ia32-libs-dev, but I can't seem to find a > > > compiler to build i386 binaries. > > Use the -m32 option to gcc. > > That works on gcc for amd64, but

Re: Building i386 binaries on ia64.

2007-04-13 Thread Goswin von Brederlow
Rob Andrews <[EMAIL PROTECTED]> writes: > Hi all, > > I notice ia64 has ia32-libs and ia32-libs-dev, but I can't seem to find a > compiler to build i386 binaries. > > The reason being is that I want to add support for the Debian nspluginwrapper > package to run on ia64 machines, since they are bia

Re: Building i386 binaries on ia64.

2007-04-13 Thread Rob Andrews
On 14-Apr-2007 00:43.04 (BST), Ben Hutchings wrote: > > I notice ia64 has ia32-libs and ia32-libs-dev, but I can't seem to find a > > compiler to build i386 binaries. > Use the -m32 option to gcc. That works on gcc for amd64, but there's no common runtime in /usr/lib/gcc/ia64-linux-gnu/4.1.2/32

Re: Building i386 binaries on ia64.

2007-04-13 Thread Ben Hutchings
On Thu, 2007-04-12 at 20:29 +0100, Rob Andrews wrote: > Hi all, > > I notice ia64 has ia32-libs and ia32-libs-dev, but I can't seem to find a > compiler to build i386 binaries. Use the -m32 option to gcc. Ben. -- Ben Hutchings Never put off till tomorrow what you can avoid all together. sign

Building i386 binaries on ia64.

2007-04-12 Thread Rob Andrews
Hi all, I notice ia64 has ia32-libs and ia32-libs-dev, but I can't seem to find a compiler to build i386 binaries. The reason being is that I want to add support for the Debian nspluginwrapper package to run on ia64 machines, since they are biarch and have ia32-libs and ia32-libs-gtk. If there i