Home > database >  Mysql8.0.11 official source code to compile
Mysql8.0.11 official source code to compile

Time:09-27

RT, an error is as follows:
[100%] Built target sql_gis
Linking CXX the executable../runtime_output_directory/mysqld
./archive_output_directory libtemptable. A handler. Cc. (o) : In the 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 the function ` temptable: : handler: : open (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: error: ld return 1
Make [2] : * * * runtime_output_directory/mysqld error 1
Make [1] : * * * [SQL/CMakeFiles/mysqld. Dir/all] error 2
Make: * * * [all] error 2
Refer to interested in warrior's

CodePudding user response:

ZTHN9temptable6tablesE the implementation or library is not

CodePudding user response:


Don't get 3288 lines have what relation

CodePudding user response:

8.0.4 also compile, however, the same problem

CodePudding user response:

Compiler problem with gcc4.8.5 can be compiled through
  • Related