I have now changed the Makefile.am thus: autogen_LDADD = $(top_builddir)/autoopts/libopts.la $(LIBGUILE_LIBS)
and autogen_LDFLAGS = -export-dynamic. The net result: > + /home/bkorb/ag/ag/agen5/autogen \ > -L/home/bkorb/ag/ag/autoopts argument.def > /home/bkorb/ag/ag/agen5/.libs/lt-autogen: symbol lookup error: \ > /home/bkorb/ag/ag/agen5/.libs/lt-autogen: undefined symbol: optionStackArg > + failure AutoGen could not process > > $ nm /home/bkorb/ag/ag/autoopts/.libs/libopts.so|fgrep optionStackArg > 0000bb31 T optionStackArg It is not finding the symbol because it is not looking in the current build directory. So, I guess I have a bug. Attached is the script /home/bkorb/ag/ag/agen5/autogen. I think what is needed should be clear from the above, but I'll be happy to send any more information that might be helpful! Thank you - Bruce
autogen
Description: application/shellscript