Re: bug in aclocal.m4

2018-09-22 Thread Sergei Trofimovich
On Sat, 22 Sep 2018 15:09:15 -0700
Evan Laforge  wrote:

> Tiny bug, so I'll just throw it out here instead of trying to get arc
> set up again:
> 
> aclocal.m4 line 2438, at head (commit
> 7e77f41430ae1cad84d5b0c90328331d38f3eda0) has # typo'd as $.  It
> causes a harmless but alarming error in configure.

Sounds reasonable. Proposed as https://phabricator.haskell.org/D5171

-- 

  Sergei


pgpfarmiuyzBP.pgp
Description: Цифровая подпись OpenPGP
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


bug in aclocal.m4

2018-09-22 Thread Evan Laforge
Tiny bug, so I'll just throw it out here instead of trying to get arc
set up again:

aclocal.m4 line 2438, at head (commit
7e77f41430ae1cad84d5b0c90328331d38f3eda0) has # typo'd as $.  It
causes a harmless but alarming error in configure.

Also `ld --version` causes an error on OS X since OS X ld doesn't have
that flag, but I think it just causes it to correctly detect it as
"not gnu ld".
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs