Compiling Source Code on Linux (MINT) - Assistance Needed!

  • #1
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?
 
  • #2
What is the command line you are typing?
 
  • #3
'configure' is a special command script that works out what kind of Unix you have and builds a makefile.
I've never heard of that error - can you post the exact error message?
Did you write the config script - where was it from
 
  • #4
This is the error message:

checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
 
  • #5
Check the command in config.log
It could be that you don't have write permission to the dir that you are running this in.
Other people suggested that it occurs if you don't have gcc AND g++ installed, or have a faulty install.
On ubuntu/debian try "apt-get install build-essentials"
 
  • #6
Did you try running it as a superuser (using sudo) ?
 

Suggested for: Compiling Source Code on Linux (MINT) - Assistance Needed!

Replies
7
Views
624
Replies
15
Views
779
Replies
8
Views
2K
Replies
6
Views
818
Replies
16
Views
1K
Replies
2
Views
427
Back
Top