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]

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



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


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