Uhh.

I tried all day to get rid of this.

configure:23976: gcc -o conftest -Wall -g -O2  -I/usr/include/PCSC -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  conftest.c -pthread -lwx_gtk-2.4 -lpcsclitep -lpthread  >&5
/usr/bin/ld: dynamic variable `_SDA_BASE_@@WXGTK_2.4' is zero size
/usr/bin/ld: /usr/lib/gcc/powerpc-linux-gnu/4.0.2/../../../../lib/crt1.o(.rodata+0x0): unresolvable R_PPC_ADDR32 relocation against symbol `_SDA_BASE_@@WXGTK_2.4'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

Hints on where to look are welcome. I redesigned that pcsclitep stuff's build system from something ugly to something automake/autoconf/libtool-based, and it still doesn't work. I don't even know what the message means—what the fuck is an R_PPC_ADDR32 relocation?

Update: seems wx 2.4 has been miscompiled on PowerPC. Grmbl. Ryan's scheduled a binNMU, already. Wonderful!