Geoff -
Many thanks again -
I've now managed to go past htcommon, but it falls down miserably from here:
make[1]: Entering directory
`/usr/home/technoco/usr/home/derek/htdig/ht-src/htfuzzy'
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\" -I../htlib
-I../htcommon -I../db/dist -I../include -I/usr/include/g++
-I/usr/local/include/g++ -O2 htfuzzy.cc
c++ -o htfuzzy -L../htlib -L../htcommon -L../db/dist -L/usr/lib Endings.o
EndingsDB.o Exact.o Fuzzy.o Metaphone.o Soundex.o SuffixEntry.o Synonym.o
htfuzzy.o Substring.o Prefix.o ../htcommon/libcommon.a ../htlib/libht.a
../db/dist/libdb.a -lz
Endings.o: In function `Endings::getWords(char *, List &)':
Endings.o(.text+0x28e): undefined reference to `__eh_pc'
Endings.o(.text+0x297): undefined reference to `__throw'
Endings.o(.text+0x2a6): undefined reference to `__eh_pc'
Endings.o(.text+0x2af): undefined reference to `__throw'
Endings.o(.text+0x2be): undefined reference to `__eh_pc'
Endings.o(.text+0x2c7): undefined reference to `__throw'
Endings.o(.text+0x2d9): undefined reference to `__eh_pc'
Endings.o(.text+0x2e2): undefined reference to `__throw'
Endings.o(.text+0x2f5): undefined reference to `__eh_pc'
Endings.o(.text+0x2fe): undefined reference to `__throw'
Endings.o: In function `Endings::openIndex(Configuration &)':
Endings.o(.text+0x3f5): undefined reference to `__eh_pc'
Endings.o(.text+0x3fe): undefined reference to `__throw'
Endings.o(.text+0x406): undefined reference to `__eh_pc'
Endings.o(.text+0x40f): undefined reference to `__throw'
Endings.o(.text+0x416): undefined reference to `__eh_pc'
Endings.o(.text+0x41f): undefined reference to `__throw'
Endings.o(.text+0x426): undefined reference to `__eh_pc'
Endings.o(.text+0x42f): undefined reference to `__throw'
Endings.o: In function `Endings type_info function':
Endings.o(.text+0x46f): undefined reference to `__rtti_si'
Endings.o: In function `Object::Copy(void)':
Endings.o(.gnu.linkonce.t.Copy__6Object+0x24): undefined reference to
`__eh_pc'
Endings.o(.gnu.linkonce.t.Copy__6Object+0x2d): undefined reference to
`__throw'
Endings.o: In function `Object type_info function':
Endings.o(.gnu.linkonce.t.__tf6Object+0x19): undefined reference to
`__rtti_user'
(and it goes on ad naseum with tons of messages similar to this....)
Brett
--On Tuesday, September 12, 2000 10:21 PM -0500 Geoff Hutchison
<[EMAIL PROTECTED]> wrote:
> At 6:48 PM -0400 9/12/00, Brett Rabideau wrote:
>> (1) Geoff, I found you instructions on using GCC make vs. BSD make
>> (thank you).
>
> We're hoping that the new automake-generated Makefiles for the 3.2 code
> will work fine with BSD make as well. Hopefully that will all go away
> soon.
>
>> (3)I'm now much farther along, but have run into a new compilation
>> difficulty with a library on the server (?) which may mean that the
>> wrong libraries are being included:
>
> Sounds like it's having problem with the includes for zlib. You can turn
> this off by adding --disable-zlib to the configure line. Of course as a
> consequence you won't be able to use the compression_level attribute to
> compress document excerpts.
>
> --
> -Geoff Hutchison
> Williams Students Online
> http://wso.williams.edu/
>
> ------------------------------------
> 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>
>
Brett Rabideau
"She sells C-Shells and other Assorted Perls by the Seashore..."
Periwinkle Communications LLC
Performance-based Web Site Hosting, Programming & Design
http://www.toto.com
[EMAIL PROTECTED]
------------------------------------
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>