This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: undefined symbol _Rb_tree_decrement... using gcc-3.4.0?
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Dan Kegel <dank at kegel dot com>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Sat, 03 Jul 2004 22:01:26 +0200
- Subject: Re: undefined symbol _Rb_tree_decrement... using gcc-3.4.0?
- References: <40E6F5D4.8050502@kegel.com>
Hi,
Yesterday I ran into a link error on a medium sized C++ program
when compiled with gcc-3.4.0 (it was fine on gcc-2.95.3 and gcc-3.3.3).
Googling around, I only saw one similar report:
http://ufies.org/pipermail/xfmail-users/2004-May/000466.html
(gcc-3.4.0 20040324):
I cannot reproduce this problem: just build succesfully xfmail-1.5.5
with 3.3.3,
3.4.0 and 3.4.1.
Frankly, submitter of that original report appear rather confused and
unsure about
his setup... you can do much better! ;) ;)
Paolo.