On Sat, Dec 12, 2020 at 10:24:53AM +0000, Harry Thijssen wrote: Hi I am trying to upgrade my buildproces to openSUSE 15.2. During build I get the error: mv -f $depbase.Tpo $depbase.Plo libtool: compile: i686-w64-mingw32-gcc -DHAVE_CONFIG_H -DEXEEXT=\".exe\" -I. -I.. -I/usr/i686-w64-mingw32/sys-root/mingw/include/cairo -I/usr/i686-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/i686-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -I/usr/i686-w64-mingw32/sys-root/mingw/include/pixman-1 -I/usr/i686-w64-mingw32/sys-root/mingw/include -I/usr/i686-w64-mingw32/sys-root/mingw/include/freetype2 -I/usr/i686-w64-mingw32/sys-root/mingw/include/libpng16 -I/usr/i686-w64-mingw32/sys-root/mingw/include/pango-1.0 -I/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz -mms-bitfields -ggdb -o0 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c allocator.c -DDLL_EXPORT -DPIC -o .libs/allocator.o cc1: error: too many filenames given. Type cc1 --help for usage
The argument "-oO" in this command looks suspicious. Do you know where that came from? Perhaps it was a mistype of -O0 from a previous configuration step. J'