Tag: monetdb

MonetDB客户端编译

我是数据库社区的初学者。 我一直在尝试使用C / C ++ MAPI与MonetDB进行交互。 我已经在我的Ubuntu 14.04 LTS机器上安装了MonetDB,当我尝试从这里编译示例程序时,我收到以下错误: $ gcc test.c -I /usr/include/monetdb -lmapi test.c :(。text + 0x29):对mapi_explain_query’ test.c:(.text+0x35): undefined reference to mapi_result_error’test.c :(。text + 0x50)的未定义引用:对mapi_explain_result’ test.c:(.text+0x5c): undefined reference to未定义引用mapi_explain_result’ test.c:(.text+0x5c): undefined reference to mapi_next_result’test.c :(。text + 0x6d)的未定义引用:对mapi_close_handle’ test.c:(.text+0x79): undefined reference to mapi_destroy’test.c的mapi_close_handle’ test.c:(.text+0x79): undefined reference to : (.text + 0x98):对mapi_explain’ test.c:(.text+0xa4): undefined reference […]