On Mon, 31 Mar 2003, Frank Bagehorn wrote:

> The only remaining issue, is a error message when loading the module:
>         Incorrectly built binary which accesses errno, h_errno or _res
> directly.
>         Needs to be fixed.
> Anyone knows how to get rid of that one ?

The module I built doesn't have this. So, can you in your build tree
cd src/libafs/MODLOAD-(one of the directories)
and assuming a csh derived shell:
foreach i (*.o)
echo $i
nm $i|grep errno
end

and see which .o file has the reference?


_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to