Changes between Version 1 and Version 3 of Ticket #22198


Ignore:
Timestamp:
Jan 24, 2010, 3:48:52 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22198

    • Property Cc f.baart@… added
  • Ticket #22198 – Description

    v1 v3  
    33Consider int main(){}
    44
     5{{{
    56g++-mp-4.4 foo.cpp -g
    67gdb ./a.out
    78run
     9}}}
    810
    911gdb produces hundreds of lines of warnings, all of which complain about missing libgcc and libstdc++ debug info.
    1012
     13{{{
    1114warning: Could not find object file "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc44/work/build/x86_64-apple-darwin10/libgcc/unwind-c_s.o" - no debug information available for "../../../gcc-4.4.2/libgcc/../gcc/unwind-c.c".
     15}}}