Hello,
I just managed to compile htdig for IRIX 6.5 without the o32/n32
error and also without too many warnings,
using cc (not gcc). For the record, here is what I had to do,
it differs a little from what it says in:
http://www.mail-archive.com/[email protected]/msg00832.html
./configure
edit Makefile.config to change these two lines
# LIBDIRS= -L../htlib -L../htcommon -L../db/dist -L/usr/lib
LIBDIRS= -L../htlib -L../htcommon -L../db/dist
# LIBS= $(HTLIBS) -lz -lnsl -lsocket
LIBS= $(HTLIBS) -lz -lsocket
make
that's it. it works, and as usual, I don't really know why... ;-)
our /etc/compiler.defaults are: -DEFAULT:abi=n32:isa=mips3
I'm not subscribed to the list (yet), so any replies to me please.
Bob.
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>