Displaying 5 results from an estimated 5 matches for "pkg_config_dir".
2015 Sep 22
2
UPS/NUT with openSUSE 13.1
...th where the library (.so or .a
file) lives, but typically a directory *below* that with the pkgconfig
.pc files, typically "pkgconfig". These .pc files tell the build system
what is available, and what version they are, so for libusb on my system
here libusb.pc (located in /usr/lib, PKG_CONFIG_DIR is
/usr/lib/pkgconfig) is:
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libusb
Description: USB access library
Version: 0.1.12
Libs: -L${libdir} -lusb
Cflags: -I${includedir}
This may help make sense of what version report, and how stuff gets
f...
2015 Sep 22
2
UPS/NUT with openSUSE 13.1
...h where the library (.so or .a
> file) lives, but typically a directory *below* that with the pkgconfig .pc files, typically "pkgconfig". These .pc files tell the build system what is available, and what version they are, so for libusb on my system here libusb.pc (located in /usr/lib, PKG_CONFIG_DIR is
> /usr/lib/pkgconfig) is:
>
> prefix=/usr
> exec_prefix=${prefix}
> libdir=${exec_prefix}/lib
> includedir=${prefix}/include
>
> Name: libusb
> Description: USB access library
> Version: 0.1.12
> Libs: -L${libdir} -lusb
> Cflags: -I${includedir}
>
> This...
2015 Sep 22
0
UPS/NUT with openSUSE 13.1
...e path where the library (.so or .a
file) lives, but typically a directory *below* that with the pkgconfig .pc files, typically "pkgconfig". These .pc files tell the build system what is available, and what version they are, so for libusb on my system here libusb.pc (located in /usr/lib, PKG_CONFIG_DIR is
/usr/lib/pkgconfig) is:
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libusb
Description: USB access library
Version: 0.1.12
Libs: -L${libdir} -lusb
Cflags: -I${includedir}
This may help make sense of what version report, and how stuff gets fou...
2015 Sep 22
0
UPS/NUT with openSUSE 13.1
...y (.so or .a
> file) lives, but typically a directory *below* that with the pkgconfig
> .pc files, typically "pkgconfig". These .pc files tell the build
> system what is available, and what version they are, so for libusb on
> my system here libusb.pc (located in /usr/lib, PKG_CONFIG_DIR is
> /usr/lib/pkgconfig) is:
>
> prefix=/usr
> exec_prefix=${prefix}
> libdir=${exec_prefix}/lib
> includedir=${prefix}/include
>
> Name: libusb
> Description: USB access library
> Version: 0.1.12
> Libs: -L${libdir} -lusb
> Cflags: -I${includedir}
>
> This...
2015 Sep 21
3
UPS/NUT with openSUSE 13.1
On Sep 21, 2015, at 9:39 AM, Rob Groner <rgroner at RTD.com> wrote:
>
> I didn't think to look for a log (attached), but now looking in it, I don't see anything more than I already thought I knew. It's as cryptic as configure itself.
>
> It does reference the line in the configure where the test for USB failed, but I'd already been looking in there. I