On Thu, 31 Aug 2000, Derrick J Brashear wrote: > 2) the libsl.a gets libeditline.a from the build problem still happens, > because > libsl_la_LIBADD = @LIB_readline@ > gets expanded literally to: > $(top_builddir)/lib/editline/libeditline.a $(LIB_tgetent) when you configure with --enable-shared this problem doesn't happen. -D