Build Tools Problem

Eric V Van hensbergen ericvanhensbergen at us.ibm.com
Wed Jun 2 03:50:55 EST 2004


Managed to fix my bi-arch problems.  Tracked it down to libraries being
searched in the wrong order by ld.  Resolved by changing the following
lines in /opt/biarch/tools/biarch-3.4/usr/lib/../lib64/libc.so (and
/opt/biarch/tools/biarch-3.4/usr/lib/libc.so):

Was:
        GROUP ( /opt/biarch/tools/biarch-3.4/lib/ld.so.1
/opt/biarch/tools/biarch-3.4/lib/libc.so.6
/opt/biarch/tools/biarch-3.4/usr/lib/libc_nonshared.a )
Now:
        GROUP ( /opt/biarch/tools/biarch-3.4/lib/libc.so.6
/opt/biarch/tools/biarch-3.4/usr/lib/libc_nonshared.a
/opt/biarch/tools/biarch-3.4/lib/ld.so.1)

Kernel now compiles clean as does the other applications in which we were
experiencing the realloc assert problem.  Not sure what I did wrong to get
this behavior in the first place, or if this is the best fix for the
problem, but I figured I'd post here for others who might be frustrated by
this problem.

        -eric


** Sent via the linuxppc64-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc64-dev mailing list