On Wed, 21 Dec 2005 16:08:44 +0000, Jorge Almeida wrote:
/usr/local/lib/libccext2.so: undefined reference to `__gnu_cxx::__exchange_and_add(int volatile*, int)'
Looks like you link with gcc and not g++. I didn't have time to look at this much yesterday, but I think Philipp is correct. When building c++ or mixed C and C++ objects, you need to
On Thu, 22 Dec 2005 10:47:55 +0100 Philipp Thomas <philipp.thomas@t-link.de> wrote: link with g++. This is because the GCC driver will not automatically link with the C++ libraries. Using g++, the C++ libraries will be automatically added. -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9