On Fri, 2004-02-13 at 20:07, Albert Chin wrote: > ltmain.in prints out a warning when it thinks the .la file isn't in > $libdir: > if test "$absdir" != "$libdir"; then > $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2 > fi > > However, if $absdir has "..", and it resolves to $libdir taking ".." > into consideration, the warning is still printed. How do we solve > this? (cd $absdir; /bin/pwd) won't work because of automounter > madness. > > Or should we just remove the message? > It's just a warning that something might be amiss, it doesn't cause the world to end at that point and would likely alert someone that there really is a problem.
We should keep it. Scott -- Have you ever, ever felt like this? Had strange things happen? Are you going round the twist?
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool