[Chicken-hackers] [PATCH] use test -f instead of test -e (#965)

2013-01-21 Thread Felix
A change needed for Solaris. Reported by "Mikele". cheers, felix >From 7dbc4bbd71badd8f71107304f5789bde015c43ee Mon Sep 17 00:00:00 2001 From: felix Date: Mon, 21 Jan 2013 21:11:02 +0100 Subject: [PATCH] Use test -f instead of test -e in identify.sh, as the sh(1) variant of Solaris doesn't supp

[Chicken-hackers] [PATCH] build-fix for Solaris (#970)

2013-01-21 Thread Felix
Reported by "Mikele" (again!), Solaris seems to require -lrt for nanosleep(3). cheers, felix >From adbc4ebdf8421fbe8767e778ad53b704ad76f439 Mon Sep 17 00:00:00 2001 From: mikele Date: Mon, 21 Jan 2013 21:04:44 +0100 Subject: [PATCH] added missing library (-lrt) for nanosleep calls Signed-off-by

Re: [Chicken-hackers] [PATCH] build-fix for Solaris (#970)

2013-01-21 Thread Michele La Monaca
Hi Felix, thanks for pushing the fixes. Btw, "make install" looks for ginstall (GNU install I guess) which is not usually found on stock Solaris systems. Is there any particular reason to mandate it? Congrats for the work on chicken and the community around it. Regards, Michele La Monaca On Mo

Re: [Chicken-hackers] [PATCH] use test -f instead of test -e (#965)

2013-01-21 Thread Jim Ursetto
Pushed. On Jan 21, 2013, at 2:13 PM, Felix wrote: > A change needed for Solaris. Reported by "Mikele". > > > cheers, > felix > From 7dbc4bbd71badd8f71107304f5789bde015c43ee Mon Sep 17 00:00:00 2001 > From: felix > Date: Mon, 21 Jan 2013 21:11:02 +0100 > Subject: [PATCH] Use test -f instead of

Re: [Chicken-hackers] [PATCH] build-fix for Solaris (#970)

2013-01-21 Thread Jim Ursetto
Pushed. nanosleep(3) is in librt back to at least Solaris 8. On Jan 21, 2013, at 2:15 PM, Felix wrote: > Reported by "Mikele" (again!), Solaris seems to require -lrt > for nanosleep(3). > > > cheers, > felix > From adbc4ebdf8421fbe8767e778ad53b704ad76f439 Mon Sep 17 00:00:00 2001 > From: mikel