can't build 1.5 with --enable-static
Tom Yu
tlyu at MIT.EDU
Tue Aug 15 22:34:20 EDT 2006
>>>>> "Andreas" == Andreas Hasenack <ahasenack at terra.com.br> writes:
Andreas> building static db library
Andreas> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die
Andreas> @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;'
Andreas> hash/OBJS.ST btree/OBJS.ST db/OBJS.ST mpool/OBJS.ST recno/OBJS.ST
Andreas> clib/OBJS.ST` && ar cq libdb.a $objlist
Andreas> ++ set -x
Andreas> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~
Andreas> s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' hash/OBJS.ST btree/OBJS.ST
Andreas> db/OBJS.ST mpool/OBJS.ST recno/OBJS.ST clib/OBJS.ST
Andreas> Can't open hash/OBJS.ST: No such file or directory.
Andreas> + objlist=
Andreas> make[2]: *** [libdb.a] Error 2
Andreas> make[2]: Leaving directory
Andreas> `/build/svn/krb5/BUILD/krb5-1.5/src/plugins/kdb/db2/libdb2'
Is this with --disable-shared? We don't currently support building
with exclusively static libraries.
---Tom
More information about the Kerberos
mailing list