exaexa / codecrypt

Post-quantum cryptography tool (THIS REPOSITORY IS ONLY A MIRROR OF THE MAIN ONE, PLEASE DO NOT FILE BUGS HERE)
https://gitea.blesmrt.net/exa/codecrypt
GNU Lesser General Public License v3.0
307 stars 41 forks source link

Ubuntu Install Problem #26

Closed heewon-chung closed 6 years ago

heewon-chung commented 6 years ago

Hi,

I have already installed crypto++ (by $make, $make check, $make install). However, I have met a problem when ./configure.

Here is the error message.

./configure: line 16279: syntax error near unexpected token CRYPTOPP,libcrypto++' ./configure: line 16279: PKG_CHECK_MODULES(CRYPTOPP,libcrypto++)'

Do you have any idea about it? My Ubuntu version is 16.04.3 LTS.

exaexa commented 6 years ago

PKG_CHECK_MODULES shouldn't even get to configure script. What did you use to create the configure script?

It also looks like I'm not checking for pkg-config but using it in configure.ac, I've added the check to current master configure.ac. Can you check if that helps (or at least provides a better error message?)

exaexa commented 6 years ago

Latest release adds explicit pkg-config check, so the error message should be much clearer. Install pkg-config to fix it.