On Thursday, March 17, 2005 11:18:39 AM +0200 Vitaly <[EMAIL PROTECTED]> wrote:
I'm having a hard time deciding whether I think your proposed patch is reasonable, because the only explanation you've given is some make output with error messages in a language I don't understand.
Any chance you can run the make again under 'env LC_ALL=C' ?
Ok
$./configure --enable-transarc-paths --with-linux-kernel-headers=/usr/src/blin-2.0/source/kernel/linux-2.6.10 --with-afs-sysname=i386_linux26 --disable-pam >configure.log 2>&1 $ $export CFLAGS="-O2 -march=i486 -mcpu=i486" $export LANG=C $export LC_ALL=C $make >make.log 2>&1 $ $tail -f make.log -n 15 >make.log.error $
all output are attached
OK; I see what happened here. It seems that someone turned ../ into ../$(srcdir)/ without paying attention to what would happen. The patch you propose should indeed fix the problem. You should submit this to openafs-bugs, if you have not already done so.
-- Jeff _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
