okwatia
- 15
- 0
Whenever i try to compile source code of programs in linux (MINT) it tells me that it cannot compile executables. Can someone help me?
The discussion centers on issues encountered while compiling source code on Linux Mint, specifically the error message indicating that the C compiler cannot create executables. The error arises due to potential missing permissions, absence of essential packages like GCC and G++, or a faulty installation. Users are advised to check the 'config.log' for detailed error information and to ensure that they have the necessary write permissions in the directory. Installing the 'build-essential' package using the command "apt-get install build-essential" is recommended as a solution.
PREREQUISITESDevelopers and programmers working on Linux Mint who need assistance with compiling source code, as well as system administrators managing software installations and permissions.