Hello, On 30/09/13 12:09, Cedric Blancher wrote: > If I look at your log I see that essential networking includes do not work:
Actually, the socket.h file is found under /usr/include/x86_64-linux-gnu/sys instead of /usr/include/sys . I then created the symbolic link /usr/include/sys -> /usr/include/x86_64-linux-gnu/sys and the compilation succeeded. I think /usr/include/x86_64-linux-gnu is related to Debian multiarch support. Now the question is: How to compile ksh without creating the symbolic link above? Should it be the responsibility of ksh sources to find the right header directory? Or should an option be passed to bin/package make? Best regards. -- Giovanni Rapagnani _______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
