On 18 Nov 2015, at 14:21, Schneider schneidt@mail.nih.gov wrote:
The error message comes from
gpc346u4-sources/gcc-3.4.6/intl/configure: { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
So gcc can't write for some reason ...?
Then open the configure script, find that line and see what it tries to do before bailing out with that message. Maybe you can repeat the offending command on the command line see its output.
Bastiaan.