Hello, with the latest configure patches to correctly link, the solaris version of dillo finishes build and seems to work pretty as much as 0.7.3 did. The problems I currently encounter are: - color problems. I have 256 colors. If the colors are already reserved say from Netscape or another applicaiton, images (but only those) are displayed with mangled colors, they don't get remapped to the neares color available. If the full palette is available, images are dithered as expected. - authenticaiton problem with www.blender.org to the forums. I insert my data, login.. I get a page with a meta-refresh which should me login, Dillo gives me the link, I follow it and I result not logged in. The specs for "wait any" on solaris are the following: If pid is equal to (pid_t)-1, status is requested for any child process. I think so that a cast of -1 to the correct type wouldn't hurt. Riccardo PS: I try building and isntalling glib/gtk 1.2.10 instead of the current 1.2.9 on AIX. One never knows, it could help.