在Ubuntu上使用C语言的外部库

时间:2017-03-27 06:29:13

标签: c ubuntu encryption

我想在c中创建一个应用程序,我可以使用以下代码加密和解密一些数据,这些代码位于github上,

https://gist.github.com/bricef/2436364

但是我无法链接mcrypt.h文件,我是C新手,任何人都可以帮忙吗?我收到了以下错误。 我在ubuntu上使用gcc。

    undefined reference to `mcrypt_module_open'
    aes.c:(.text+0x40): undefined reference to `mcrypt_enc_get_block_size'
    aes.c:(.text+0x6e): undefined reference to `mcrypt_generic_init'
    aes.c:(.text+0x84): undefined reference to `mcrypt_generic'

0 个答案:

没有答案