[uClibc]uClibc-0.9.15 compilation failure

Erik Andersen andersen at codepoet.org
Thu Sep 26 15:30:08 UTC 2002


On Wed Sep 25, 2002 at 06:22:08PM +0300, Felix Radensky wrote:
> Hi,
> 
> When trying to compile  uClibc-0.9.15 for i386 with gcc-2.95.3
> I get the following error:
> 
> Finding missing symbols in libc.a ...
>    partial linking...
> Symbol __pthread_initialize_minimal needed by libc.a but not found in 
> libgcc.a

Can you try something for me?
Can you edit uClibc/libc/misc/internals/__uClibc_main.c and try
testing with the following change?

-extern void weak_function __pthread_initialize_minimal(void);
+#ifdef __UCLIBC_HAS_THREADS__
+extern void weak_function __pthread_initialize_minimal(void);
+#endif

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list