Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Libsoup compile error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
wpolak
n00b
n00b


Joined: 05 Dec 2005
Posts: 57

PostPosted: Mon Mar 13, 2006 10:10 am    Post subject: Libsoup compile error Reply with quote

Hi,

I get the following error trying to compile libsoup. It's gotr something to do with ssl since if I compile it without ssl USE flag it compiles ok.

Regards
Wojtek

WKS31005-123 ~ # emerge libsoup

Calculating dependencies... done!
>>> Emerging (1 of 1) net-libs/libsoup-2.2.6.1 to /
>>> checksums files ;-) libsoup-2.2.3-r1.ebuild
>>> checksums files ;-) libsoup-2.2.3.ebuild
>>> checksums files ;-) libsoup-2.2.7.ebuild
>>> checksums files ;-) libsoup-1.99.28-r1.ebuild
>>> checksums files ;-) libsoup-1.99.28.ebuild
>>> checksums files ;-) libsoup-2.2.6.1.ebuild
>>> checksums files ;-) files/libsoup-1.99.26-with_ssl.patch
>>> checksums files ;-) files/digest-libsoup-2.2.3-r1
>>> checksums files ;-) files/libsoup-1.99.28-gnutls.patch
>>> checksums files ;-) files/digest-libsoup-2.2.3
>>> checksums files ;-) files/digest-libsoup-2.2.7
>>> checksums files ;-) files/digest-libsoup-1.99.28-r1
>>> checksums files ;-) files/libsoup-1.99.26-msn.patch
>>> checksums files ;-) files/digest-libsoup-1.99.28
>>> checksums files ;-) files/digest-libsoup-2.2.6.1
>>> checksums src_uri ;-) libsoup-2.2.6.1.tar.bz2
>>> Unpacking source...
>>> Unpacking libsoup-2.2.6.1.tar.bz2 to /usr/portemp/portage/libsoup-2.2.6.1/work
>>> Source unpacked.
>>> Compiling source in /usr/portemp//portage/libsoup-2.2.6.1/work/libsoup-2.2.6.1 ...
* Running elibtoolize in: libsoup-2.2.6.1
* Applying portage-1.5.10.patch ...
* Applying max_cmd_len-1.5.14.patch ...
* Applying sed-1.5.6.patch ...
* econf: updating libsoup-2.2.6.1/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating libsoup-2.2.6.1/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-ssl --enable-static --enable-static-ssl --enable-gtk-doc --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets $(MAKE)... (cached) yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3
checking for a BSD-compatible install... /bin/install -c
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/i686-pc-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
checking for i686-pc-linux-gnu-g77... i686-pc-linux-gnu-g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether i686-pc-linux-gnu-g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from i686-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking if i686-pc-linux-gnu-gcc static flag works... yes
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.4.0... yes (version 2.8.5)
checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XML_CFLAGS... -I/usr/include/libxml2
checking for XML_LIBS... -lxml2 -lz -lm
checking for Win32... no
checking for gmtime_r... yes
checking for socket... yes
checking for gethostbyname... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for inet_aton... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking IPv6 support... yes
checking for libgnutls-config... /usr/bin/libgnutls-config
checking for libgnutls - version >= 1.0.0... yes
checking gtk-doc version >= 1.0... yes
configure: creating ./config.status
config.status: creating libsoup.pc
config.status: creating Makefile
config.status: creating libsoup-zip
config.status: creating libsoup/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory `/usr/portemp/portage/libsoup-2.2.6.1/work/libsoup-2.2.6.1'
Making all in libsoup
make[2]: Entering directory `/usr/portemp/portage/libsoup-2.2.6.1/work/libsoup-2.2.6.1/libsoup'
make all-am
make[3]: Entering directory `/usr/portemp/portage/libsoup-2.2.6.1/work/libsoup-2.2.6.1/libsoup'
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-marshal.lo -MD -MP -MF ".deps/soup-marshal.Tpo" -c -o soup-marshal.lo soup-marshal.c; \
then mv -f ".deps/soup-marshal.Tpo" ".deps/soup-marshal.Plo"; else rm -f ".deps/soup-marshal.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-address.lo -MD -MP -MF ".deps/soup-address.Tpo" -c -o soup-address.lo soup-address.c; \
then mv -f ".deps/soup-address.Tpo" ".deps/soup-address.Plo"; else rm -f ".deps/soup-address.Tpo"; exit 1; fi
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-address.lo -MD -MP -MF .deps/soup-address.Tpo -c soup-address.c -fPIC -DPIC -o .libs/soup-address.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-marshal.lo -MD -MP -MF .deps/soup-marshal.Tpo -c soup-marshal.c -fPIC -DPIC -o .libs/soup-marshal.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-address.lo -MD -MP -MF .deps/soup-address.Tpo -c soup-address.c -o soup-address.o >/dev/null 2>&1
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-marshal.lo -MD -MP -MF .deps/soup-marshal.Tpo -c soup-marshal.c -o soup-marshal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-auth.lo -MD -MP -MF ".deps/soup-auth.Tpo" -c -o soup-auth.lo soup-auth.c; \
then mv -f ".deps/soup-auth.Tpo" ".deps/soup-auth.Plo"; else rm -f ".deps/soup-auth.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-auth-basic.lo -MD -MP -MF ".deps/soup-auth-basic.Tpo" -c -o soup-auth-basic.lo soup-auth-basic.c; \
then mv -f ".deps/soup-auth-basic.Tpo" ".deps/soup-auth-basic.Plo"; else rm -f ".deps/soup-auth-basic.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-auth.lo -MD -MP -MF .deps/soup-auth.Tpo -c soup-auth.c -fPIC -DPIC -o .libs/soup-auth.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-auth.lo -MD -MP -MF .deps/soup-auth.Tpo -c soup-auth.c -o soup-auth.o >/dev/null 2>&1
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-auth-basic.lo -MD -MP -MF .deps/soup-auth-basic.Tpo -c soup-auth-basic.c -fPIC -DPIC -o .libs/soup-auth-basic.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-auth-basic.lo -MD -MP -MF .deps/soup-auth-basic.Tpo -c soup-auth-basic.c -o soup-auth-basic.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-auth-digest.lo -MD -MP -MF ".deps/soup-auth-digest.Tpo" -c -o soup-auth-digest.lo soup-auth-digest.c; \
then mv -f ".deps/soup-auth-digest.Tpo" ".deps/soup-auth-digest.Plo"; else rm -f ".deps/soup-auth-digest.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-connection.lo -MD -MP -MF ".deps/soup-connection.Tpo" -c -o soup-connection.lo soup-connection.c; \
then mv -f ".deps/soup-connection.Tpo" ".deps/soup-connection.Plo"; else rm -f ".deps/soup-connection.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-auth-digest.lo -MD -MP -MF .deps/soup-auth-digest.Tpo -c soup-auth-digest.c -fPIC -DPIC -o .libs/soup-auth-digest.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-auth-digest.lo -MD -MP -MF .deps/soup-auth-digest.Tpo -c soup-auth-digest.c -o soup-auth-digest.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-connection-ntlm.lo -MD -MP -MF ".deps/soup-connection-ntlm.Tpo" -c -o soup-connection-ntlm.lo soup-connection-ntlm.c; \
then mv -f ".deps/soup-connection-ntlm.Tpo" ".deps/soup-connection-ntlm.Plo"; else rm -f ".deps/soup-connection-ntlm.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-connection.lo -MD -MP -MF .deps/soup-connection.Tpo -c soup-connection.c -fPIC -DPIC -o .libs/soup-connection.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-connection.lo -MD -MP -MF .deps/soup-connection.Tpo -c soup-connection.c -o soup-connection.o >/dev/null 2>&1
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-connection-ntlm.lo -MD -MP -MF .deps/soup-connection-ntlm.Tpo -c soup-connection-ntlm.c -fPIC -DPIC -o .libs/soup-connection-ntlm.o
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-date.lo -MD -MP -MF ".deps/soup-date.Tpo" -c -o soup-date.lo soup-date.c; \
then mv -f ".deps/soup-date.Tpo" ".deps/soup-date.Plo"; else rm -f ".deps/soup-date.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-connection-ntlm.lo -MD -MP -MF .deps/soup-connection-ntlm.Tpo -c soup-connection-ntlm.c -o soup-connection-ntlm.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-dns.lo -MD -MP -MF ".deps/soup-dns.Tpo" -c -o soup-dns.lo soup-dns.c; \
then mv -f ".deps/soup-dns.Tpo" ".deps/soup-dns.Plo"; else rm -f ".deps/soup-dns.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-date.lo -MD -MP -MF .deps/soup-date.Tpo -c soup-date.c -fPIC -DPIC -o .libs/soup-date.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-date.lo -MD -MP -MF .deps/soup-date.Tpo -c soup-date.c -o soup-date.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-gnutls.lo -MD -MP -MF ".deps/soup-gnutls.Tpo" -c -o soup-gnutls.lo soup-gnutls.c; \
then mv -f ".deps/soup-gnutls.Tpo" ".deps/soup-gnutls.Plo"; else rm -f ".deps/soup-gnutls.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-dns.lo -MD -MP -MF .deps/soup-dns.Tpo -c soup-dns.c -fPIC -DPIC -o .libs/soup-dns.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-dns.lo -MD -MP -MF .deps/soup-dns.Tpo -c soup-dns.c -o soup-dns.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-headers.lo -MD -MP -MF ".deps/soup-headers.Tpo" -c -o soup-headers.lo soup-headers.c; \
then mv -f ".deps/soup-headers.Tpo" ".deps/soup-headers.Plo"; else rm -f ".deps/soup-headers.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-gnutls.lo -MD -MP -MF .deps/soup-gnutls.Tpo -c soup-gnutls.c -fPIC -DPIC -o .libs/soup-gnutls.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-gnutls.lo -MD -MP -MF .deps/soup-gnutls.Tpo -c soup-gnutls.c -o soup-gnutls.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-md5-utils.lo -MD -MP -MF ".deps/soup-md5-utils.Tpo" -c -o soup-md5-utils.lo soup-md5-utils.c; \
then mv -f ".deps/soup-md5-utils.Tpo" ".deps/soup-md5-utils.Plo"; else rm -f ".deps/soup-md5-utils.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-headers.lo -MD -MP -MF .deps/soup-headers.Tpo -c soup-headers.c -fPIC -DPIC -o .libs/soup-headers.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-headers.lo -MD -MP -MF .deps/soup-headers.Tpo -c soup-headers.c -o soup-headers.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message.lo -MD -MP -MF ".deps/soup-message.Tpo" -c -o soup-message.lo soup-message.c; \
then mv -f ".deps/soup-message.Tpo" ".deps/soup-message.Plo"; else rm -f ".deps/soup-message.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-md5-utils.lo -MD -MP -MF .deps/soup-md5-utils.Tpo -c soup-md5-utils.c -fPIC -DPIC -o .libs/soup-md5-utils.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-md5-utils.lo -MD -MP -MF .deps/soup-md5-utils.Tpo -c soup-md5-utils.c -o soup-md5-utils.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-client-io.lo -MD -MP -MF ".deps/soup-message-client-io.Tpo" -c -o soup-message-client-io.lo soup-message-client-io.c; \
then mv -f ".deps/soup-message-client-io.Tpo" ".deps/soup-message-client-io.Plo"; else rm -f ".deps/soup-message-client-io.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message.lo -MD -MP -MF .deps/soup-message.Tpo -c soup-message.c -fPIC -DPIC -o .libs/soup-message.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message.lo -MD -MP -MF .deps/soup-message.Tpo -c soup-message.c -o soup-message.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-filter.lo -MD -MP -MF ".deps/soup-message-filter.Tpo" -c -o soup-message-filter.lo soup-message-filter.c; \
then mv -f ".deps/soup-message-filter.Tpo" ".deps/soup-message-filter.Plo"; else rm -f ".deps/soup-message-filter.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-client-io.lo -MD -MP -MF .deps/soup-message-client-io.Tpo -c soup-message-client-io.c -fPIC -DPIC -o .libs/soup-message-client-io.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-client-io.lo -MD -MP -MF .deps/soup-message-client-io.Tpo -c soup-message-client-io.c -o soup-message-client-io.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-handlers.lo -MD -MP -MF ".deps/soup-message-handlers.Tpo" -c -o soup-message-handlers.lo soup-message-handlers.c; \
then mv -f ".deps/soup-message-handlers.Tpo" ".deps/soup-message-handlers.Plo"; else rm -f ".deps/soup-message-handlers.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-handlers.lo -MD -MP -MF .deps/soup-message-handlers.Tpo -c soup-message-handlers.c -fPIC -DPIC -o .libs/soup-message-handlers.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-handlers.lo -MD -MP -MF .deps/soup-message-handlers.Tpo -c soup-message-handlers.c -o soup-message-handlers.o >/dev/null 2>&1
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-filter.lo -MD -MP -MF .deps/soup-message-filter.Tpo -c soup-message-filter.c -fPIC -DPIC -o .libs/soup-message-filter.o
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-io.lo -MD -MP -MF ".deps/soup-message-io.Tpo" -c -o soup-message-io.lo soup-message-io.c; \
then mv -f ".deps/soup-message-io.Tpo" ".deps/soup-message-io.Plo"; else rm -f ".deps/soup-message-io.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-filter.lo -MD -MP -MF .deps/soup-message-filter.Tpo -c soup-message-filter.c -o soup-message-filter.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-queue.lo -MD -MP -MF ".deps/soup-message-queue.Tpo" -c -o soup-message-queue.lo soup-message-queue.c; \
then mv -f ".deps/soup-message-queue.Tpo" ".deps/soup-message-queue.Plo"; else rm -f ".deps/soup-message-queue.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-io.lo -MD -MP -MF .deps/soup-message-io.Tpo -c soup-message-io.c -fPIC -DPIC -o .libs/soup-message-io.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-io.lo -MD -MP -MF .deps/soup-message-io.Tpo -c soup-message-io.c -o soup-message-io.o >/dev/null 2>&1
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-queue.lo -MD -MP -MF .deps/soup-message-queue.Tpo -c soup-message-queue.c -fPIC -DPIC -o .libs/soup-message-queue.o
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-server-io.lo -MD -MP -MF ".deps/soup-message-server-io.Tpo" -c -o soup-message-server-io.lo soup-message-server-io.c; \
then mv -f ".deps/soup-message-server-io.Tpo" ".deps/soup-message-server-io.Plo"; else rm -f ".deps/soup-message-server-io.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-queue.lo -MD -MP -MF .deps/soup-message-queue.Tpo -c soup-message-queue.c -o soup-message-queue.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-method.lo -MD -MP -MF ".deps/soup-method.Tpo" -c -o soup-method.lo soup-method.c; \
then mv -f ".deps/soup-method.Tpo" ".deps/soup-method.Plo"; else rm -f ".deps/soup-method.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-method.lo -MD -MP -MF .deps/soup-method.Tpo -c soup-method.c -fPIC -DPIC -o .libs/soup-method.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-method.lo -MD -MP -MF .deps/soup-method.Tpo -c soup-method.c -o soup-method.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-misc.lo -MD -MP -MF ".deps/soup-misc.Tpo" -c -o soup-misc.lo soup-misc.c; \
then mv -f ".deps/soup-misc.Tpo" ".deps/soup-misc.Plo"; else rm -f ".deps/soup-misc.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-server-io.lo -MD -MP -MF .deps/soup-message-server-io.Tpo -c soup-message-server-io.c -fPIC -DPIC -o .libs/soup-message-server-io.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-message-server-io.lo -MD -MP -MF .deps/soup-message-server-io.Tpo -c soup-message-server-io.c -o soup-message-server-io.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-nossl.lo -MD -MP -MF ".deps/soup-nossl.Tpo" -c -o soup-nossl.lo soup-nossl.c; \
then mv -f ".deps/soup-nossl.Tpo" ".deps/soup-nossl.Plo"; else rm -f ".deps/soup-nossl.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-misc.lo -MD -MP -MF .deps/soup-misc.Tpo -c soup-misc.c -fPIC -DPIC -o .libs/soup-misc.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-misc.lo -MD -MP -MF .deps/soup-misc.Tpo -c soup-misc.c -o soup-misc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-server.lo -MD -MP -MF ".deps/soup-server.Tpo" -c -o soup-server.lo soup-server.c; \
then mv -f ".deps/soup-server.Tpo" ".deps/soup-server.Plo"; else rm -f ".deps/soup-server.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-nossl.lo -MD -MP -MF .deps/soup-nossl.Tpo -c soup-nossl.c -fPIC -DPIC -o .libs/soup-nossl.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-nossl.lo -MD -MP -MF .deps/soup-nossl.Tpo -c soup-nossl.c -o soup-nossl.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-server-auth.lo -MD -MP -MF ".deps/soup-server-auth.Tpo" -c -o soup-server-auth.lo soup-server-auth.c; \
then mv -f ".deps/soup-server-auth.Tpo" ".deps/soup-server-auth.Plo"; else rm -f ".deps/soup-server-auth.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-server.lo -MD -MP -MF .deps/soup-server.Tpo -c soup-server.c -fPIC -DPIC -o .libs/soup-server.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-server.lo -MD -MP -MF .deps/soup-server.Tpo -c soup-server.c -o soup-server.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-server-message.lo -MD -MP -MF ".deps/soup-server-message.Tpo" -c -o soup-server-message.lo soup-server-message.c; \
then mv -f ".deps/soup-server-message.Tpo" ".deps/soup-server-message.Plo"; else rm -f ".deps/soup-server-message.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-server-auth.lo -MD -MP -MF .deps/soup-server-auth.Tpo -c soup-server-auth.c -fPIC -DPIC -o .libs/soup-server-auth.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-server-auth.lo -MD -MP -MF .deps/soup-server-auth.Tpo -c soup-server-auth.c -o soup-server-auth.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-session.lo -MD -MP -MF ".deps/soup-session.Tpo" -c -o soup-session.lo soup-session.c; \
then mv -f ".deps/soup-session.Tpo" ".deps/soup-session.Plo"; else rm -f ".deps/soup-session.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-session.lo -MD -MP -MF .deps/soup-session.Tpo -c soup-session.c -fPIC -DPIC -o .libs/soup-session.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-session.lo -MD -MP -MF .deps/soup-session.Tpo -c soup-session.c -o soup-session.o >/dev/null 2>&1
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-server-message.lo -MD -MP -MF .deps/soup-server-message.Tpo -c soup-server-message.c -fPIC -DPIC -o .libs/soup-server-message.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-server-message.lo -MD -MP -MF .deps/soup-server-message.Tpo -c soup-server-message.c -o soup-server-message.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-session-async.lo -MD -MP -MF ".deps/soup-session-async.Tpo" -c -o soup-session-async.lo soup-session-async.c; \
then mv -f ".deps/soup-session-async.Tpo" ".deps/soup-session-async.Plo"; else rm -f ".deps/soup-session-async.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-session-sync.lo -MD -MP -MF ".deps/soup-session-sync.Tpo" -c -o soup-session-sync.lo soup-session-sync.c; \
then mv -f ".deps/soup-session-sync.Tpo" ".deps/soup-session-sync.Plo"; else rm -f ".deps/soup-session-sync.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-session-async.lo -MD -MP -MF .deps/soup-session-async.Tpo -c soup-session-async.c -fPIC -DPIC -o .libs/soup-session-async.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-session-async.lo -MD -MP -MF .deps/soup-session-async.Tpo -c soup-session-async.c -o soup-session-async.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-soap-message.lo -MD -MP -MF ".deps/soup-soap-message.Tpo" -c -o soup-soap-message.lo soup-soap-message.c; \
then mv -f ".deps/soup-soap-message.Tpo" ".deps/soup-soap-message.Plo"; else rm -f ".deps/soup-soap-message.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-session-sync.lo -MD -MP -MF .deps/soup-session-sync.Tpo -c soup-session-sync.c -fPIC -DPIC -o .libs/soup-session-sync.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-session-sync.lo -MD -MP -MF .deps/soup-session-sync.Tpo -c soup-session-sync.c -o soup-session-sync.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-soap-response.lo -MD -MP -MF ".deps/soup-soap-response.Tpo" -c -o soup-soap-response.lo soup-soap-response.c; \
then mv -f ".deps/soup-soap-response.Tpo" ".deps/soup-soap-response.Plo"; else rm -f ".deps/soup-soap-response.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-soap-message.lo -MD -MP -MF .deps/soup-soap-message.Tpo -c soup-soap-message.c -fPIC -DPIC -o .libs/soup-soap-message.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-soap-message.lo -MD -MP -MF .deps/soup-soap-message.Tpo -c soup-soap-message.c -o soup-soap-message.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-socket.lo -MD -MP -MF ".deps/soup-socket.Tpo" -c -o soup-socket.lo soup-socket.c; \
then mv -f ".deps/soup-socket.Tpo" ".deps/soup-socket.Plo"; else rm -f ".deps/soup-socket.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-soap-response.lo -MD -MP -MF .deps/soup-soap-response.Tpo -c soup-soap-response.c -fPIC -DPIC -o .libs/soup-soap-response.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-soap-response.lo -MD -MP -MF .deps/soup-soap-response.Tpo -c soup-soap-response.c -o soup-soap-response.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-status.lo -MD -MP -MF ".deps/soup-status.Tpo" -c -o soup-status.lo soup-status.c; \
then mv -f ".deps/soup-status.Tpo" ".deps/soup-status.Plo"; else rm -f ".deps/soup-status.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-socket.lo -MD -MP -MF .deps/soup-socket.Tpo -c soup-socket.c -fPIC -DPIC -o .libs/soup-socket.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-socket.lo -MD -MP -MF .deps/soup-socket.Tpo -c soup-socket.c -o soup-socket.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-uri.lo -MD -MP -MF ".deps/soup-uri.Tpo" -c -o soup-uri.lo soup-uri.c; \
then mv -f ".deps/soup-uri.Tpo" ".deps/soup-uri.Plo"; else rm -f ".deps/soup-uri.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-uri.lo -MD -MP -MF .deps/soup-uri.Tpo -c soup-uri.c -fPIC -DPIC -o .libs/soup-uri.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-uri.lo -MD -MP -MF .deps/soup-uri.Tpo -c soup-uri.c -o soup-uri.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-xmlrpc-message.lo -MD -MP -MF ".deps/soup-xmlrpc-message.Tpo" -c -o soup-xmlrpc-message.lo soup-xmlrpc-message.c; \
then mv -f ".deps/soup-xmlrpc-message.Tpo" ".deps/soup-xmlrpc-message.Plo"; else rm -f ".deps/soup-xmlrpc-message.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-status.lo -MD -MP -MF .deps/soup-status.Tpo -c soup-status.c -fPIC -DPIC -o .libs/soup-status.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-xmlrpc-message.lo -MD -MP -MF .deps/soup-xmlrpc-message.Tpo -c soup-xmlrpc-message.c -fPIC -DPIC -o .libs/soup-xmlrpc-message.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -O3 -march=pentium-m -pipe -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT soup-status.lo -MD -MP -MF .deps/soup-status.Tpo -c soup-status.c -o soup-status.o >/dev/null 2>&1
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libsoup\" -I.. -pthread -I/usr/include/g
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Mon Mar 13, 2006 10:14 am    Post subject: Re: Libsoup compile error Reply with quote

How did you install your gentoo? Post emerge --info. Nowadays there is no related problem to ssl flag. I remember there I had samo problems with gentoo 2004.3/2005.0 but not with 2005.1/2006.0. Just update your gentoo adn see if it works.
Back to top
View user's profile Send private message
wpolak
n00b
n00b


Joined: 05 Dec 2005
Posts: 57

PostPosted: Mon Mar 13, 2006 11:11 pm    Post subject: Reply with quote

I installed it from 2005.1 stage 3 than updated glibc, gcc emerged uDNv world etc.


# emerge --info

Portage 2.1_pre5-r4 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.5-r2, 2.6.15-gentoo-r4 i686)
=================================================================
System uname: 2.6.15-gentoo-r4 i686 Intel(R) Pentium(R) M processor 1.86GHz
Gentoo Base System version 1.12.0_pre16
ccache version 2.3 [enabled]
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox: 1.2.12
sys-devel/autoconf: 2.13, 2.59-r6
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils: 2.16.1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium-m -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.prz.rzeszow.pl http://gentoo.zie.pg.gda.pl ftp://gentoo.kems.net/mirrors/gentoo http://gentoo.kems.net http://mymirror.asiaosc.org/gentoo/"
LANG="pl_PL"
LC_ALL="pl_PL"
LINGUAS="pl en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/portemp/"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X aac acpi alsa amd apm aqua_theme arts automount avi berkdb bitmap-fonts bluetooth browserplugin cdda cddb cdrom clamd crypt cups dbus divx4linux doc dri dv dvd dvdr dvdread eds emboss encode evdev fame fbcon foomaticdb fortran ftp gd gif gnome gpm gps gstreamer gtk gtk2 gvim hal i810 ieee1394 imlib java javascript jpeg kde kdepim libg++ libwww logitech-mouse lzo mad mail matroska mbox mikmod mime mjpeg motif mozilla mp3 mpeg mpeg2 mpeg4 mplayer ncurses nls nntp ogg oggvorbis opengl openssh oss pam pda pdflib pentium-m perl pic png ppds profile python qt quicktime readline samba sdl sharedmem slp sockets socks5 spell sse sse-filters sse2 ssl static tcpd theora truetype truetype-fonts type1-fonts v4l voice vorbis wifi win32codecs xinerama xml2 xmms xprint xv xvid zlib elibc_glibc input_devices_keyboard input_devices_evdev input_devices_synaptics input_devices_mouse kernel_linux linguas_pl linguas_en userland_GNU video_cards_i810 video_cards_vesa"
Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LDFLAGS

Looks good to me

I temporarily edited libsoup ebuild to get rid of ssl flag and updated world (will do for now) however it supposed to work with ssl

Regards
Wojtek
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Mon Mar 13, 2006 11:29 pm    Post subject: Reply with quote

Update portage package and maybe this will help you.
p.s. Czemu nie piszesz na naszym forum? Albo na #gentoo-pl (irc)
Back to top
View user's profile Send private message
wpolak
n00b
n00b


Joined: 05 Dec 2005
Posts: 57

PostPosted: Tue Mar 14, 2006 8:40 am    Post subject: Reply with quote

Hehe,

Juz robilem update portage, sync i nic. Na razie wykasowalem z ebuilda flagi ssl i emerge world poszlo do konca.

W zasadzie nie wiem dlaczego pisze na tym forum, jakos zawsze wydawalo mi sie ze tu jest wiecej ludzi ;)

Na ircu tez czasem bywam ale z pracy nie mam dostepu (proxy z ntlm) choc tam czasem trudno o odpowiedz.

Pozdrawiam
Wojtek
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Tue Mar 14, 2006 9:11 am    Post subject: Reply with quote

wpolak wrote:
Hehe,

Juz robilem update portage, sync i nic. Na razie wykasowalem z ebuilda flagi ssl i emerge world poszlo do konca.

W zasadzie nie wiem dlaczego pisze na tym forum, jakos zawsze wydawalo mi sie ze tu jest wiecej ludzi ;)

Na ircu tez czasem bywam ale z pracy nie mam dostepu (proxy z ntlm) choc tam czasem trudno o odpowiedz.

Pozdrawiam
Wojtek

My¶le ¿e to wina portage ~x86. Ma sporo bugów. Mi sie np. na nim nie chcia³o nic z java kompilowaæ:(
Back to top
View user's profile Send private message
wpolak
n00b
n00b


Joined: 05 Dec 2005
Posts: 57

PostPosted: Tue Mar 14, 2006 1:43 pm    Post subject: Reply with quote

Ale portage ~86 jest wymagane do xorg 7 ktorego uzywam

Pozdrawiam
Wojtek
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Tue Mar 14, 2006 9:21 pm    Post subject: Reply with quote

wpolak wrote:
Ale portage ~86 jest wymagane do xorg 7 ktorego uzywam

Pozdrawiam
Wojtek
Zaktualizuj portage. Nie wiem skoro tak to usuñ use ssl z make.conf. Póki co nie ma innej drogi.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum