[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cgreek:00107] snprintf



>>>>> "Robin" == Robin Smith <rasmith@xxxxxxxxxxxxxxxxxx> writes:
>>>>> "Shinsuke" == Shinsuke Kawazoe <skawazoe@xxxxxxxxxxxxxxxxx> writes:

Shinsuke> undefined reference to `snprintf'
Shinsuke> It might be because of my c compiler(gcc included in
Shinsuke> cygwin tools).

Robin> It's your C function library: snprintf is supposed to be part of
Robin> the stdio library (but perhaps some Windows versions don't have it?).

Updating cygwin tools would solve the problem.  A quick and brute
solution is replacing all

	snprintf(ptr, BUFSIZE, ...);

lines with

	sprintf(ptr, ...);

-- 
TAKAHASHI Naoto
ntakahas@xxxxxxxx
http://m17n.org/ntakahas