|
From: Pascal C. <pc...@p-...> - 2005-06-01 12:41:07
|
On 1 Jun 2005, at 13:35, Bruno Haible wrote: > Pascal Costanza wrote: > >>> $ gcc polltest.c -o polltest >>> $ ./polltest >>> >> >> fd = 0: 1/0 1 -> 32 >> fd = 1: 1/0 4 -> 32 >> fd = 3: 1/0 1 -> 32 >> fd = 4: 1/0 4 -> 32 >> fd = 5: 1/0 1 -> 32 >> fd = 6: 1/0 4 -> 32 >> > > Thanks for the result. The expected result (as found on Linux and > Solaris) is > > fd = 0: 0/0 1 -> 0 > fd = 1: 1/0 4 -> 4 > fd = 3: 0/0 1 -> 0 > fd = 4: 1/0 4 -> 4 > fd = 5: 1/0 1 -> 1 > fd = 6: 1/0 4 -> 4 > > I've added an autoconf test against this to clisp and will also > propagate it > to gnulib. > > You can now try to see whether clisp from CVS builds out of the box. No, it doesn't, but seemingly for unrelated reasons: spvw.d: In function 'getSP': spvw.d:642: warning: function returns address of local variable In file included from spvw.d:666: spvw_language.d: In function 'init_language': spvw_language.d:235: error: label at end of compound statement make: *** [spvw.o] Error 1 Pascal -- 2nd European Lisp and Scheme Workshop July 26 - Glasgow, Scotland - co-located with ECOOP 2005 http://lisp-ecoop05.bknr.net/ |