Andrew Dunstan wrote:
> I also got the rpath test sense wrong in the make file fix. It should read
> (assuming this mailer dowsn't break lines badly):
>
> ifeq ($(enable_rpath), yes)
> SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
> -Wl,-rpath,$(perl_archlibexp)/CORE
> else
> SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
> endif
OK -- wasn't in the last patch I posted, but I got it now.
Joe