glibc is built with USE=-nptl. -pthread at the end does work and I know a workaround for that bug, (I would have to put env.WengoAddCCFlags(['-pthread']) in SConstruct before the last line) but I'll first try to rebuild glibc with USE=nptl, if you think that could be a solution.
Thanks Sander On Monday 09 January 2006 19:15, you wrote: > Then I guess we have another problem. > > When I look at the output it says that we do not have pthreads support > in the compiler. The compiler is related to glibc, so can you please > look if glibx is built with USE=nptl? > > > Oh, and can you go to the sourcedir and just try to run the command > again, but with "-pthread" at the end? > > Regards, > Stefan _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
