found 506736 1.36.0-11 thanks
Hi, the bug have not been fixed, the "#include <unistd.h>" is needed (as is in submitted patch and bug title), but it does not correspond to the debian/patches/kfreebsd-jam.patch in 1.36.0-11: --- boost1.36-1.36.0.orig/tools/jam/src/jam.h +++ boost1.36-1.36.0/tools/jam/src/jam.h @@ -418,6 +418,10 @@ # include <stdlib.h> # endif +# ifdef __GLIBC__ +# include <stdlib.h> +# endif + # if !defined(OS_BSDI) && \ !defined(OS_FREEBSD) && \ !defined(OS_DRAGONFLYBSD) && \ Please change "# include <stdlib.h>" to "# include <unistd.h>". Many thanks Petr -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]