bug-gperf
[Top][All Lists]
Advanced

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

Re: [bug-gperf] gperf linking problem


From: Bruno Haible
Subject: Re: [bug-gperf] gperf linking problem
Date: Fri, 8 May 2009 01:55:01 +0200
User-agent: KMail/1.9.9

Stephen Chell wrote:
> I'm trying to install gperf 3.0.3 on an AIX 5.3 system.  (gcc version is
> 4.0.0)   
> ...
>         g++ -g -O2  -o gperf version.o positions.o options.o keyword.o 
> keyword-list.o  input.o bool-array.o hash-table.o search.o output.o main.o 
> ../lib/libgp.a -lm
> 
> ld: 0711-317 ERROR: Undefined symbol: vtable for
> __cxxabiv1::__si_class_type_info
> 
> ld: 0711-317 ERROR: Undefined symbol: vtable for
> __cxxabiv1::__class_type_info

Something is wrong with your g++ installation.

You might try a different compiler. The stable release in the GCC 4.0.x
series is version 4.0.4. There are also newer versions, of course. See [1].

Bruno

[1] http://gcc.gnu.org/releases.html




reply via email to

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