Re: Need access to a Linux box

From: Kurt Roeckx <Q(at)ping(dot)be>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Need access to a Linux box
Date: 2004-12-05 21:25:43
Message-ID: 20041205212543.GA32260@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Dec 05, 2004 at 08:21:36PM +0100, Thomas Hallgren wrote:
> I'm in process of releasing a PL/Java based on the latest 8.0.0rc1. My
> Linux box is x86_64 based and even if I can cross-compile a 32 bit
> binary on it, I feel it's not really the same thing. Normally I use the
> "testdrive" over at hp but it has had a "no space left on device" status
> for a couple of days now. Does anyone know about some other place where
> I can compile and run some rudimentary tests?

What I always do is build everything in an i386 chroot. That
means it really does the same as an i386. You might have to use
the linux32 bit util too, to change the uname -m output from
x86_64 to i686.

If you're still not convised it's the same, boot an i386 kernel
instead.

Kurt

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message elein 2004-12-05 22:27:14 rules, triggers and views
Previous Message Andrew Dunstan 2004-12-05 21:06:57 Re: WIN1252 encoding - backend or not?