Yes, replace the snprintf() with _snprinf() solve the problem... 2012/1/12 Kai Tietz <[email protected]>: > 2012/1/11 niXman <[email protected]>: >> 2012/1/11 Ozkan Sezer <[email protected]>: >>> On Wed, Jan 11, 2012 at 9:51 PM, niXman <[email protected]> wrote: >>>> 2012/1/11 Ozkan Sezer <[email protected]>: >>>>> On Wed, Jan 11, 2012 at 11:02 AM, Kai Tietz <[email protected]> >>>>> wrote: >>>>>> Hmm, >>>>>> >>>>>> I assume this issue is caused by current 2.0 branch. It would be >>>>>> really good if Ozkan could catch-up the stdio/wchar fixes from trunk >>>>>> for it. >>>>> >>>>> why do this happens at all which had never happened >>>>> before: nixman: is this with v2.0x branch crt/headers >>>>> or with the trunk? >>>> I use the trunk sources. >>> >>> >>> Well, what about it now? I don't want to mess with the >>> stable branches until this is figured out >> At the same stage but another error: >> gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings >> -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes >> -Wmissing-format-attribute -pedantic -Wno-long-long >> -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition >> -Wc++-compat -DHAVE_CONFIG_H -Wl,--large-address-aware -pipe -s >> -L/usr/local/lib -Wl,--stack,12582912 -o cc1.exe c-lang.o >> c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o >> c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o >> c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o >> c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o >> c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o >> c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o >> c-family/c-semantics.o c-family/c-ada-spec.o i386-c.o msformat-c.o \ >> cc1-checksum.o main.o libbackend.a ../libcpp/libcpp.a >> ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a >> /usr/local/lib/libiconv.a ../libiberty/libiberty.a >> ../libdecnumber/libdecnumber.a -lstdc++ -L/usr/local/lib -lcloog-isl >> -lisl -L/usr/local/lib -lppl_c -lppl -lgmpxx -L/usr/local/lib >> -L/usr/local/lib -L/usr/local/lib -lmpc -lmpfr -lgmp -lstdc++ >> -L../zlib -lz >> C:/msys/local/lib/libcloog-isl.a(libcloog_isl_la-domain.o):domain.c:(.text+0x827): >> undefined reference to `__ms_vsnprintf' >> C:/msys/local/lib/libcloog-isl.a(libcloog_isl_la-domain.o):domain.c:(.text+0xed7): >> undefined reference to `__ms_vsnprintf' >> C:/msys/local/lib/libisl.a(libisl_la-isl_output.o):isl_output.c:(.text+0x547): >> undefined reference to `__ms_vsnprintf' >> C:/msys/local/lib/libisl.a(libisl_la-isl_arg.o):isl_arg.c:(.text+0x277): >> undefined reference to `__ms_vsnprintf' >> C:/msys/local/lib/libisl.a(libisl_la-isl_printer.o):isl_printer.c:(.text+0x1b7): >> undefined reference to `__ms_vsnprintf' >> collect2: ld returned 1 exit status >> >> Any ideas? >> >> niXman. > > Yes, you need to rebuild crt, too. > > Regards, > Kai > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
