On Sun, Jan 07, 2001 at 01:30:37PM +0100, Lars Gullik Bjønnes wrote:
> Wai-Sun Chia <[EMAIL PROTECTED]> writes:
> 
> | Ryan McBride wrote:
> | > 
> | 
> | > /usr/include/g++/sstream: In method `class string stringstreambase::str() const':
> | > /usr/include/g++/sstream:102: taking dynamic typeid of object with -fno-rtti
> | > /usr/include/g++/sstream:102: confused by earlier errors, bailing out
> | 
> | Hmm...looks like a combination of gcc and glibc flakiness...
> | What version of gcc and glibc?
> 
> The solution is probably to remove -fno-rtti from the compile line.

Excellent - this gets me almost to the very end :-) I get the following when
g++ tries to link lyx:

gettext.C:10: Undefined symbol `_gettext' referenced from text segment
gettext.C:20: Undefined symbol `_gettext' referenced from text segment
../src/main.C:34: Undefined symbol `_bindtextdomain' referenced from text segment
../src/main.C:34: Undefined symbol `_textdomain' referenced from text segment
collect2: ld returned 1 exit status
gmake[3]: *** [lyx] Error 1
gmake[2]: *** [all-recursive] Error 1
gmake[1]: *** [all-recursive-am] Error 2
gmake: *** [all-recursive] Error 1

Thanks

-Ryan

-- 
Ryan McBride - [EMAIL PROTECTED]
Systems Security Consultant
Countersiege Systems Corporation - http://www.countersiege.com

Reply via email to