On Tue, Jun 1, 2010 at 5:57 PM, Ludovic Courtès <[email protected]> wrote: > We are pleased to announce GNU Guile release 1.9.11. This may be the > last pre-release before the 2.0 release.
During the configure process, the script produces errors in the shell: ./configure: line 20215: test: -lt: unary operator expected ./configure: line 20216: test: -eq: unary operator expected ./configure: line 20252: test: -lt: unary operator expected ./configure: line 20253: test: -eq: unary operator expected ./configure: line 20306: test: -lt: unary operator expected ./configure: line 20307: test: -eq: unary operator expected ./configure: line 20360: test: -lt: unary operator expected ./configure: line 20361: test: -eq: unary operator expected ./configure: line 20397: test: -lt: unary operator expected ./configure: line 20398: test: -eq: unary operator expected ./configure: line 20441: test: -lt: unary operator expected ./configure: line 20442: test: -eq: unary operator expected ./configure: line 20488: test: -lt: unary operator expected ./configure: line 20489: test: -eq: unary operator expected This comes from the libunistring tests. I do not get this when configuring the 1.9.10 tarball. [I tried sending this with my config.log attached but the message bounced so I've placed it on my website: http://metasyntax.net/guile-config.log - this message is being resent to the mailing list addresses which bounced it] I'm not sure if anything in the build is affected; the configure process does finish successfully. I'll be happy to provide any more information or investigation if it will help. -- Taylor C. Venable http://metasyntax.net/
