- 论坛徽章:
- 0
|
mysql-boost-8.0.11.tar.gz 是官网下载的,报错如下:
[100%] Building CXX object sql/CMakeFiles/mysqld.dir/main.cc.o
Linking CXX executable ../runtime_output_directory/mysqld
../archive_output_directory/libtemptable.a(handler.cc.o): In function `temptable::Handler::delete_table(char const*, dd::Table const*)':
/data/soft/mysql-8.0.11/sql/table.h:3288: undefined reference to `_ZTHN9temptable6tablesE'
/data/soft/mysql-8.0.11/sql/table.h:3288: undefined reference to `_ZTHN9temptable6tablesE'
/data/soft/mysql-8.0.11/sql/table.h:3288: undefined reference to `_ZTHN9temptable6tablesE'
../archive_output_directory/libtemptable.a(handler.cc.o): In function `temptable::Handler: pen(char const*, int, unsigned int, dd::Table const*)':
/data/soft/mysql-8.0.11/sql/table.h:3288: undefined reference to `_ZTHN9temptable6tablesE'
/data/soft/mysql-8.0.11/sql/table.h:3288: undefined reference to `_ZTHN9temptable6tablesE'
../archive_output_directory/libtemptable.a(handler.cc.o):/data/soft/mysql-8.0.11/sql/table.h:3288: more undefined references to `_ZTHN9temptable6tablesE' follow
collect2: 错误:ld 返回 1
|
|