bug-bison
[Top][All Lists]
Advanced

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

Re: [GNU Bison 1.875d] testsuite: 43 84 85 86 87 88 89 110 failed


From: Paul Eggert
Subject: Re: [GNU Bison 1.875d] testsuite: 43 84 85 86 87 88 89 110 failed
Date: Mon, 24 May 2004 23:39:57 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Vin Shelton <address@hidden> writes:

>   1. ../../src/bison-1.875d/configure '--prefix=/usr/local'
>      '--disable-nls' LDFLAGS="-R$USRLOCAL/gcc/lib"

LDFLAGS are passed to the compiler, not to ld directly.  My guess is
that you're using GCC which doesn't grok -R directly but instead wants
-Xlinker -R....  If so, you need to use something like this instead:

../../src/bison-1.875d/configure LDFLAGS="-Xlinker -R$USRLOCAL/gcc/lib"




reply via email to

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