SCO Ports

From: Roberto Fichera <kernel(at)tekno-soft(dot)it>
To: pgsql-ports(at)postgresql(dot)org
Subject: SCO Ports
Date: 2000-11-10 09:02:28
Message-ID: 5.0.0.25.0.20001110094947.025e3eb0@mail.tekno-soft.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi All,

any one have tried to compile a 7.0.2 with gcc for SCO 5.0.x provided by SCO ?
I've this version:

# gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-pc-sco3.2v5.0.5/2.95.2/specs
gcc version 2.95.2 19991024 (release)

I've modified the makefiles/Makefile.sco into

CFLAGS += -march=i586 -fomit-frame-pointer -melf -O2
LDFLAGS+= -melf
MK_NO_LORDER= true

%.so: %.o
$(CC) -shared -o $@ $<

without success, because the postmaster go in coredump at the startup.

Best regards.

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2000-11-10 13:24:19 Re: PostgreSQL on NT
Previous Message sushil 2000-11-09 22:55:47 POstmaster does not start