bug-bison
[Top][All Lists]
Advanced

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

Re: Compilation problem on Tru64 UNIX 4.0D


From: Akim Demaille
Subject: Re: Compilation problem on Tru64 UNIX 4.0D
Date: 12 Nov 2002 18:47:04 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| Had to apply to following patch to get Bison 1.75 linked on Tru64 UNIX
| 4.0D with the Compaq linker. Without it, the linker complains about
| optind being a duplicate symbol.
| 
| -- snip snip
| --- src/Makefile.am.orig      Mon Nov 11 20:37:59 2002
| +++ src/Makefile.am   Mon Nov 11 20:38:31 2002
| @@ -28,7 +28,7 @@
|  INCLUDES = -I$(top_builddir)      \
|             -I$(top_srcdir)/lib
|  
| -LDADD = $(INTLLIBS) ../lib/libbison.a
| +LDADD = ../lib/libbison.a $(INTLLIBS)
|  
|  bin_PROGRAMS = bison

Thanks, installed.  Please, next time, provide a ChangeLog.




reply via email to

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