Closed abrendtro closed 1 year ago
do you have pkg-config and libarchive's pc file installed?
https://github.com/void-linux/xbps/blob/master/configure#L688-L702
Yep:
$ pkg-config --cflags --libs libarchive
-I/usr/local/include -L/usr/local/lib -larchive
can you post a make log after configuring with --verbose
? or at least the actual errors?
I'm sorry for the (very) late reply. I haven't used XBPS since then, but the build works on Ubuntu (after removing -Werror
)
I have
libarchive
installed on my system, along with header files. XBPS fails to linkmain.o
, reporting undefined references even though/usr/local/lib/libarchive.so
exists