Search found 3 matches
- Thu Jun 26, 2014 11:03 pm
- Forum: Tech support
- Topic: checking whether the C compiler works... no
- Replies: 4
- Views: 9733
Re: checking whether the C compiler works... no
looks like it was gcc-multilib... which had a error installing, but seems to be working. The error invovled appear to be a linux version of a library trying to overwrite the ubuntu named version, so I let it go and it seems happy. I found it here: http://stackoverflow.com/questions/9807581/cannot-fi...
- Thu Jun 26, 2014 9:18 pm
- Forum: Tech support
- Topic: checking whether the C compiler works... no
- Replies: 4
- Views: 9733
Re: checking whether the C compiler works... no
I added stdio.h and a printf to see what it was doing, but yeah, it worked #include <stdio.h> /* confdefs.h */ #define PACKAGE_NAME "freeciv" #define PACKAGE_TARNAME "freeciv" #define PACKAGE_VERSION "2.4.2" #define PACKAGE_STRING "freeciv 2.4.2" #define PACKA...
- Thu Jun 26, 2014 2:04 pm
- Forum: Tech support
- Topic: checking whether the C compiler works... no
- Replies: 4
- Views: 9733
checking whether the C compiler works... no
This has got to be an easy fix and it is late and there is a dog curled in my lap, but I'm not seeing it. I have a freshing installed Mint 17 cinimon set up and just finsihed updating and upgrading all the systems and libraries. gcc is in the path for me and sudo (/usr/bin/gcc) and is sufficient ver...