I'm building libevent from source with the following set of commands on Linux.
export LDFLAGS="-march=x86-64 -L/home/me/locals/lib64/zlib-1.2.11-gcc-9.3.0/lib"
export CPPFLAGS="-march=x86-64 -I/home/me/locals/lib64/zlib-1.2.11-gcc-9.3.0/include"
../configure --prefix=/home/me/locals/lib64/libevent-2.1.12-gcc-9.3.0
# Finally
make
make install
And this seems to be working. But I don't see anything related to generating package PKG_CONFIG files (*.pc)? How can I do that?
I have also the following active:
export PKG_CONFIG_PATH=$HOME/locals/lib/pkgconfig