Update : in fact the default linker does recognize the --kill-at option, but :
Quote from: man ld
--kill-at
If given, the stdcall suffixes (@nn) will be stripped from symbols
before they are exported. [This option is specific to the i386 PE
targeted port of the linker]
If given, the stdcall suffixes (@nn) will be stripped from symbols
before they are exported. [This option is specific to the i386 PE
targeted port of the linker]
and
Code:
uname -m
gives Quote
i686
could be a problem there, isn't it ?






