Re: New Small Hack

2015-08-19 Thread Samuel Thibault
Diego Nieto Cid, le Wed 19 Aug 2015 02:20:15 -0300, a écrit : > Is this task eligible for the 'Small Hacks' section? Are the patches useful > enough to be mentioned? Sure! Thanks, Samuel

Re: AC_NO_EXECUTABLES

2015-08-19 Thread Manolis Ragkousis
On 19 August 2015 at 20:06, Samuel Thibault wrote: > I'll see around that, but it'd be more convenient that ac_no_link makes > link test fail only, not abort... That sounds great. :) Manolis

[GSoC update] Porting Guix to GNU/Hurd

2015-08-19 Thread Manolis Ragkousis
Hello everyone, As the hard pencil down date approaches, I believe it's time for a detailed report on my progress till now. I will start with what we have right now and then continue with what problems I had and what I did. First let's see what we have now, working. 1) Guix can successfully cross

Re: [GSoC update] Porting Guix to GNU/Hurd

2015-08-19 Thread Samuel Thibault
Hello, Congrats!! Samuel

Re: AC_NO_EXECUTABLES

2015-08-19 Thread Samuel Thibault
Samuel Thibault, le Tue 18 Aug 2015 23:05:40 +0200, a écrit : > I wonder why AC_NO_EXECUTABLES would be called when cross-compiling: > when one doesn't have a libc yet, Ok, apparently it's not completely forbidding executables, only if linking doesn't work :) I'll see around that, but it'd be mor