Hi there,
i am having a strangest problem when building libiconv
all works just fine but i am testing some new custom encodings. and it only works when i run it through the iconv_no_i18n wrapper for all other instance trying to execute via actual binary fails on the first char
so i modified the wrapper to include gdb in the execution then still works just fine without even passing any arguments and supplying arguments through run inside gdb
any idea what could cause this?