bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] winsocket - threads Win32 builds


From: Nardy Pillards
Subject: [Bug-gnubg] winsocket - threads Win32 builds
Date: Sat, 12 Jul 2003 01:29:12 +0200

The latest adjustments to the devel-013 branch (changelog 1.1155):

Sources compiled fine (included external.c :-)),
but set.c does not.

set.c misses:
if WIN32
include <winsock.h>

Linking complains about a lot of references.
Adding -lwsock32 to LIBS resolves most of those.

These references remain:

gtkgame.o(.text+0x18943):gtkgame.c: undefined reference to `GTKSetOptions'
show.o(.text+0x6120):show.c: undefined reference to `GTKShowPath'
show.o(.text+0x6f16):show.c: undefined reference to `GTKShowBearoff'

Resume:
1. set.c
needs " #include <winsock.h> "

2. makefile
" -lwinsock " to be added to LIBS

3. undefined references to 'GTK....'
??

Nardy




__________
Nardy 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]