[Fwd: RE: config.sub and config.guess for PostgreSQL compilation on Linux S/390]

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [Fwd: RE: config.sub and config.guess for PostgreSQL compilation on Linux S/390]
Date: 2000-06-26 18:49:00
Message-ID: 3957A59C.ED46F982@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[Forwarding this here, as I don't know how to answer the second
question.]
[LRO]

-------- Original Message --------
Subject: RE: config.sub and config.guess for PostgreSQL compilation on
Linux S/390
Date: Mon, 26 Jun 2000 14:15:45 -0400
From: "Ferguson, Neale" <NEALE(dot)FERGUSON(at)ca(dot)com>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>

Hi again,
I'm in the process of forward fitting the patches to 7.0.2. They are
trivial so I don't anticipate problems there. One file missing from the
patches I referred you to was the linux_s390 template which I've
reconstructed to look like:
AROPT:crs
CFLAGS:-O0
SHARED_LIB:-fpic
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:bison -y

I've chosen -O0 as the level of compiler I'm using has a couple of bugs.
The
latest one doesn't but I've yet to upgrade to it. I use ./configure
--with-template=linux_s390 --with-odbc --with-perl
One question, how do I get it to automatically pick up linux_s390? As a
clue
here's what I get with uname:
uname -m
s390
uname -r
2.2.14
uname -s
Linux
uname -v
#1 SMP Sun Feb 20 06:20:12 EST 2000

> -----Original Message-----
> And thanks for your reply. I have forwarded the information to the
> PostgreSQL developers list. I would like to see if the new PostgreSQL
> 7.0.2 version can be brought up on S390, as the patches are for 6.5.3.
>
> --
> Lamar Owen
> WGCR Internet Radio
> 1 Peter 4:11
>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Hollomon 2000-06-26 20:22:19 'natural join' core dump
Previous Message Marten Feldtmann 2000-06-26 18:39:19 Re: [HACKERS] CLASSOID patch