Changes between Initial Version and Version 1 of Ticket #69000
- Timestamp:
- Dec 30, 2023, 1:42:52 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69000 – Description
initial v1 37 37 Apparently these symbols are provided by `libstdc++`: https://gcc.gnu.org/legacy-ml/gcc-help/2019-12/msg00090.html 38 38 39 If I just add `-lstdc++` to the command above, it links successfully. But to ''all threelibraries:''39 If I just add `-lstdc++` to the command above, it links successfully. But to ''all four libraries:'' 40 40 41 41 … … 53 53 }}} 54 54 55 This is likely wrong.55 This is wrong, but how do we get it to work without pulling in a zoo of C++ runtime libs? 56 56 57 57 P. S. The issue is perhaps nothing specific to PowerPC and should be reproducible on Intel without a native `libc++`.