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
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
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
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