bug-bison
[Top][All Lists]
Advanced

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

bug in bison configuration


From: QUINSAT Jean
Subject: bug in bison configuration
Date: Tue, 24 Jul 2001 15:54:35 +0200

Hello,

I faced a bug in bison compilationwith version :

GNU Bison version 1.28

on sun workstation :

SunOS quark 5.5.1 Generic_103640-29 sun4u sparc SUNW,Ultra-5_10

with compiler :

cc: WorkShop Compilers 5.0 98/12/15 C 5.0

I think it is a bug in .configure.

When run ./configure, the trace write 

checking for gettext in libintl... checking for gettext in -lintl... yes

but the linker did not find symbol gettext...

It is logical because the linker command line 

cc  -g  -o bison  LR0.o allocate.o closure.o conflicts.o  derives.o files.o
getargs.o gram.o lalr.o lex.o main.o  nullable.o output.o print.o reader.o
reduce.o symtab.o  warshall.o getopt.o getopt1.o  

does not have "-lintl" option

So I modify the src/Makefile, LIBS variable was empty, I put -lintl in it.

After this everything was OK.

Thanks for bison.

Jean Quinsat

address@hidden





reply via email to

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