help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need Help with this compile


From: Paul Pluzhnikov
Subject: Re: Need Help with this compile
Date: 05 Nov 2004 22:46:58 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

null@wongfaye.com (Hafeez) writes:

> Undefined                       first referenced
>  symbol                             in file
> _ZTI7filebuf                        
> /home/project/lib/libstdc++.a(stdstrbufs.o)

It looks as if you are linking g++-2.7.2-compiled code against
g++-3.x-compiled libstdc++. The "missing" symbol is 'typeinfo for
filebuf', and it should be __ti7filebuf when compiled with g++-2.x

It looks like you didn't manage to build g++-2.7.2 properly yet.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]