[x265] [PATCH] asm: interp_8tap_horiz pp and ps sse2

Steve Borho steve at borho.org
Thu Apr 30 21:43:49 CEST 2015


On 04/30, dave wrote:
> On 04/30/2015 09:28 AM, Steve Borho wrote:
> >On 04/30, dave wrote:
> >>I submitted a patch fixing this but I was only able to test it for 64-bit.
> >>When trying to build for 32-bit I ran into the following build error.
> >>
> >>Linking CXX executable x265
> >>libx265.so.56: undefined reference to `dlsym'
> >>libx265.so.56: undefined reference to `dlopen'
> >>collect2: error: ld returned 1 exit status
> >>make[2]: *** [x265] Error 1
> >>make[1]: *** [CMakeFiles/cli.dir/all] Error 2
> >>make: *** [all] Error 2
> >do you have a 32bit version of libdl installed?
> >
> Yes.
> 
> ls -l lib32/libdl*
> -rw-r--r-- 1 root root 9768 Feb 22 03:45 lib32/libdl-2.13.so
> lrwxrwxrwx 1 root root   13 Feb 22 03:45 lib32/libdl.so.2 -> libdl-2.13.so

Not sure what's causing this. cmake should be checking for libdl and
adding that to the library list if it is present. Can you tell if -ldl
is being passed to the linker?

-- 
Steve Borho


More information about the x265-devel mailing list