System:
Linux tigaon 2.6.25-4.slh.3-sidux-686 #1 SMP PREEMPT Fri May 23 21:58:49 UTC
2008 i686 GNU/Linux
$ cd src; make
produces the error: (seems to be missing gcclib.a?):
..
ld -o vxa/zlib/ezlib -Llibvxc -L -g -L. libvxc/vx32/crt0.o vxa/zlib/ezlib.vo
vxa/zlib/compress.vo vxa/zlib/deflate.
On Fri, 11 Jul 2008, andrey mirtchovski wrote:
change the definition of VX32_LDFLAGS in src/Makefrag to:
VX32_LDFLAGS := -Llibvxc -L$(dir $(shell gcc -m32 -print-libgcc-file-name)) \
With this change I get the error:
..
$ ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches
Trying to get UDP working with announce.dial and friends.
Code for an attempted UDP server/client listed below.
The server does not get beyond the read() call -- as if the
client never got connected. Dial() in client does not return
error. Any pointers will bve appreciated.
-ishwar
---server
Can any one point me to the file containing
code for: ulong parseip(uchar *ipaddr, char *str)
described in ip(2)..
-ishwar