cannot run c compiled programs. if you meant to cross compile use --host' Ubuntu
- by Ali.A
I'm completely new to Ubuntu
I downloaded and unpacked a tar.gz package, after extraction, it is said in its documentation :
"type ./configure --disable-gts"
But when i run this command alone it tells me "Permission Denied" error.
Then i tried to use "sh ./configure --disable-gts" insted, but this time i faced this error:
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
How can i overcome these two problems? (I mean permission and compile error)
I'm just a rookie and i need urgent help.
Thanx