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