[GENERAL] libpq linking problem

1999-04-02 Thread Bob VonMoss
I'm starting to use libpq.a in a test C/C++ program, but am getting the following the linker errors: bash$ gmake gcc -o test test.o libpq.a Undefined first referenced symbol in file socket libpq.a(fe-connect.o) recv

Re: [GENERAL] libpq linking problem

1999-04-02 Thread Oleg Broytmann
Hi! On Fri, 2 Apr 1999, Bob VonMoss wrote: > I'm starting to use libpq.a in a test C/C++ program, but am getting the > following the linker errors: > > bash$ gmake > gcc -o test test.o libpq.a > Undefined first referenced > symbol in file > sock

[GENERAL] Need help to compile pgsql

1999-04-02 Thread Jun Zhang
I got postgresql-6.4.2, tried to compile under AT&T System 3000 (ncr). I think it is very reasonable to group my platform to svr4, which is the template I used. Configure is fine. Gnu make 3.77 was used. the "make all" did fine untile it entered the backend/storage subdirectory, when I got many l

Re: [GENERAL] Need help to compile pgsql

1999-04-02 Thread The Hermit Hacker
On Fri, 2 Apr 1999, Jun Zhang wrote: > I got postgresql-6.4.2, tried to compile under AT&T System 3000 (ncr). > I think it is very reasonable to group my platform to svr4, which is the > template I used. Configure is fine. > > Gnu make 3.77 was used. the "make all" did fine untile it entered the