Updates:
        Status: Accepted
        Owner: [email protected]

Comment #2 on issue 218 by [email protected]: Mac OS/X install fails
http://code.google.com/p/memcached/issues/detail?id=218

nevermind, that was easy to reproduce. Guess I need to build test os x myself...

-               [saved_LDFLAGS="$saved_LDFLAGS -Wl,-R$ledir/lib"],
-               [AS_IF(test "$GCC" = "yes",
- [saved_LDFLAGS="$saved_LDFLAGS -Wl,-rpath=$ledir/lib"])])
+               [saved_LDFLAGS="$saved_LDFLAGS -Wl,-R$ledir/lib"])

that fixes it for me.

The bug started on 2f0a742e78b4ae50703bde72f5dff3952ffc13fb - specifying rpath there is confusing gcc on os x, and doesn't seem to be necessary on other platforms I have.

Trond; can you take a look at this please? I don't have access to the platforms that the original fix was for.

Reply via email to