bug-guile
[Top][All Lists]
Advanced

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

bug#14042: configure error for guile 2.0.7


From: Ludovic Courtès
Subject: bug#14042: configure error for guile 2.0.7
Date: Sat, 13 Apr 2013 22:21:01 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.3 (gnu/linux)

Marc Girod <address@hidden> skribis:

> ./test-language: !: not found
> FAIL: test-language

I believe the faulty line is this:

  ! guile -c "(= (funcall (symbol-function '+) 1 2) 3)" 2> /dev/null

Does it work if rewritten this way?

  if guile -c "(= (funcall (symbol-function '+) 1 2) 3)" 2> /dev/null
  then false
  else true

TIA,
Ludo’.





reply via email to

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