On Fri, Nov 16, 2001 at 06:25:12PM -0800, Justin Erenkrantz wrote: > See how we do it in APR/httpd. There is a special variable that may > be defined at config time that is the special linkpath (i.e. -R or > -rpath). -- justin
The only place I see this happening is in apr/build/ltconfig, with the hardcode_libdir_flag_spec variable. I think I just realized that -R and -rpath are both translated properly for the platform you're on. Lemme give that a try. (duh) -aaron