On Thursday 10 August 2006 05:34, Dennis Davis wrote:
> I've reported this as a bug.  Presumably it'll be fixed in the
> upcoming 1.5.1 release.
>
> In the meantime try fixing this by running the following simple
> script after the configuration and *before* the main build:
>
> #!/bin/sh
>
> for i in \
> ./plugins/kdb/db2/libdb2/hash \
> ./plugins/kdb/db2/libdb2/db \
> ./plugins/kdb/db2/libdb2/mpool \
> ./plugins/kdb/db2/libdb2/btree \
> ./plugins/kdb/db2/libdb2/recno \
> ./plugins/kdb/db2/libdb2/clib
> do
>   (cd $i; make OBJS.ST)
> done

This worked just fine, thanks!
________________________________________________
Kerberos mailing list           [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to