"Michel Boaventura" <[EMAIL PROTECTED]> writes: > I've tried to compile the 20081106 and seems like the patch works. But > now I'm having another problem. > Pspp has support for Postgres, but it should be disable by default. > When I try to compile it, I get those errors: > > gl/.libs/libgl.a(close.o):close.c:(.text+0x2d): undefined reference to > [EMAIL PROTECTED]' > gl/.libs/libgl.a(close.o):close.c:(.text+0x45): undefined reference to > [EMAIL PROTECTED]' > gl/.libs/libgl.a(close.o):close.c:(.text+0x51): undefined reference to > [EMAIL PROTECTED]' > gl/.libs/libgl.a(close.o):close.c:(.text+0x5f): undefined reference to > [EMAIL PROTECTED]'
These symbols are part of the ws2_32 library. I guess that we are failing to link against it. It should be an easy fix, though. -- Ben Pfaff http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
