I am trying to do an installations of Linux Mint 16 'petra' on both 32 and 64 bit installs.
I have no internet connection on my pc so have to install all additional software manually. Being a developer I thought I would attempt to install codeblocks with wxWidgets so followed the instructions found at:
http://wiki.codeblocks.org/index.php?ti
In order to perform the installation it appeared that i would need pre-requistites so following instructions found on https://developer.gnome.org/gtk3/stable ... lding.html downloaded glib 'stuff', unpacked and ran configure.
It's at this point that things fail. I get a message in the terminal stating that the C compiler cannot create executables
and to see config.log for more details
which contains (amongst other stuff) the following:
gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
configure:4072: $? = 0
configure:4061: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4072: $? = 4
configure:4061: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
How do I diagnose these errors?
Glibc
installed, i.e. there is (almost) nothing in/usr/include
. – Mccolloughlibc6-dev
. You might need other development headers too though. – Mccollough