> They look ok, which means you've probably found a bug in automake.
> What does Makefile.in look like (grep rpath, please :-)
[mvw@pcserver scifac]$ grep -r rpath *
Base/src/Makefile.in: $(LINK) -rpath $(libdir) $(libSciFacBase_la_LDFLAGS)
$(libSciFacBase_la_OBJECTS) $(libSciFacBase_la_LIBADD) $(LIBS)
config/ltconfig: hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
(..)
config/ltmain.sh: compile_rpath=
(..)
[mvw@pcserver scifac]$
Strange. Perhaps the bootstrap is not powerful enough?
#! /bin/sh
aclocal --verbose && \
autoheader && \
automake --verbose --add-missing && \
autoconf
I tried to stick to the example in the goat book.
The difference is probably that I have no code in the
Base/src directory, where libSciFacBase should be
assembled.
What is supposed to be in $(LINK)?
Regards,
Marc
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool