[9fans] vx32 compilation under Linux

2008-07-11 Thread ISHWAR RATTAN
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.

Re: [9fans] vx32 compilation under Linux

2008-07-13 Thread ISHWAR RATTAN
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

[9fans] UDP insight needed..

2008-12-01 Thread Ishwar Rattan
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

[9fans] Code for parseip()??

2008-12-05 Thread Ishwar Rattan
Can any one point me to the file containing code for: ulong parseip(uchar *ipaddr, char *str) described in ip(2).. -ishwar