> Nope, it's your Makefile. Look for lines containing rpath and fix
> them (post'em here if you don't know how to fix them). There's no
> such thing as an `rpath' command.
The line in the generated Makefile look like this:
libSciFacBase.la: $(libSciFacBase_la_OBJECTS) $(libSciFacBase_la_DEPENDENCIES)
$(LINK) -rpath $(libdir) $(libSciFacBase_la_LDFLAGS)
$(libSciFacBase_la_OBJECTS) $(libSciFacBase_la_LIBADD) $(LIBS)
Do I have to use some macro in configure.in to fill $(LINK) with GNU ld?
Regards,
Marc
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool