libstdc++/2086: bootstrap error, libstdc++-v3/src/local.cc: op -

Benjamin Kosnik bkoz@redhat.com
Wed Feb 28 17:02:00 GMT 2001


Can you try a GNU assembler? 

UX:as: WARNING: /var/tmp/cce3odFb.s:2940:section already defined: .text._ZNSt6locale21_S_normalize_categoryEj
UX:as: ERROR: /var/tmp/cce3odFb.s:3025:defined relocatable values from the same section required, op -

Seems to indicate that either g++ has emitted bogus section info, or
unixware's as is wonky.

Another approach is to use the --enable-debug config flag, which turns
off -ffunction-sections -fdata-sections.

-benjamin



More information about the Gcc-bugs mailing list