Re: Porting skalibs to GNU Hurd

2019-10-16 Thread Guillermo
El mié., 16 oct. 2019 a las 14:02, Laurent Bercot escribió: > > >1. In src/include/skalibs/nonposix.h, > > > >#if defined(__linux__) || defined(__GLIBC__) > >The if condition seems not working. Of course it's not __linux__, but I am > >using glibc. > > Ah, yes, __GLIBC__ is only defined in

Re: Porting skalibs to GNU Hurd

2019-10-16 Thread Laurent Bercot
Hi Shengjing, With using `CPPFLAGS += -D_GNU_SOURCE -DPATH_MAX=4096`, skalibs builds on Hurd, execline works fine. (Though I failed to run s6.) What problems did you get with s6? It should be able to run without trouble. To me that's a more important issue than the ones you listed below.