Cesar Romani wrote:
I'm using MinGW 5.1.4 and gcc 3.4.5 on Win XP and I'm trying to compile clisp 2.48 with: configure --with-mingw --with-module=rawsock --with-ffcall --with-module=bindings/win32and I got: -------------------- ... make[4]: Leaving directory `/home/Romer/clisp-2.48/src' depbase=`echo localcharset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -mno-cygwin -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -D_WIN32 -DUNICODE -DDYNAMIC_FFI -DNO_GETTEXT -I. -MT localcharset.lo -MD -MP -MF $depbase.Tpo -c -o localcharset.lo localcharset.c &&\ mv -f $depbase.Tpo $depbase.Plo gcc -mno-cygwin -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/local/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -D_WIN32 -DUNICODE -DDYNAMIC_FFI -DNO_GETTEXT -I. -MT localcharset.lo -MD -MP -MF .deps/localcharset.Tpo -c localcharset.c -DDLL_EXPORT -DPIC -o .libs/localcharset.o gcc: cannot specify -o with -c or -S and multiple compilations make[3]: *** [localcharset.lo] Error 1 make[3]: Leaving directory `/home/Romer/clisp-2.48/src/gllib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/Romer/clisp-2.48/src/gllib' make[1]: *** [all] Error 2 --------------------
this is gnulib being compiled. I am forwarding this to the gnulib maintainers, reply-to set. Sam.
