On Wednesday, February 13, 2002, at 02:03 PM, [EMAIL PROTECTED] wrote: > Getting errors during make of htdig-3.1.6. > > c++ -c -DDEFAULT_CONFIG_FILE=\"/apps/htdig/conf/htdig.conf\" -I../htlib > -I../hc > mips-tfile, /tmp/ccmGb5EZ.s:8 Invalid .stabs/.stabn directive, value not > found > line: #.stabs "/apps/htdig-3.1.6/htlib/",100,0,0,$Ltext0 > > I have: gcc-2.95.1, make-3.78.1, tru64-v5.1
IMHO, this isn't a problem with ht://Dig, but a problem with your compiler on Tru64-5.1. The error messages are basically indicating that the compiler is generating incorrect assembler code. I'd be sure that your C++ compiler can work on other programs and/or try the latest gcc (3.0.3 of this writing) from <http://gcc.gnu.org/> I'll also point out that while many people had success on Digital Unix with ht://Dig, there seem to be significant problems with building many programs on Tru64 v. 5.x that built just fine on DU v.4.x. So I'd probably also check to see if there are any patches to the OS that may solve building problems. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

