Ticket #30032: patch-Configure-libc.diff

File patch-Configure-libc.diff, 391 bytes (added by jcmdev0@…, 13 years ago)

Make configure inspect the libc dependencies for symbol names.

  • Configure

    old new  
    74557455. ./getfile
    74567456libc="$ans"
    74577457
     7458# Adding distributed libc madness on osx
     7459distr_libc=`otool -L /usr/lib/libc.dylib | awk '{print $1}'`
     7460libc="$libc $distr_libc"
     7461
    74587462echo " "
    74597463echo $libc $libnames | $tr ' ' $trnl | $sort | $uniq > libnames
    74607464set X `cat libnames`