SCO Ports - Mailing list pgsql-ports

From Roberto Fichera
Subject SCO Ports
Date
Msg-id 5.0.0.25.0.20001110094947.025e3eb0@mail.tekno-soft.it
Whole thread Raw
Responses Re: SCO Ports
List 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.


pgsql-ports by date:

Previous
From: "sushil"
Date:
Subject: POstmaster does not start
Next
From: Jason Tishler
Date:
Subject: Re: PostgreSQL on NT