Re: V8.0.1 under SCO 5.0.7 - Mailing list pgsql-ports

From Larry Rosenman
Subject Re: V8.0.1 under SCO 5.0.7
Date
Msg-id 200503020519.12237.ler@lerctr.org
Whole thread Raw
In response to V8.0.1 under SCO 5.0.7  ("Harvey, Allan AC" <HarveyA@OneSteel.com>)
List pgsql-ports
On Tuesday 01 March 2005 07:24 pm, Harvey, Allan AC wrote:
> Heres how I got V8.0.1 to compile on SCO 5.0.7
>
> The following issued by hand allowed psql to link,
> then returning to the top level a 'make' completed.
>
> postgres@scodev:/upgrades/postgres/postgresql-8.0.1/src/bin/psql$  cc -b
> elf -O command.o common.o help.o input.o stringutils.o mainloop.o copy.o
>  startup.o prompt.o variables.o large_obj.o print.o describe.o
>  psqlscan.o tab-complete.o mbprint.o
>  /upgrades/postgres/postgresql-8.0.1/src/interfaces/libpq/libpq.a
>  /upgrades/postgres/postgresql-8.0.1/src/port/libpgport.a
>  -lz -lreadline -lresolv -lPW -lgen -lld -lsocket -lnsl -ldl -lm  -o psql
that makes a static link to libpq.  Not exactly what you want. :(

That tells me that the libpq.so may not necessarilly be valid.

I'd need to see the whole make output.

--
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-351-4152                 E-Mail: ler@lerctr.org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611

pgsql-ports by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: [BUGS] Errors using Postgres 7.4.6
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Errors using Postgres 7.4.6