If you try to build wxWidgets from the wxPython 2.6.2.1 sources with '--enable-optimize --disable-debug', configure creates setup.h in a release directory but the Makefile looks for it in a debug directory. Whoops! Maybe this is related to the problem with the monolithic build. Bill northcott