adtools icon indicating copy to clipboard operation
adtools copied to clipboard

hidden symbol `__fixsfdi'

Open afxgroup opened this issue 6 years ago • 1 comments

I'm trying to link a program using static gcc and stdc++. At moment the only way is to rename the shared objects and link against gcc_eh (because '-static-libgcc and -static-libstdc++ flags seems not working)

Everything seems work correctly except for this error

hidden symbol `__fixsfdi' in /usr/lib/gcc/ppc-amigaos/8.2.0/libgcc.a(_fixsfdi.o) is referenced by DSO

What can i do?

afxgroup avatar Feb 15 '19 19:02 afxgroup

I may talk bull, but maybe using separate flags "-static" and adding "-lstdc++"at end of linking line will works better than just -static-libgcc or -static-libstdc++ ? At least for all things i tried it works, and didn't take sobjes to build even if they present.

kas1e avatar Feb 16 '19 13:02 kas1e