Skip to content

Instantly share code, notes, and snippets.

Created July 23, 2015 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2d4563b4d75647f1d5a1 to your computer and use it in GitHub Desktop.
Save anonymous/2d4563b4d75647f1d5a1 to your computer and use it in GitHub Desktop.
08:32:45 **** Incremental Build of configuration Debug for project Producao ****
Info: Internal Builder is used for build
g++ "-IC:\\MySQL\\MySQL_Server_5.6\\include" "-IC:\\MySQL\\MySQL_Server_5.6\\include\\mysql" "-IC:\\MySQL\\MySQL_Server_5.6\\include\\mysql\\psi" "-IC:\\MySQL\\MySQL_Server_5.6\\Connector.C++1.1\\include" "-IC:\\MySQL\\MySQL_Server_5.6\\Connector.C++1.1\\include\\cppconn" -O0 -g3 -Wall -c -fmessage-length=0 -o indice.o "..\\indice.cpp"
g++ -o Producao.exe indice.o
indice.o: In function `main':
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:34: undefined reference to `mysql_init@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:40: undefined reference to `mysql_real_connect@32'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:52: undefined reference to `mysql_query@8'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:44: undefined reference to `mysql_error@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:44: undefined reference to `mysql_errno@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:53: undefined reference to `mysql_error@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:53: undefined reference to `mysql_errno@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:61: undefined reference to `mysql_store_result@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:67: undefined reference to `mysql_fetch_row@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:78: undefined reference to `mysql_free_result@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:90: undefined reference to `mysql_close@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:83: undefined reference to `mysql_error@4'
C:\Users\Lucas\Desktop\OFICINA\Producao\Debug/../indice.cpp:83: undefined reference to `mysql_errno@4'
collect2.exe: error: ld returned 1 exit status
08:32:52 Build Finished (took 6s.685ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment