[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cgreek:00104] Re: bug fixed
- To: cgreek@xxxxxxxx
- Subject: [cgreek:00104] Re: bug fixed
- From: Robin Smith <rasmith@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 30 Aug 2000 11:17:24 -0500
- In-reply-to: Your message of "Thu, 31 Aug 2000 00:40:06 +0900."<20000831004006R.skawazoe@bun.kyoto-u.ac.jp>
- Reply-to: cgreek@xxxxxxxx
>>>>> "Shinsuke" == Shinsuke Kawazoe <skawazoe@xxxxxxxxxxxxxxxxx> writes:
Shinsuke> I couldn't create tlg2cit.exe and get the following
Shinsuke> warnings;
tlg> make
Shinsuke> flex tlg2emacs.lex gcc -O2 -o tlg2emacs lex.yy.c -lfl
Shinsuke> gcc -O2 -o tlg2cit tlg2cit.c
Shinsuke> F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\cc6GE56U.o(.text+0x26a):tlg2cit.c:
Shinsuke> undefined reference to `snprintf'
Shinsuke> It might be because of my c compiler(gcc included in
Shinsuke> cygwin tools).
It's your C function library: snprintf is supposed to be part of
the stdio library (but perhaps some Windows versions don't have it?).