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

[cgreek:00104] Re: bug fixed



>>>>> "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?).