[antlr-interest] Undefined first referenced symbol __start_cp_handler ANTLRException.o

Ric Klaren ric.klaren at gmail.com
Tue Oct 10 04:17:01 PDT 2006


Hi,

On 10/10/06, Balaji Ramasubbu <r_balaji82 at yahoo.com> wrote:
> ld: warning: symbol `TokenStream virtual table' has differing sizes:
>         (file Main.o value=0x18; file
> /users/balaji/antlr/cpp/CharScanner.o value=0x20);
>         Main.o definition taken

Looks like you have stale files lying around your build environment.
Or you're linking a library compiled with another compiler or compiler
settings to your project. Rebuild everything (support library and
project) with the same compiler and the same compiler settings, that
should probably solve it.

Cheers,

Ric


More information about the antlr-interest mailing list