Page 1 of 1

_sprintf...

PostPosted: Sun Feb 23, 2003 9:13 am
by alamaz
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 ?