[Bug c++/67067] "Trouble closing elf file" and "-static-libstdc++ not implemented"

2015-07-31 Thread zclai at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67067 --- Comment #4 from Alex Lai --- (In reply to Alex Lai from comment #1) > on Solaris x86, I downloaded MPC, GMP and MPFR and extracted them into GCC > source directory as mpc,gmp and mpfr directories and configure GCC source > with: > > $ ../gcc

[Bug c++/67067] "Trouble closing elf file" and "-static-libstdc++ not implemented"

2015-07-30 Thread zclai at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67067 --- Comment #3 from Alex Lai --- (In reply to Jonathan Wakely from comment #2) > (In reply to Alex Lai from comment #1) > > the error apparently is due to the missing space between -static and > > -libstdc++. > > There is no missing space, that'

[Bug c++/67067] "Trouble closing elf file" and "-static-libstdc++ not implemented"

2015-07-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67067 --- Comment #2 from Jonathan Wakely --- (In reply to Alex Lai from comment #1) > the error apparently is due to the missing space between -static and > -libstdc++. There is no missing space, that's a valid gcc option.

[Bug c++/67067] "Trouble closing elf file" and "-static-libstdc++ not implemented"

2015-07-30 Thread zclai at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67067 Alex Lai changed: What|Removed |Added Summary|#error -static-libstdc++|"Trouble closing elf file"