Configuration 编译器找不到libvideogfx

Configuration 编译器找不到libvideogfx,configuration,cmake,static-libraries,configuration-files,configure,Configuration,Cmake,Static Libraries,Configuration Files,Configure,我正在尝试从安装libde265,但它的一个依赖项给我带来了问题。我也从源代码安装了这个依赖项,但在完成安装之前,我将它转换为rpm包 当我查找此库的位置时,我得到: $libvideogfx在哪里 libvideogfx:/usr/local/lib/libvideogfx.la/usr/local/lib/libvideogfx.a/usr/local/lib/libvideogfx.so 我添加到/configure命令中的标记,如LIBS不起作用,我不知道问题的根源。因此您可以使用自动工

我正在尝试从安装
libde265
,但它的一个依赖项给我带来了问题。我也从源代码安装了这个依赖项,但在完成安装之前,我将它转换为rpm包

当我查找此库的位置时,我得到:

$libvideogfx在哪里
libvideogfx:/usr/local/lib/libvideogfx.la/usr/local/lib/libvideogfx.a/usr/local/lib/libvideogfx.so


我添加到
/configure
命令中的标记,如
LIBS
不起作用,我不知道问题的根源。

因此您可以使用
自动工具(运行
/configure
)或CMake(运行
CMake
)?我在
cmake
之前使用
/configure
标志
选项`是因为需要
libvideogfx
来构建
libde265
附带的示例程序。如果
/configure
没有找到
libvideogfx
,那么这个名为
sherlock
的示例程序将被禁用,并且不会生成。实际上是更正。我的意思是我正在使用
/configure
,因为没有
CMakeList.txt
文件。