help-gnubatch
[Top][All Lists]
Advanced

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

[Help-gnubatch] External variables not found


From: Reuti
Subject: [Help-gnubatch] External variables not found
Date: Wed, 25 Feb 2009 01:54:49 +0100

Hi,

I always get a:

make[1]: Entering directory `/home/reuti/gnubatch-1.1/util'
gcc  -o helpparse helpparse.o msgparse.o msglex.o alloc.o
helpparse.o: In function `apphelps':
/home/reuti/gnubatch-1.1/util/helpparse.c:373: undefined reference to `line_count'
...(more)...

during make. All declarations of line_count (and some others) have "extern" AFAICS, but nowhere a real declaration. This seems only to be present in msgparse.y, but with bison 2.3 and also 2.4 it seems not to be available to the C program during linking.

How to get this working?  (SuSE Linux 10.3, gcc 4.2.1, x86)

-- Reuti




reply via email to

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