The error message tells you, that the linker could not link the binary, because he could not resolve all symbols.
You must look at the names of the symbol, which are missing.
If they begin with wx you probably did not
1) configure wx correctly,
2) did not compiled it
3) or did not set the path to the wx lib directory.
But maybe some other symbols are missing.
I can only guess without the whole error message.