On 2 Sep 2009, at 14:32, Andreas Höschler wrote:

checking whether the C compiler works... configure: error: cannot run C compiled programs.

This one is familiar. I had this problem while trying to compile GCC in /tmp on a cluster. The partition was mounted with the noexecute flag. You need to make sure that you are building GCC somewhere where it can emit binary files that they can run. The cross-compile line is a red herring; one common cause for this problem is if you are building a cross compiler the host probably won't be able to run binaries compiled for the target system.

David

_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to