On Tue, Oct 15, 2002 at 08:58:00PM -0700, Julian Elischer wrote:
> not being an expert in the libraries, I don't really know what the
> problem is..
> Do I need to install a new X?

Yup.  I had to rebuild a few things after the switch.  The following bit
of sh lets you scan files for this old symbol and figure out which ports
you need to rebuild if you have portupgrade installed.

-- Brooks

#!/bin/sh
sym=__sF
for file in $*; do
        if [ -n "`nm ${file} 2>&1 | egrep " ${sym}$"`" ]; then
                echo ${file} "\t" `pkg_which $file`
        fi
done

Attachment: msg44748/pgp00000.pgp
Description: PGP signature

Reply via email to