|
From: James Y. <ja...@ka...> - 2002-09-12 04:16:42
|
Warp- I can only say that I've run the TV demo and another device of my own creation on SuSE 8 and some earlier Redhat distros and not run into the problem you report. The call to pthread_create doesn't hang in my devices. Also, a number of people reported that the linux-igd works for them. Not being able to reproduce your problem I don't see any way of helping other than to suggest using a standard distro instead of the "special" one you report using. Regards, ------------ James Yegerlehner Omniopera: XML Schema and WSDL Authoring Software http://www.omniopera.com ----- Original Message ----- From: Pascal Warnotte To: upn...@li... Sent: Saturday, September 07, 2002 11:17 AM Subject: [UPnP-SDK-discuss] suse 7.1 + upnpsdk Hi, i'm trying to compile a linux IGD for a special linux distribution But there's a problem inside upnpsdk. in the file /src/genlib/tpool/tpool.cpp line 363 : code = pthread_create( &thread, NULL, ThreadCallback,t_arg ); This function never ends, so it never gives back a return code. Everything compiles well, but the final application doesn't work. What i'm using : redhat 7.1 - upnpsdk-1.0.4 The application i'm trying to compile is gateway-0.75 ( http://linux-igd.sourceforge.net/ ) Can somebody help me ? Warp |