Comment # 3
on bug 11230
from Guy Harris
(In reply to Anish Bhatt from comment #0)
> set(CMAKE_POSITION_INDEPENDENT_CODE ON) is no longer enough (or is failing)
That sounds like CMake.
> I was able to hammer at it and get it to compile with this hacky patch
> (which is most probably wrong, however I am not proficient with this at all)
> :
>
> diff --git a/configure.ac b/configure.ac
> index bcd6f9e..a39a96f 100644
> --- a/configure.ac
> +++ b/configure.ac
But that's autotools. Are you building with CMake or autotools? Or did you
try both?
You are receiving this mail because:
- You are watching all bug changes.