adtools icon indicating copy to clipboard operation
adtools copied to clipboard

C++ does not compile

Open kaarlo52 opened this issue 1 year ago • 1 comments

I managed to compile SDK_53.30.lha with adtools (new didn t compile)

C language compiles. C++ gives lots of errors like:

ppc-amigaos/lib/libstdc++.a(locale.o): undefined reference to `__gthread_active_p'

ppc-amigaos-cpp.exe ppc-amigaos-c++.exe

kaarlo52 avatar Dec 24 '23 21:12 kaarlo52

You have to provide

athread=native

To you final link step.

3246251196 avatar Jan 19 '24 23:01 3246251196