在使用CLion做LeetCode题编译时,突然出现了一下的情况:Undefined symbols for architecture x86_64:"Solution:isCommonPrefix(std:_1:vector,std:_1:char_traits,std:_1:allocator<char>>,std:_1:allocator,std:_1:char_traits,std:_1:...
} 编译时出现如下提示:$gcc version.c Undefined symbols for architecture x86_64:"_mysql_get_client_info",referenced from:_main in version-923a36.o ld:symbol(s)not found for architecture x86_64 clang:error:linker command ...