Hi,

Can some one tell what compilers I should install from the scratch which
is just solaris os with patches for compiling htdig 3.1.5. I

Please advise me 

Thanks
Prakash
[EMAIL PROTECTED] wrote:
> 
> Send htdig-dev mailing list submissions to
>         [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.sourceforge.net/lists/listinfo/htdig-dev
> or, via email, send a message with subject or body 'help' to
>         [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>         [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of htdig-dev digest..."
> 
> Today's Topics:
> 
>    1. Re: [htdig-updates] ht://Dig update mrh-refactor-htdig (Gilles Detillieux)
>    2. Re: compiling error on solaris 2.7 and htdig 3.1.5: Urgent!!! (Gilles 
>Detillieux)
>    3. Re: compiling error on solaris 2.7 and htdig 3.1.5:
>        Urgent!!! (Prakash Kuthyar)
>    4. Re: compiling error on solaris 2.7 and htdig 3.1.5: (Gilles Detillieux)
> 
> --__--__--
> 
> Message: 1
> From: Gilles Detillieux <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] (Michael Haggerty)
> Date: Tue, 3 Apr 2001 14:39:26 -0500 (CDT)
> Cc: [EMAIL PROTECTED] (ht://Dig developers list)
> Subject: [htdig-dev] Re: [htdig-updates] ht://Dig update mrh-refactor-htdig
> 
> According to Michael Haggerty:
> > Deleted Document::document_length member, which was redundant with
> > Document::contentLength or Document.Content().length() (in an
> > inconsistent way).
> >
> > Deleted Document::Length(), which is better written as
> > Document::Content().length().
> >
> > Added Document::ContentLength() member to give access to
> > Document::contentLength.
> 
> Hi, Michael.  I just wanted to give you a heads-up on this so you don't
> reintroduce an old bug in htdig.  For a while, document_length was
> simply set to content.length(), but this caused htsearch to report the
> truncated document size, rather than the real size, when the real size
> was larger than max_doc_size.  That's why there was a kludge to bump
> up document_length to the Content-Length, if this could be determined,
> before setting DocumentRef::DocSize() to doc.Length().  If you get
> rid of document_length, you will need to set DocSize() to the larger
> of Document::ContentLength() and Document::Content().length(), bearing
> in mind that the former may be 0 when the HTTP server doesn't return a
> Content-Length header.
> 
> --
> Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
> Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
> Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
> Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930
> 
> --__--__--
> 
> Message: 2
> From: Gilles Detillieux <[EMAIL PROTECTED]>
> Subject: Re: [htdig-dev] compiling error on solaris 2.7 and htdig 3.1.5: Urgent!!!
> To: [EMAIL PROTECTED] (Prakash Kuthyar)
> Date: Tue, 3 Apr 2001 17:59:38 -0500 (CDT)
> Cc: [EMAIL PROTECTED]
> 
> According to Prakash Kuthyar:
> > 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 -lnsl -lsocket
> > ld: fatal: symbol `set_terminate(void (*)(void))' is multiply defined:
> >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > ld: fatal: symbol `__default_unexpected(void)' is multiply defined:
> >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > ld: fatal: symbol `terminate(void)' is multiply defined:
> >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > ld: fatal: symbol `set_unexpected(void (*)(void))' is multiply defined:
> >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > ld: fatal: symbol `unexpected(void)' is multiply defined:
> >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > ld: fatal: File processing errors. No output written to htfuzzy
> 
> It seems to me your libstd++ library is incompatible with your libgcc
> library.  Make sure you install compatible versions of these.
> 
> --
> Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
> Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
> Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
> Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930
> 
> --__--__--
> 
> Message: 3
> Date: Tue, 03 Apr 2001 18:55:53 -0700
> From: "Prakash Kuthyar" <[EMAIL PROTECTED]>
> Organization: The Dialog Corporation
> To: Gilles Detillieux <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: [htdig-dev] compiling error on solaris 2.7 and htdig 3.1.5:
>  Urgent!!!
> 
> Hi,
> 
> Can you sujest me which version should i install.
> Thanks
> Prakash
> 
> Gilles Detillieux wrote:
> >
> > According to Prakash Kuthyar:
> > > 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 -lnsl -lsocket
> > > ld: fatal: symbol `set_terminate(void (*)(void))' is multiply defined:
> > >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > > ld: fatal: symbol `__default_unexpected(void)' is multiply defined:
> > >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > > ld: fatal: symbol `terminate(void)' is multiply defined:
> > >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > > ld: fatal: symbol `set_unexpected(void (*)(void))' is multiply defined:
> > >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > > ld: fatal: symbol `unexpected(void)' is multiply defined:
> > >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> > > ld: fatal: File processing errors. No output written to htfuzzy
> >
> > It seems to me your libstd++ library is incompatible with your libgcc
> > library.  Make sure you install compatible versions of these.
> >
> > --
> > Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
> > Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
> > Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
> > Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930
> 
> --
> E-MAIL NOTICE:
> This message and any files transmitted with it are confidential and
> solely for
> the use of the intended recipient. It may also contain material
> protected by
> lawyer-client privilege or other legal rules. If you are not the
> intended
> recipient or the person! responsible for delivering it to the intended
> recipient,
> be advised that you have received this message in error and any use is
> strictly
> prohibited, including, without limitation, copying or disclosing its
> content to anyone.
> If you have received this !message in error, let us know by reply and
> delete it from
> your system. Note that any opinions stated in this message may or may
> not be those of
> the company depending on the context.
> 
> --__--__--
> 
> Message: 4
> From: Gilles Detillieux <[EMAIL PROTECTED]>
> Subject: Re: [htdig-dev] compiling error on solaris 2.7 and htdig 3.1.5:
> To: [EMAIL PROTECTED] (Prakash Kuthyar)
> Date: Wed, 4 Apr 2001 08:39:44 -0500 (CDT)
> Cc: [EMAIL PROTECTED] (Gilles Detillieux),
>         [EMAIL PROTECTED]
> 
> According to Prakash Kuthyar:
> > Hi,
> >
> > Can you sujest me which version should i install.
> > Thanks
> > Prakash
> >
> > Gilles Detillieux wrote:
> > >
> > > According to Prakash Kuthyar:
> > > > 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 -lnsl -lsocket
> > > > ld: fatal: symbol `set_terminate(void (*)(void))' is multiply defined:
> > > >         (file /usr/local/lib/libstdc++.a(exception.o) and file
> > > > 
>/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66/libgcc.a(exception.o));
> ...
> > >
> > > It seems to me your libstd++ library is incompatible with your libgcc
> > > library.  Make sure you install compatible versions of these.
> 
> Well, we have egcs-2.91.66 on our Red Hat Linux 6.2 systems, and they
> use libstd++-2.9.0, so I'd guess that version ought to work for you too.
> That's about all I can suggest, as I've never installed gcc, egcs, or
> any libraries myself from scratch.  They always come standard with the
> Linux distributions I use.  Perhaps, if this still doesn't help, someone
> else on the list who's installed gcc & g++ on Solaris can give you more
> useful advice.
> 
> $ gcc -v
> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
> $ rpm -q libstdc++
> libstdc++-2.9.0-30
> $
> 
> --
> Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
> Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
> Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
> Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930
> 
> --__--__--
> 
> _______________________________________________
> htdig-dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/htdig-dev
> 
> End of htdig-dev Digest

-- 
E-MAIL NOTICE:
This message and any files transmitted with it are confidential and
solely for
the use of the intended recipient. It may also contain material
protected by
lawyer-client privilege or other legal rules. If you are not the
intended
recipient or the person! responsible for delivering it to the intended
recipient, 
be advised that you have received this message in error and any use is
strictly 
prohibited, including, without limitation, copying or disclosing its
content to anyone. 
If you have received this !message in error, let us know by reply and
delete it from 
your system. Note that any opinions stated in this message may or may
not be those of 
the company depending on the context.

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to