Hey,
The release candidate one tarball for 0.8.5 is ready for testing. Please get it from:
for the first time I'm trying to compile on irix 6.5 (using gcc 2.95). 1. there are some header problems. By default IRIX installs only libjpeg and zlib binaries and not headers. And no libpng. So a common solution is to install packages for them, in /usr/freeware (if distributed by sgi) or /usr/nekoware (if from a common packager) where glib and gtk reside too. But having two different libraries is tricky since the wrong can be detected at runtime, etc etc... Also, there are no configure options for setting zlib and png places, but only right now I just played Making all in IO gcc -I/usr/freeware/include/gtk-1.2 -I/usr/freeware/include/glib-1.2 -I/usr/freeware/lib32/glib/include -g -O2 -D_REENTRANT -D_THREAD_SAFE -Wall -Waggregate-return -L/usr/freeware/lib32 -L/usr/local/lib -o dillo -pthread chain.o commands.o cache.o capi.o dw.o dw_aligned_page.o dw_bullet.o dw_button.o dw_container.o dw_embed_gtk.o dw_ext_iterator.o dw_gtk_scrolled_frame.o dw_gtk_scrolled_window.o dw_gtk_statuslabel.o dw_gtk_viewport.o dw_hruler.o dw_image.o dw_list_item.o dw_marshal.o dw_page.o dw_style.o dw_table.o dw_table_cell.o dw_tooltip.o dw_widget.o findtext.o selection.o web.o progressbar.o dillo.o bookmark.o dicache.o dns.o gtk_ext_button.o gtk_ext_menu.o gtk_ext_menu_item.o gtk_menu_title.o gif.o jpeg.o png.o html.o image.o misc.o interface.o history.o nav.o plain.o menu.o prefs.o colors.o bitvec.o klist.o strbuf.o url.o cookies.o dpiapi.o IO/libDio.a -L/usr/freeware/lib32 -lgtk -lgdk -lgmodule -lglib -lintl -lXi -lXext -lX11 -lm -lz gcc: unrecognized option `-pthread' ld32: WARNING 84: /usr/freeware/lib32/libz.so is not used for resolving any symbol. ld32: ERROR 33: Unresolved text symbol "pthread_cancel" -- 1st referenced by IO/libDio.a(IO.o). I changed -pthread in -lpthread wherever I could... and I was told that ld32: WARNING 84: /usr/lib32/libpthread.so is not used for resolving any symbol. ld32: WARNING 84: /usr/freeware/lib32/libz.so is not used for resolving any symbol. ld32: ERROR 33: Unresolved text symbol "pthread_cancel" -- 1st referenced by IO/libDio.a(IO.o). the "not used for resolving" is deceiving on irix sometimes. for now I have no further solution cheers, Riccardo