He also faced a similar problem with one of the other cdot machines (Australia). So what he did was try it on another cdot machine (ireland) and it worked just fine. He advised me to give that a go, also try using the option --disable-multilib.
I went to the gcc installation website to see what that does, and here it is
--disable-multilib- Specify that multiple target libraries to support different target variants, calling conventions, etc. should not be built. The default is to build a predefined set of them.
So instead of just using the regular ./configure command, I added the following option as well and the syntax now looks like
./configure --disable-multilib
So far it ran past the stage it would usually fail on India. About 1 and 1/2 hour later it finally failed ending with the following prompt.
Ehren suggested I try to do a make install and see what happens here is the result.
With more communication with ehren, I decided to follow more of his advice. Here is a snippet of our conversation
22:04
22:05
22:05
ehren - 22:05
--prefix=/home/blah/gcc/dist
ehren - 22:06
/home/blah/gcc/dist/bin/gcc
ehren - 22:06
22:07
--prefix=/home/blah/gcc/dist --disable-multilib?
ehren - 22:07
22:07
ehren - 22:07
22:08
ehren - 22:08
barebones compiler and then uses that to compile the rest of
itself
22:09
ehren - 22:10
old/crappy compiler
22:10
So the new syntax I would try now is
0 comments:
Post a Comment