If I remember well, this was related to shared libraries. Try configure with
--disable-shared. It works for me without problems.

        Angel Luis P�rez Hern�ndez
        Centro de Competencia Infraestructura Internet
        C/ Vel�zquez 132, Bloque II - 2� Planta
        28006 - Madrid (ESPA�A)
        Tel: +34-91-348.11.68
        Fax: +34-91-348.11.12
        [EMAIL PROTECTED]
        www.indra.es  


> -----Mensaje original-----
> De: Brian S. Craigie [mailto:[EMAIL PROTECTED]]
> Enviado el: jueves, 19 de julio de 2001 18:20
> Para: Geoff Hutchison
> CC: [EMAIL PROTECTED]
> Asunto: Re: [htdig] Core dump...
> 
> 
> Geoff Hutchison wrote:
> 
> Hi,
> 
> just adding a little info here, but on Solaris 8, the 3.2.0b (which I 
> finally got compiled) all the excutables I tried core dump 
> because of an 
> arithmetic error (I think it's because an array isn't 
> populated). xxgdb 
> shows the error in:
> 
>   void Configuration::Defaults(const ConfigDefaults *array)
>   {
>       for (int i = 0; array[i].name; i++)
>       {
> -->             AddParsed(array[i].name, array[i].value);
>       }
>   }
> 
> Maybe it can't find the config file.  xxgdb says that i and 
> *array don't 
> exist in this context when I try to display them (while 
> stepping through 
> the program).  I know zero about c++ but if it was c, I'd say that an 
> array called 'array' might conflict with a reserved word?
> 
> 
> I hope this info helps.
> 
> Best Regards,
> 
> Brian
> 
> >
> >There are known problems with the 3.2 shared libraries on Solaris and
> >other platforms. We suggest grabbing the latest snapshot:
> ><http://www.htdig.org/files/snapshots/>
> >
> >--
> >-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
> >
> 
> 
> 
> 
> _______________________________________________
> 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
> 
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.264 / Virus Database: 136 - Release Date: 02/07/2001


_______________________________________________
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

Reply via email to