On 3/28/07, Øystein Johansen <[EMAIL PROTECTED]> wrote:
Then there was a link problem:
external.o: In function `ExtParse':
/home/oystein/gnubg/external.c:367: undefined reference to `ExtStartParse'
external_y.o: In function `exterror':
/home/oystein/gnubg/external_y.y:137: undefined reference to `exttext'
/home/oystein/gnubg/external_y.y:139: undefined reference to `exttext'
external_y.o: In function `extparse':
/home/oystein/gnubg/external_y.c:1326: undefined reference to `extlex'
The yacc and lex building has always been a problematic point. Could
you try to run
rm external_y.c
make external_y.c
and mail me the screen output as well as the resulting external_y.c file.
If you are lazy the easy solution is to copy the external_y.c file
from non-src and run
touch external_y.c
and then
make gnubg
I'm using bison (GNU Bison) 2.3 and lex 2.5.33
same versions work for me.
Christian.
_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg