|
|
| Author |
Message |
Fooboohoo Guest
|
Posted: Jun 14, 2005 12:37pm Post subject: Help compiling? |
|
|
-bash-2.05b$ ./configure
checking for installation prefix... /home/xprounde
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
Whats up with that ?!?! how can i fix ? |
|
| Back to top |
|
 |
phrozen77 Newbie

Joined: 13 Jul 2004 Posts: 82 Location: There!! A 3-headed monkey, right behind you!
|
Posted: Jun 14, 2005 2:27pm Post subject: |
|
|
first, ensure your selected gcc-profile is the right one for your current compiler:
see if there is a * behind the one you intend using.. if theres only one, fine..
if not, set it to the right one:
| Quote: | | gcc-config <yourgccversion> |
eg
then
| Quote: | | source /etc/profile |
and run
| Quote: | | fix_libtool_files.sh |
shoul be fixed then...
note: all of the above steps refer to gentoo, so if something doesnt work as expected, check your distros forum / faq / ... |
|
| Back to top |
|
 |
nenolod Idler

Joined: 23 Jan 2004 Posts: 332 Location: A box!
|
Posted: Jun 15, 2005 12:18am Post subject: |
|
|
| It's caused by the fact that your system is missing the glibc development files (headers, et al.). Install them according to your distro's instructions. |
|
| Back to top |
|
 |
|