Closed slackhead closed 9 years ago
I should add that this is also the case when building in a 32 OS where the CPU is 64bit.
So… you are using CMake? I'm asking as there are literally 3 supported build systems.
Yes.. but autotools seems to work better. I noticed the cmake files but not the configure. Thanks for the headsup and sorry for the noise. Closing.
@slackhead Uh, they are not autotools, but a hacked-up version of FFmpeg's configure script. But good to hear it's working.
Oops that's a different project I maintain. sorry about the noise.
I think the issue itself still stands. My gut tells me that it's your CMake setup's problem.
While building in a 32bit chroot on a 64bit host the shared object is installed in /usr/lib64 instead of /usr/lib.
I don't see any cmake option to specify libdir.
This line seems to be doing it:
I can get around it by sedding the CMakeLists.txt for now, but wonder if there's a better way?