Changes between Initial Version and Version 1 of Ticket #69000


Ignore:
Timestamp:
Dec 30, 2023, 1:42:52 AM (5 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69000 – Description

    initial v1  
    3737Apparently these symbols are provided by `libstdc++`: https://gcc.gnu.org/legacy-ml/gcc-help/2019-12/msg00090.html
    3838
    39 If I just add `-lstdc++` to the command above, it links successfully. But to ''all three libraries:''
     39If I just add `-lstdc++` to the command above, it links successfully. But to ''all four libraries:''
    4040
    4141
     
    5353}}}
    5454
    55 This is likely wrong.
     55This is wrong, but how do we get it to work without pulling in a zoo of C++ runtime libs?
    5656
    5757P. S. The issue is perhaps nothing specific to PowerPC and should be reproducible on Intel without a native `libc++`.