Here is part of an old email describing another way of compiling htdig under IRIX, it works for us. > > > > I used the following script to run the configure command. I try to > > always run configure from a script rather than by hand - that way I don't have > > to remember what options I had to use to get it working..... > > > > #!/bin/sh > > CFLAGS="-woff all -O2 -mips4 -n32 -DHAVE_ALLOCA_H" ; export CFLAGS > > CPPFLAGS="-woff all -O2 -mips4 -n32 -DHAVE_ALLOCA_H" ; export CPPFLAGS > > LDFLAGS="-mips4"; export LDFLAGS > > ./configure --prefix=/opt/local/htdig-3.1.2 > > --with-cgi-bin-dir=/opt/local/htdig-3.1.2/cgi-bin > > --with-image-dir=/opt/local/htdig-3.1.2/graphics > > --with-search-dir=/opt/local/htdig-3.1.2/htdocs/sample > > > > Clearly the important bits are the FLAG settings for C, C++ and the linker. We > > are using MipsPro 7.3 compilers both for the C and C++ compilers. > > > -- David J Adams <[EMAIL PROTECTED]> Computing Services University of Southampton ------------------------------------ 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>
