Subject: Re: recent libtool broken
To: SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
From: Dan Winship <danw@ximian.com>
List: tech-pkg
Date: 03/18/2001 21:36:47
> /usr/bin/ld: unrecognized option `-Wl,--rpath'

I had this problem, which went away when I upgraded to -current (I'd
been at 1.4X or something like that). 

You can fix it to work with the older ld by changing the definition of
hardcode_libdir_flag_spec in libtool to be "-R\$libdir"

-- Dan