|
From: Vincent T. <vin...@gm...> - 2019-04-01 19:32:01
|
Hello after upgrading the 32 bits toolchain, i have some linking errors when compiling pkg-config or xz : pkg-config : ./glib/glib/.libs/libglib-2.0.a(libglib_2_0_la-gstdio.o):gstdio.c:(.text+0x9ad): undefined reference to `_imp___wutime32' xz : xz-file_io.o:file_io.c:(.text+0x52f): undefined reference to `_imp___futime32' I had no problem with a previous toolchain. If I #undef _USE_32BIT_TIME_T it works Note that the 64 bits toolchain has no problem Does someone know if a change in header files has been made, that will explain such errors ? thank you Vincent Torri |