When linking a program, i have:
ld: illegal reference to symbol: _sprintf defined in indirectly referenced dynamic library /usr/lib/libSystem.B.dylib
When I remove all the sprintf() in my code source, i have this same problem for others symbols (like _atoi, etc...)
Does anyone have a solution to this problem ?