Daniel Schregenberger wrote: > As with pre1 I am getting errors when compiling: > > Making all in autoopts > make[2]: Entering directory `/home/npfdd/autogen-5.5.3pre2/autoopts' > Making all in test > make[3]: Entering directory `/home/npfdd/autogen-5.5.3pre2/autoopts/test' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/npfdd/autogen-5.5.3pre2/autoopts/test' > make[3]: Entering directory `/home/npfdd/autogen-5.5.3pre2/autoopts'
> + cd /home/npfdd/autogen-5.5.3pre2/pkg/libopts-19.0.10 > + /home/npfdd/autogen-5.5.3pre2/agen5/autogen -L > /home/npfdd/autogen-5.5.3pre2/config --writable > Automated Options Processing Error! > lt-autogen called optionProcess with structure version 19:0:10. > This exceeds the compiled library version: 18:6:9 This is a libtool problem that I do not understand. ``/home/npfdd/autogen-5.5.3pre2/agen5/autogen'' is actually a script that is supposed to set up LD_LIBRARY_PATH in a fashion such that the actual binary (/home/npfdd/autogen-5.5.3pre2/agen5/.libs/lt-autogen) will find the shared libraries in the autoopts directory (/home/npfdd/autogen-5.5.3pre2/autoopts/.libs). Since we are adding new bits to the interface, I need to bump the version. It will work if you configure with --disable-shared, but it is *supposed* to work as is. $ libtool --version ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54) It works, somehow, for me, but there is some mysterious environmental difference and I do not know the cause. _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool