On Sun, Mar 27, 2016 at 11:20 AM, Moritz Barsnick <[email protected]> wrote:

> On Sun, Mar 27, 2016 at 10:14:21 -0400, Aaron Boxer wrote:
> > So, how does
> > check_lib openjpeg-2.1/openjpeg.h opj_version -lopenjp2 -DOPJ_STATIC
> > operate?  What is it looking for, and how can it fail?
>
> If you run "./configure" as "sh -x configure", you can see *everything*
> the shell does. But that is a lot. But you can also look into the shell
> function check_lib, and goes through a few sub-functions.
>

Thanks, Moritz. Your suggestion led me to look directly at config.log,
where I found
the problem with dynamic library with same name as static library.



>
> Moritz
> _______________________________________________
> ffmpeg-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to