I have no experience with pkgconfig http://en.wikipedia.org/wiki/Pkgconfig

Example of ALTLinux /usr/lib/pkgconfig/libcrypto++.pc here:

http://sisyphus.ru/ru/srpm/Sisyphus/libcryptopp/spec

Name: libcrypto++
Description: General purpose cryptographic shared library
URL: http://www.cryptopp.com
Version: 5.6.0
Requires:
Libs: -lcryptopp
Cflags:

But in Debian it is  slightly different because library name libcrypto+
+.so but in ALTLinux libcryptopp.so.
See deb file in http://packages.debian.org/lenny/libcrypto++-dev

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libcrypto++
Description: General purpose cryptographic shared library
URL: http://www.cryptopp.com
Version: 5.5.2
Requires:
Libs: -lcrypto++
Cflags:

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to