bug-bison
[Top][All Lists]
Advanced

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

Compilation problem on Tru64 UNIX 4.0D


From: Albert Chin-A-Young
Subject: Compilation problem on Tru64 UNIX 4.0D
Date: Tue, 12 Nov 2002 11:14:11 -0600
User-agent: Mutt/1.2.5i

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.

-- 
albert chin (address@hidden)

-- 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
 




reply via email to

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