I continue to experience the problem but have partially diagnosed it. The value for 'cc' in the uploaded smoke.html was: /usr/bin/gcc-3.3
But smokeserve-server.pl only wants values for 'cc' which match this pattern: [\w\d]+ Once I manually edited the file to say 'gcc', server.pl indexed the program on the smoke home page. (Search for ppc-darwin-gcc.) I will work on a better fix over the next few days. kid51