Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Oct. 19 2007,15:56 |
|
Hmm - it's not so obvious that the hardlinks can be deleted:Code Sample | $ ../glibc-2.3.2/configure --prefix=/opt/build --enable-shared --enable-add-ons --enable-kernel=2.4.26 --disable-static --host=i486-pc-linux-gnu --target=i486-pc-linux-gnu --with-arch=i486
checking for i486-pc-linux-gnu-gcc... no checking for i486-pc-linux-gnu-cc... no checking for gnumake... no checking for gmake... no checking for make... make checking version of make... 3.80, ok configure: error: *** These critical programs are missing or too old: gcc |
Unless I make a symlink gcc -> i486-pc-linux-gnu-gcc? (rather than leaving both gcc and i486-pc-linux-gnu-gcc)
|