Hi there, please look at this line in /usr/include/linux/posix_types.h : [47] #include <asm/posix_types.h> This file doesn't exist. In the asm directory, I can only find byteorder.h, socket.h, and types.h. I tried to change the above to <asm/types.h>. Now I got another error: $ gcc -o semtest semtest.c In file included from semtest.c:4: /usr/include/linux/shm.h:6: asm/shparam.h: No such file or directory What did I do wrong? Thanks for your replies. Andreas -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
