Re: Installing PostgreSQL 7.1.2 on SCO Open Server 5.0.5

From: Dave Smith <dave(at)candata(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: "Waldispuehl, Peter" <Waldispuehl(at)ihagfm(dot)ch>, "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing PostgreSQL 7.1.2 on SCO Open Server 5.0.5
Date: 2001-08-07 01:28:13
Message-ID: 3B6F442D.8050102@candata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Funny you should mention it . I just build it last week. The switches
are the same as for unixware. So ...
in Makefile.shlib add

ifeq ($(PORTNAME), sco)
install-shlib-dep := install-shlib
shlib :=
lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(S
O_MINOR_VERSION)
LDFLAGS_SL := -G -z text
CFLAGS += $(CFLAGS_SL)
ifeq ($(CXX), CC)
CXXFLAGS += -Xw
COMPILE.cc = $(CXX) $(CXXFLAGS:ll,alloca=ll) $(CPPFLAGS)
$(TARGET_ARCH) -c
endif
endif

Delete all of the .o and remake. Works fine

Peter Eisentraut wrote:
> Waldispuehl, Peter writes:
>
>
>>I tried to compile and install PostgreSQL 7.1.2 on SCO Open Server 5.0.5.
>>Though not stated in doc/FAQ_SCO, it wasn't possible until I disabled shared
>>library support (configure --disable-shared) and changed some lines in
>>src/backend/storage/file/fd.c .
>>
>
> Clearly, this needs to be fixed, but it's hard to tell how from this
> description.
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Susan Lane 2001-08-07 01:46:26 Database handle destroyed without explicit disconnect
Previous Message Dr. Evil 2001-08-07 00:43:51 Re: Would a PostgreSQL database on a DVD be usable?