and yes I have enable compiler support.
The problem specifically is this.
Checking for sockets... test_sockets.c:1:23: sys/types.h: No such file or directory
This isn't even a compile yet, this is thrown back at me when I run ./configure for the particular application.
Basically, types.h exists in /usr/include
but for whatever reason /usr/include is not included in the /home/virtfs structure, so things won't configure and compile right.
None of the /usr/include directory is even included, which is required to configure and compile most anything!!
Please advise.
Thanks,
Matt
The problem specifically is this.
Checking for sockets... test_sockets.c:1:23: sys/types.h: No such file or directory
This isn't even a compile yet, this is thrown back at me when I run ./configure for the particular application.
Basically, types.h exists in /usr/include
but for whatever reason /usr/include is not included in the /home/virtfs structure, so things won't configure and compile right.
None of the /usr/include directory is even included, which is required to configure and compile most anything!!
Please advise.
Thanks,
Matt