Comment 9 for bug 816153

Revision history for this message
Martin Pitt (pitti) wrote :

Wouldn't it be better to find the real libc in the condition before?

        case $host in
                *-*-linux-*)
                #XXX attempt to find latest c library
                #can't set it to libc.so directly, might be ld script
                LIBC_NAME=`ls /usr/lib/libc.so* /lib/libc.so* | sed -e 's/.*\///' | sort -nr | head -n 1`

IMHO this should also look in /lib/*/libc.so.*. Also, this needs to be patched in configure.ac, not in configure. Can you please forward this upstream/Debian as well? Thank you!