Hi, I compiled HTdig 3.1.6 on HP-UX 11.00 successfully with GCC 3.0.2, binutils 2.11 and gnu make 3.79.1. When i run /htdig3.1.6_install_dir/bin/rundig, it gives core on htdig, htmerge, htnotify and htfuzzy. I ran GNU gdb on core and output is given below.
I even tried with gcc 3.0.3 and no luck on either. Basically i built GCC 3.0.3 myself and tried, still fails. For any version of GCC, GDB gives the same output shown below. Also GDB output is same for all four programs. I was successful building and running htdig on HP-UX 10.20 (with GCC 2.95.3, built locally with HP ANSIC C, binutils and GNU make) and randig ran successfully, still in the process of setting it up to do search on PDF. Any help on building HTdig 3.1.6 HP-UX 11.00 !!!!!!! GDB OUTPUT -------------- bash-2.05# /opt/gdb/bin/gdb htfuzzy core GNU gdb 5.1.1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "hppa2.0n-hp-hpux11.00"... Core was generated by `htfuzzy'. Program terminated with signal 11, Segmentation fault. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program. Reading symbols from /usr/lib/libnsl.1...done. Reading symbols from /usr/lib/libxti.2...done. Reading symbols from /usr/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/3.0.2/../../../libstdc++.sl.3... done. Reading symbols from /usr/lib/libm.2...done. Reading symbols from /usr/lib/libc.2...done. Reading symbols from /usr/lib/libdld.2...done. Reading symbols from /opt/graphics/OpenGL/lib/libogltls.sl...done. #0 0x0002dc80 in Configuration::Read(char*) (this=0x40002550, filename=0x40009a30 "/test/htpad3.1.6/conf/htdig.conf") at /usr/local/include/g++-v3/bits/basic_ios.h:189 189 basic_ios() : ios_base() (gdb) where #0 0x0002dc80 in Configuration::Read(char*) (this=0x40002550, filename=0x40009a30 "/test/htpad3.1.6/conf/htdig.conf") at /usr/local/include/g++-v3/bits/basic_ios.h:189 #1 0x00024350 in main (ac=2, av=0x7b040834) at ../htlib/htString.h:44 (gdb) at Argument required (process-id to attach). (gdb) where #0 0x0002dc80 in Configuration::Read(char*) (this=0x40002550, filename=0x40009a30 "/test/htpad3.1.6/conf/htdig.conf") at /usr/local/include/g++-v3/bits/basic_ios.h:189 #1 0x00024350 in main (ac=2, av=0x7b040834) at ../htlib/htString.h:44 Thanks!!!!!!!!!!!!!!!!!! _______________________________________________ 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

