Hello Samuel On 11/09/16 13:54, Samuel Thibault wrote: > Manolis Ragkousis, on Wed 09 Nov 2016 13:02:14 +0200, wrote: >> Now I only have problems with linking http://paste.lisp.org/display/330765 > > __gsync_wait and __gsync_wake are gnumach RPCs. They have been added to > gnumach quite a long time ago, don't you have them in > gnumach/include/mach/gnumach.defs? > > Samuel >
Yes I do have them in gnumach/include/mach/gnumach.defs. The linking errors appears both when building from Guix and on debian/hurd. But I have managed to bypass the linking by first running make mach/subdir_lib, make hurd/subdir_lib, make libpthread/subdir_lib and then make all. It seems there is an issue with the order of subdirs building. Manolis