g++.exe -IC:\mysql++\lib -IC:\mysql\include -I..\dbtest2
-Id:\Dev-Cpp\include -c main.cpp -o .objs\main.o
g++.exe -LC:\mysql++\lib\debug -LC:\mysql\lib\gcc
-LD:\Dev-Cpp\include -o "C:\Documents and Settings\Dimitar.AZURE\My
Documents\My Cpp Projects\dbtest2\dbtest2.exe" .objs\main.o
-lmysqlpp -lmysqlclient
.objs\main.o(.text+0x1ae):main.cpp: undefined reference to
`_imp___ZN7mysqlpp10ConnectionC1Eb'
.objs\main.o(.text+0x206):main.cpp: undefined reference to
`_imp___ZN7mysqlpp10Connection7connectEPKcS2_S2_S2_jcjS2_j'
.objs\main.o(.text+0x2f5):main.cpp: undefined reference to
`_imp___ZN7mysqlpp10Connection5queryEv'
Why the linker looks for such strange ... function?! Why the compiler
links to it ?! It's very strange to me, because
I think It's okay with the arguments of g++, and most important examples
are compiled and linked ok.