Jonas:
Check what the associated config.log says.
I couldn't look at that at first because files were owned by root and other things ... I fixed those (to be owned by me) but that didn't change the results.
% more config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
configure:581: checking host system type configure:602: checking target system type configure:620: checking build system type configure:675: checking for a BSD compatible install configure:2866: checking for i386-apple-darwin10-ar configure:2899: checking for ar configure:2938: checking for i386-apple-darwin10-as configure:2971: checking for as configure:3010: checking for i386-apple-darwin10-dlltool configure:3043: checking for dlltool configure:3082: checking for i386-apple-darwin10-ld configure:3154: checking for i386-apple-darwin10-nm configure:3187: checking for nm configure:3226: checking for i386-apple-darwin10-ranlib configure:3259: checking for ranlib configure:3298: checking for i386-apple-darwin10-windres configure:3331: checking for windres configure:3370: checking for i386-apple-darwin10-objcopy configure:3403: checking for objcopy configure:3442: checking for i386-apple-darwin10-objdump configure:3475: checking for objdump configure:3524: checking for i386-apple-darwin10-ar configure:3557: checking for ar configure:3596: checking for i386-apple-darwin10-as configure:3629: checking for as configure:3668: checking for i386-apple-darwin10-dlltool configure:3701: checking for dlltool configure:3740: checking for i386-apple-darwin10-ld configure:3773: checking for ld configure:3812: checking for i386-apple-darwin10-nm configure:3845: checking for nm configure:3884: checking for i386-apple-darwin10-ranlib configure:3917: checking for ranlib configure:3956: checking for i386-apple-darwin10-windres configure:3989: checking for windres configure:4056: checking whether to enable maintainer-specific portions of Makefiles
configure: error: installation or configuration problem: C compiler cannot create executables. make[2]: *** [p/rts/Makefile] Error 1 make[1]: *** [stage1_build] Error 2 make: *** [bootstrap] Error 2 egg 55%
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 ...?
Tom
Thomas D. Schneider, Ph.D. Senior Investigator National Institutes of Health National Cancer Institute Center for Cancer Research Gene Regulation and Chromosome Biology Laboratory Molecular Information Theory Group Frederick, Maryland 21702-1201 https://schneider.ncifcrf.gov (current link) https://alum.mit.edu/www/toms (permanent link)