On 06/07/11 04:55, Douglas Mencken wrote:
> Enable LDSO_STANDALONE_SUPPORT and LDSO_PRELINK_SUPPORT, and the build
> process will fail:
> 
>   CC ldso/ldso/ldso.oS
> In file included from ldso/ldso/ldso.c:37:0:
> ldso/ldso/dl-debug.c: In function '_dl_debug_lookup':
> ldso/ldso/dl-debug.c:115:17: warning: variable 'symbol_addr' set but
> not used [-Wunused-but-set-variable]
> ldso/ldso/ldso.c: In function '_dl_get_ready_to_run':
> ldso/ldso/ldso.c:725:16: warning: unused variable 'tmp' [-Wunused-variable]
> ldso/ldso/ldso.c:891:31: error: 'st' undeclared (first use in this function)
> ldso/ldso/ldso.c:891:31: note: each undeclared identifier is reported
> only once for each function it appears in
> make[2]: *** [ldso/ldso/ldso.oS] Error 1
> 
> Attached patch fixes this issue.
> 
> 

is thi problem reported against master branch ?
it sounds strange because I've built and run with prelink support.

carmelo

> 
> _______________________________________________
> uClibc mailing list
> uClibc@uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to