This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.3.2: Could not bootstrap on Solaris 8 (Native as/ld)


Eric Botcazou wrote:
>>I configured it simply as:
>>
>>  ~/tmp/build > ../gcc-3.3.2/configure --enable-languages=c,c++ \
>>  --disable-debug --disable-nls
> 
> 
> Where does this --disable-debug option come from? I don't see it listed on 
> http://gcc.gnu.org/install/configure.html

configure options are passed as is to the sub-folders
as well, so this affects (at least) the libstdc++-v3
build.


>>Are native as/ld supported at all or should I be using binutils?
> 
> 
> They are supported.
> 
> 
>>Or is there something wrong that I am doing here?
> 
> 
> Did you follow the build instructions given at 
> http://gcc.gnu.org/install/specific.html ?

Sloth prevailed - I just built and installed binutils
2.14 and specified these with "--with-as=/usr/local/bin/as
--with-ld=/usr/local/bin/ld" and the bootstrap finished
successfully.

Thanks for your help.

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]