Opened 5 years ago

Closed 5 years ago

#24 closed defect (fixed)

divcc needs native libc++ and libc++abi to build C++ programs

Reported by: mornfall Owned by:
Priority: major Milestone: 4.3
Component: DiOS Keywords:
Cc:

Description

We may want to ship native versions of those ourselves, since many systems won't have those installed, or will have them built with ABI version 1 (and we use version 2).

Even with a native build with ABI version 2 from the sources shipped with DiOS, divcc gives me problems, because PDCLIB names get mangled into some of the ABI-visible symbols:
divcc: error: undefined symbol: std::2::codecvt<char, char, _PDCLIB_mbstate>::id

Change History (2)

comment:1 Changed 5 years ago by mornfall

Milestone: future4.3

comment:2 Changed 5 years ago by blurrymoi

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.