Hi Mattia, ist me again, and i found somethimg out.
when manually trying to build via 'perl Build' this command errors out in trying to find the gl libs system: echo exit | sh ../configure --prefix=/usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/Alien/wxWidgets/gtk_2_8_10_uni --with-gtk --disable-compat24 --enable-unicode --disable-debug --disable-monolithic --disable-universal_binary: 256 at Build line 59 and you advised me to try a manual configure with the same params and an additional --disable-opengl in the wxwidgets main dir which succsesfully configuerd an build wxwidgets. Now i noted the little ../ in front of the configure in the command above. This drives me into thinking that Build must have called this from a subdir. looking for a suitable subdir i found a dir named 'bld' which seems to hold files produced from configure. so i changed into it and ran the exact command from above wich failed in the known way. Running it in the wx main dir just with ./ in front of configure successfully configured wxWidgets, even without extra giving --disable-opengl to it. So it seems the wx configure is a bit picky about form where it is called. Hope this helps in finding the cause. Regards Gerrit