64-bit Setup.py link errors on Windows XP 64

Robin Dunn <robin <at> alldunn.com> writes:

Are you intentionally using the ansi build instead of the unicode build?
  If not then the library names are wrong, and that may be part of the
problem, or at least a clue.

>
> Any ideas as to what's happening here?
>

Not really. All of the symbols you quoted should be in the wx libs you
are linking with.

Hi Robin and happy new year. Yes, I purposely omitted unicode because the
other 32-bit version of a product I built using wxsPython uses ANSI. But
perhaps compiling with the unicode option might help. I'll give that a try -
thanks.