Teen Programmers Unite  
 

 

Return to forum top

compiling gcc

Posted by pramod [send private reply] at January 15, 2003, 12:56:07 PM

well, i got the whole source tarball. and then i ran ./configure.

well'll i'm getting messages like
bad interpreter command not found.
./config.sub not found - its there in the directory

what does a message like that mean [bad interpreter?]
/bin/sh and /bin/bash are all working well enough.

Posted by mop [send private reply] at January 15, 2003, 05:42:42 PM

you could try doing "sh configure" instead of "./configure", maybe the configure file does not tell the computer to use /bin/sh for interpretting.

Posted by pramod [send private reply] at January 17, 2003, 12:26:47 PM

well, i figured out what was happening. i'd downloaded the tarball and unzipped on a fat32 drive. turns out you're not supposed to do this [<i>why?</I>]. then i unzipped on to a linux drive and tried it and then it worked.

but then well i built it, did something like configure, then make bootstrap and then make install. but well, it doesn't seem to get rid of my old gcc. i finish doing everything and then run

gcc --version

and i get the same old version [2.96 instead of 3.2.1]
how do i get it replace my old gcc?

Posted by gian [send private reply] at January 17, 2003, 03:46:41 PM

You aren't supposed to use a fat32 drive because it doesn't preserve things like permissions and the "x bit" (which designates a file as executable).

Posted by taubz [send private reply] at January 17, 2003, 03:49:03 PM

It may have installed to a different place. When running make install, try to see where it's copying the new binary to. Do 'which gcc' to see where your current version is (that is, the one that is invoked by searching the path). If they're not the same, you'll have to re-configure it with the prefix option (that's how it usually is): ./configure prefix=/usr/local where /usr/local is the path where you want it installed to.

- taubz

You must be logged in to post messages and see which you have already read.

Log on
Username:
Password:
Save for later automatic logon

Register as a new user
 
Copyright TPU 2002. See the Credits and About TPU for more information.