This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/35531] Assembler failure while compiling libgcc



------- Comment #3 from bfriesen at simple dot dallas dot tx dot us  2008-03-10 23:05 -------
By using 'as' and 'ld' from binutils-2.18, I have achieved a successful
compile.  Using gas and the system linker was not sufficient since it resulted
in the same error.  Based on past experience, I don't have a lot of faith in
GNU ld under Solaris.  Has it substantially improved?

The final configuration incantation is:
/home/bfriesen/src/gnu/gcc-4.3.0/configure --program-suffix=-4.3.0
--enable-shared --enable-threads --enable-version-specific-runtime-libs
--with-gnu-as --with-as=/usr/local/lib/binutils-2.18/bin/as
--with-ld=/usr/local/lib/binutils-2.18/bin/ld --enable-languages=c,c++


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35531


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