bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#57015: bug#57029: macos cannot build emacs after updated gcc and lib


From: Gerd Möllmann
Subject: bug#57015: bug#57029: macos cannot build emacs after updated gcc and libgccjit to 12.1
Date: Mon, 08 Aug 2022 08:03:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (darwin)

Eli Zaretskii <eliz@gnu.org> writes:

>> -          MAC_LIBS="-L$(dirname $($BREW ls -v libgccjit| \
>> -                                            grep -E 
>> 'libgccjit\.(so|dylib)$'))"
>> +          MAC_LIBS="-L$(dirname $($BREW ls -v libgccjit | \
>> +                                  grep -E 'current/libgccjit\.(so|dylib)$' 
>> | \
>> +                                  head -1))"
>> +          if test "x${MAC_LIBS}" = "x-L"; then

The 'x' is kind of confusing here because MAC_LIBS can't be empty at
this point.

> Is 'dirname' guaranteed to be available?

Yes (POSIX).  And it was used already.





reply via email to

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