can't build 1.5 with --enable-static

Andreas Hasenack ahasenack at terra.com.br
Thu Aug 10 21:38:38 EDT 2006


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!



More information about the Kerberos mailing list