hey guys, I was trying to install the latest version of Wine when i kept getting :
"configure: error: C compiler cannot create executables"
Wierd, So i looked it up on google and sure enough i found some references to it.
I compiled a simple test C program and got compilation errors, stating that <stdio.h> could not be found. Which I would guess means all of the header files are missing/not installed.
On adept, it tells me GCC is installed.
Anyone else got this problem? Anyone got the Cure?
"configure: error: C compiler cannot create executables"
Wierd, So i looked it up on google and sure enough i found some references to it.
I compiled a simple test C program and got compilation errors, stating that <stdio.h> could not be found. Which I would guess means all of the header files are missing/not installed.
On adept, it tells me GCC is installed.
Anyone else got this problem? Anyone got the Cure?
Comment