Le 17 sept. 05 à 09:53, Paul Eggert a écrit :
Akim Demaille <[EMAIL PROTECTED]> writes:
You get a fairly large number of failures on OSX if gettext is not in
the standard locations:
Hmm, does the problem occur if you install Bison on a vanilla Mac OS X
box, or is it limited only to people who have also installed gettext
themselves in a nonstandard location? What sort of nonstandard
location caused your problem?
I guess the problem is only for people who have installed gettext
by hand, hence typically in /usr/local/ (that's my case). Anyway,
the gettext macros have clearly demonstrated they were perfectly
able to find the proper flags:
# Are special libraries needed?
LIBS='-L/usr/local/lib -lintl -liconv -lc -Wl,-framework -
Wl,CoreFoundation'
they are really missing for the compiling tests.