Compiling roadrunner into cygwin
Andres Moya <[email protected]> 10 Feb 2003 19:27:49 +0100
| Newsgroups | gmane.network.beep.roadrunner.general |
|---|---|
| Organization | Hispalinux |
| Message-ID | <[email protected]> |
--=-wSEWjlnxKSzKohmVPnwO
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hello.
I want to use RoadRunner 0.9.1 into Cygwin. I have downloaded the source
package, done ./configure and then make. But there are some errors and
it does not compile.
I have searched the mailing lists, but haven't found any reference to
Cygwin. Could you help me, please?
This is an extract of the make output, highlightint the parts I consider
important (I attach the whole output at the end):
---------------------------------------------------------
make all-recursive
[...]
make[3]: Entering directory `/home/andres/roadrunner-0.9.1/librr'
[...]
extracting exported symbol list from `cygxml2-2.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c
ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool >
.libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygxml2-2.dll >
.libs/cygxml2-2.dll-def
generating import library for `cygxml2-2.dll'
dlltool --as=as --dllname cygxml2-2.dll --def .libs/cygxml2-2.dll-def
--output-lib .libs/libimp-cygxml2-2.a
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin
shared libraries
[...]
make[3]: Entering directory
`/home/andres/roadrunner-0.9.1/profiles/null_echo'
[...]
/bin/bash ../../libtool --mode=link gcc -g -O2 -o libnullecho.la
echo.lo ../../librr/librr-0.9.la
*** Warning: This system can not link to static lib archive
../../librr/librr-0.9.la.
*** I have the capability to make that library automatically link in
when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: `/lib/libgthread-2.0.la' seems to be moved
[...]
make[2]: Entering directory `/home/andres/roadrunner-0.9.1/tests'
[...]
generating import library for `cyggthread-2.0-0.dll'
dlltool --as=as --dllname cyggthread-2.0-0.dll --def
.libs/cyggthread-2.0-0.dll-def --output-lib
.libs/libimp-cyggthread-2.0-0.a
gcc -g -O2 -o rr-client.exe rr-client.o -L/usr/lib
../librr/.libs/librr-0.9.a ../profiles/rot13/.libs/librrrot13.al
../profiles/null_echo/.libs/libnullecho.al
/home/andres/roadrunner-0.9.1/librr/.libs/librr-0.9.a
.libs/libimp-cyggthread-2.0-0.a -lpthread
.libs/libimp-cyggobject-2.0-0.a .libs/libimp-cygglib-2.0-0.a -luser32
-lkernel32 .libs/libimp-cygintl-2.a .libs/libimp-cygiconv-2.a
.libs/libimp-cygxml2-2.a -lz
../librr/.libs/librr-0.9.a(rr-tcpconnection.lo)(.text+0x2fb): In
function `rr_tcp_connection_get_type':
/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcpconnection.c:152:
undefined reference to `_rr_win32_init_winsock'
../librr/.libs/librr-0.9.a(rr-tcpconnection.lo)(.text+0x1d2d): In
function `rr_tcp_connection_connect_fd':
/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcpconnection.c:683:
undefined reference to `_rr_win32_enable_nonblock'
../librr/.libs/librr-0.9.a(rr-tcpconnection.lo)(.text+0x2005): In
function `rr_tcp_connection_connect':
/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcpconnection.c:769:
undefined reference to `_gethostbyname@4'
[...]
---------------------------------------------------------
--
Andres Moya <[email protected]>
Hispalinux
--=-wSEWjlnxKSzKohmVPnwO
Content-Disposition: attachment; filename=make.out
Content-Type: text/plain; name=make.out; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
make all-recursive
make[1]: Entering directory `/home/andres/roadrunner-0.9.1'
Making all in librr
make[2]: Entering directory `/home/andres/roadrunner-0.9.1/librr'
Making all in tcp
make[3]: Entering directory `/home/andres/roadrunner-0.9.1/librr/tcp'
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-tcpconnection.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-tcpconnection.c -DDLL_EXPORT -DPIC -o .libs/rr-tcpconnection.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-tcpconnection.c -o rr-tcpconnection.o >/dev/null 2>&1
mv -f .libs/rr-tcpconnection.lo rr-tcpconnection.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-tcplistener.c
rm -f .libs/rr-tcplistener.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-tcplistener.c -DDLL_EXPORT -DPIC -o .libs/rr-tcplistener.lo
rr-tcplistener.c: In function `rr_tcp_listener_new':
rr-tcplistener.c:215: warning: passing arg 4 of `setsockopt' from incompatible pointer type
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-tcplistener.c -o rr-tcplistener.o >/dev/null 2>&1
mv -f .libs/rr-tcplistener.lo rr-tcplistener.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-tcpfilter.c
rm -f .libs/rr-tcpfilter.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-tcpfilter.c -DDLL_EXPORT -DPIC -o .libs/rr-tcpfilter.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-tcpfilter.c -o rr-tcpfilter.o >/dev/null 2>&1
mv -f .libs/rr-tcpfilter.lo rr-tcpfilter.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-frame-seq.c
rm -f .libs/rr-frame-seq.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-frame-seq.c -DDLL_EXPORT -DPIC -o .libs/rr-frame-seq.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-frame-seq.c -o rr-frame-seq.o >/dev/null 2>&1
mv -f .libs/rr-frame-seq.lo rr-frame-seq.lo
/bin/bash ../../libtool --mode=link gcc -g -O2 -o librrtcp.la rr-tcpconnection.lo rr-tcplistener.lo rr-tcpfilter.lo rr-frame-seq.lo
rm -fr .libs/librrtcp.la .libs/librrtcp.* .libs/librrtcp.*
ar cru .libs/librrtcp.al rr-tcpconnection.lo rr-tcplistener.lo rr-tcpfilter.lo rr-frame-seq.lo
ranlib .libs/librrtcp.al
creating librrtcp.la
(cd .libs && rm -f librrtcp.la && ln -s ../librrtcp.la librrtcp.la)
make[3]: Leaving directory `/home/andres/roadrunner-0.9.1/librr/tcp'
Making all in message
make[3]: Entering directory `/home/andres/roadrunner-0.9.1/librr/message'
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message.c -DDLL_EXPORT -DPIC -o .libs/rr-message.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message.c -o rr-message.o >/dev/null 2>&1
mv -f .libs/rr-message.lo rr-message.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-close.c
rm -f .libs/rr-message-close.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-close.c -DDLL_EXPORT -DPIC -o .libs/rr-message-close.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-close.c -o rr-message-close.o >/dev/null 2>&1
mv -f .libs/rr-message-close.lo rr-message-close.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-error.c
rm -f .libs/rr-message-error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-error.c -DDLL_EXPORT -DPIC -o .libs/rr-message-error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-error.c -o rr-message-error.o >/dev/null 2>&1
mv -f .libs/rr-message-error.lo rr-message-error.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-start.c
rm -f .libs/rr-message-start.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-start.c -DDLL_EXPORT -DPIC -o .libs/rr-message-start.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-start.c -o rr-message-start.o >/dev/null 2>&1
mv -f .libs/rr-message-start.lo rr-message-start.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-startrpy.c
rm -f .libs/rr-message-startrpy.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-startrpy.c -DDLL_EXPORT -DPIC -o .libs/rr-message-startrpy.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-startrpy.c -o rr-message-startrpy.o >/dev/null 2>&1
mv -f .libs/rr-message-startrpy.lo rr-message-startrpy.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-static.c
rm -f .libs/rr-message-static.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-static.c -DDLL_EXPORT -DPIC -o .libs/rr-message-static.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-message-static.c -o rr-message-static.o >/dev/null 2>&1
mv -f .libs/rr-message-static.lo rr-message-static.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-greeting.c
rm -f .libs/rr-greeting.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-greeting.c -DDLL_EXPORT -DPIC -o .libs/rr-greeting.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-greeting.c -o rr-greeting.o >/dev/null 2>&1
mv -f .libs/rr-greeting.lo rr-greeting.lo
/bin/bash ../../libtool --mode=link gcc -g -O2 -o librrmessage.la rr-message.lo rr-message-close.lo rr-message-error.lo rr-message-start.lo rr-message-startrpy.lo rr-message-static.lo rr-greeting.lo
rm -fr .libs/librrmessage.la .libs/librrmessage.* .libs/librrmessage.*
ar cru .libs/librrmessage.al rr-message.lo rr-message-close.lo rr-message-error.lo rr-message-start.lo rr-message-startrpy.lo rr-message-static.lo rr-greeting.lo
ranlib .libs/librrmessage.al
creating librrmessage.la
(cd .libs && rm -f librrmessage.la && ln -s ../librrmessage.la librrmessage.la)
make[3]: Leaving directory `/home/andres/roadrunner-0.9.1/librr/message'
make[3]: Entering directory `/home/andres/roadrunner-0.9.1/librr'
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr.c -DDLL_EXPORT -DPIC -o .libs/rr.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr.c -o rr.o >/dev/null 2>&1
mv -f .libs/rr.lo rr.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-callbacklist.c
rm -f .libs/rr-callbacklist.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-callbacklist.c -DDLL_EXPORT -DPIC -o .libs/rr-callbacklist.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-callbacklist.c -o rr-callbacklist.o >/dev/null 2>&1
mv -f .libs/rr-callbacklist.lo rr-callbacklist.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-debug.c
rm -f .libs/rr-debug.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-debug.c -DDLL_EXPORT -DPIC -o .libs/rr-debug.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-debug.c -o rr-debug.o >/dev/null 2>&1
mv -f .libs/rr-debug.lo rr-debug.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-filter.c
rm -f .libs/rr-filter.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-filter.c -DDLL_EXPORT -DPIC -o .libs/rr-filter.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-filter.c -o rr-filter.o >/dev/null 2>&1
mv -f .libs/rr-filter.lo rr-filter.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-filterstack.c
rm -f .libs/rr-filterstack.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-filterstack.c -DDLL_EXPORT -DPIC -o .libs/rr-filterstack.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-filterstack.c -o rr-filterstack.o >/dev/null 2>&1
mv -f .libs/rr-filterstack.lo rr-filterstack.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-beeperror.c
rm -f .libs/rr-beeperror.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-beeperror.c -DDLL_EXPORT -DPIC -o .libs/rr-beeperror.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-beeperror.c -o rr-beeperror.o >/dev/null 2>&1
mv -f .libs/rr-beeperror.lo rr-beeperror.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-channel.c
rm -f .libs/rr-channel.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-channel.c -DDLL_EXPORT -DPIC -o .libs/rr-channel.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-channel.c -o rr-channel.o >/dev/null 2>&1
mv -f .libs/rr-channel.lo rr-channel.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-listener.c
rm -f .libs/rr-listener.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-listener.c -DDLL_EXPORT -DPIC -o .libs/rr-listener.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-listener.c -o rr-listener.o >/dev/null 2>&1
mv -f .libs/rr-listener.lo rr-listener.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-profileregistry.c
rm -f .libs/rr-profileregistry.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-profileregistry.c -DDLL_EXPORT -DPIC -o .libs/rr-profileregistry.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-profileregistry.c -o rr-profileregistry.o >/dev/null 2>&1
mv -f .libs/rr-profileregistry.lo rr-profileregistry.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-frame.c
rm -f .libs/rr-frame.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-frame.c -DDLL_EXPORT -DPIC -o .libs/rr-frame.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-frame.c -o rr-frame.o >/dev/null 2>&1
mv -f .libs/rr-frame.lo rr-frame.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-framefactory.c
rm -f .libs/rr-framefactory.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-framefactory.c -DDLL_EXPORT -DPIC -o .libs/rr-framefactory.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-framefactory.c -o rr-framefactory.o >/dev/null 2>&1
mv -f .libs/rr-framefactory.lo rr-framefactory.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-manager.c
rm -f .libs/rr-manager.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-manager.c -DDLL_EXPORT -DPIC -o .libs/rr-manager.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-manager.c -o rr-manager.o >/dev/null 2>&1
mv -f .libs/rr-manager.lo rr-manager.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-mime.c
rm -f .libs/rr-mime.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-mime.c -DDLL_EXPORT -DPIC -o .libs/rr-mime.lo
In file included from rr-mime.c:20:
/usr/include/w32api/winsock.h:81:2: warning: #warning "fd_set and associated macros have been defined in sys/types. This can cause runtime problems with W32 sockets"
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-mime.c -o rr-mime.o >/dev/null 2>&1
mv -f .libs/rr-mime.lo rr-mime.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-connection.c
rm -f .libs/rr-connection.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-connection.c -DDLL_EXPORT -DPIC -o .libs/rr-connection.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-connection.c -o rr-connection.o >/dev/null 2>&1
mv -f .libs/rr-connection.lo rr-connection.lo
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-workpool.c
rm -f .libs/rr-workpool.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-workpool.c -DDLL_EXPORT -DPIC -o .libs/rr-workpool.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -DG_LOG_DOMAIN=\"RR\" -g -O2 -c rr-workpool.c -o rr-workpool.o >/dev/null 2>&1
mv -f .libs/rr-workpool.lo rr-workpool.lo
/bin/bash ../libtool --mode=link gcc -g -O2 -version-info 0:1:0 -o librr-0.9.la -rpath /usr/lib rr.lo rr-callbacklist.lo rr-debug.lo rr-filter.lo rr-filterstack.lo rr-beeperror.lo rr-channel.lo rr-listener.lo rr-profileregistry.lo rr-frame.lo rr-framefactory.lo rr-manager.lo rr-mime.lo rr-connection.lo rr-workpool.lo ../librr/tcp/librrtcp.la ../librr/message/librrmessage.la -lgthread-2.0 -lpthread -lgobject-2.0 -lglib-2.0 -lintl -liconv -lxml2 -lz -lm
extracting exported symbol list from `cyggthread-2.0-0.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cyggthread-2.0-0.dll > .libs/cyggthread-2.0-0.dll-def
generating import library for `cyggthread-2.0-0.dll'
dlltool --as=as --dllname cyggthread-2.0-0.dll --def .libs/cyggthread-2.0-0.dll-def --output-lib .libs/libimp-cyggthread-2.0-0.a
extracting exported symbol list from `cyggobject-2.0-0.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cyggobject-2.0-0.dll > .libs/cyggobject-2.0-0.dll-def
generating import library for `cyggobject-2.0-0.dll'
dlltool --as=as --dllname cyggobject-2.0-0.dll --def .libs/cyggobject-2.0-0.dll-def --output-lib .libs/libimp-cyggobject-2.0-0.a
extracting exported symbol list from `cygglib-2.0-0.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygglib-2.0-0.dll > .libs/cygglib-2.0-0.dll-def
generating import library for `cygglib-2.0-0.dll'
dlltool --as=as --dllname cygglib-2.0-0.dll --def .libs/cygglib-2.0-0.dll-def --output-lib .libs/libimp-cygglib-2.0-0.a
extracting exported symbol list from `cygintl-2.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygintl-2.dll > .libs/cygintl-2.dll-def
generating import library for `cygintl-2.dll'
dlltool --as=as --dllname cygintl-2.dll --def .libs/cygintl-2.dll-def --output-lib .libs/libimp-cygintl-2.a
extracting exported symbol list from `cygiconv-2.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygiconv-2.dll > .libs/cygiconv-2.dll-def
generating import library for `cygiconv-2.dll'
dlltool --as=as --dllname cygiconv-2.dll --def .libs/cygiconv-2.dll-def --output-lib .libs/libimp-cygiconv-2.a
extracting exported symbol list from `cygxml2-2.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygxml2-2.dll > .libs/cygxml2-2.dll-def
generating import library for `cygxml2-2.dll'
dlltool --as=as --dllname cygxml2-2.dll --def .libs/cygxml2-2.dll-def --output-lib .libs/libimp-cygxml2-2.a
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
rm -fr .libs/librr-0.9.la .libs/librr-0.9.* .libs/librr-0.9.*
rm -fr .libs/librr-0.9.lax
mkdir .libs/librr-0.9.lax
rm -fr .libs/librr-0.9.lax/librrtcp.al
mkdir .libs/librr-0.9.lax/librrtcp.al
(cd .libs/librr-0.9.lax/librrtcp.al && ar x /home/andres/roadrunner-0.9.1/librr/../librr/tcp/.libs/librrtcp.al)
rm -fr .libs/librr-0.9.lax/librrmessage.al
mkdir .libs/librr-0.9.lax/librrmessage.al
(cd .libs/librr-0.9.lax/librrmessage.al && ar x /home/andres/roadrunner-0.9.1/librr/../librr/message/.libs/librrmessage.al)
ar cru .libs/librr-0.9.a rr.o rr-callbacklist.o rr-debug.o rr-filter.o rr-filterstack.o rr-beeperror.o rr-channel.o rr-listener.o rr-profileregistry.o rr-frame.o rr-framefactory.o rr-manager.o rr-mime.o rr-connection.o rr-workpool.o .libs/librr-0.9.lax/librrtcp.al/rr-frame-seq.lo .libs/librr-0.9.lax/librrtcp.al/rr-tcpconnection.lo .libs/librr-0.9.lax/librrtcp.al/rr-tcpfilter.lo .libs/librr-0.9.lax/librrtcp.al/rr-tcplistener.lo .libs/librr-0.9.lax/librrmessage.al/rr-greeting.lo .libs/librr-0.9.lax/librrmessage.al/rr-message-close.lo .libs/librr-0.9.lax/librrmessage.al/rr-message-error.lo .libs/librr-0.9.lax/librrmessage.al/rr-message-start.lo .libs/librr-0.9.lax/librrmessage.al/rr-message-startrpy.lo .libs/librr-0.9.lax/librrmessage.al/rr-message-static.lo .libs/librr-0.9.lax/librrmessage.al/rr-message.lo
ranlib .libs/librr-0.9.a
rm -fr .libs/librr-0.9.lax
creating librr-0.9.la
(cd .libs && rm -f librr-0.9.la && ln -s ../librr-0.9.la librr-0.9.la)
make[3]: Leaving directory `/home/andres/roadrunner-0.9.1/librr'
make[2]: Leaving directory `/home/andres/roadrunner-0.9.1/librr'
Making all in profiles
make[2]: Entering directory `/home/andres/roadrunner-0.9.1/profiles'
Making all in null_echo
make[3]: Entering directory `/home/andres/roadrunner-0.9.1/profiles/null_echo'
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c echo.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c echo.c -DDLL_EXPORT -DPIC -o .libs/echo.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c echo.c -o echo.o >/dev/null 2>&1
mv -f .libs/echo.lo echo.lo
/bin/bash ../../libtool --mode=link gcc -g -O2 -o libnullecho.la echo.lo ../../librr/librr-0.9.la
*** Warning: This system can not link to static lib archive ../../librr/librr-0.9.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: `/lib/libgthread-2.0.la' seems to be moved
rm -fr .libs/libnullecho.la .libs/libnullecho.* .libs/libnullecho.*
ar cru .libs/libnullecho.al echo.lo
ranlib .libs/libnullecho.al
creating libnullecho.la
(cd .libs && rm -f libnullecho.la && ln -s ../libnullecho.la libnullecho.la)
make[3]: Leaving directory `/home/andres/roadrunner-0.9.1/profiles/null_echo'
Making all in rot13
make[3]: Entering directory `/home/andres/roadrunner-0.9.1/profiles/rot13'
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c rot13.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c rot13.c -DDLL_EXPORT -DPIC -o .libs/rot13.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c rot13.c -o rot13.o >/dev/null 2>&1
mv -f .libs/rot13.lo rot13.lo
/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c rot13-filter.c
rm -f .libs/rot13-filter.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c rot13-filter.c -DDLL_EXPORT -DPIC -o .libs/rot13-filter.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c rot13-filter.c -o rot13-filter.o >/dev/null 2>&1
mv -f .libs/rot13-filter.lo rot13-filter.lo
/bin/bash ../../libtool --mode=link gcc -g -O2 -o librrrot13.la rot13.lo rot13-filter.lo ../../librr/librr-0.9.la
*** Warning: This system can not link to static lib archive ../../librr/librr-0.9.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: `/lib/libgthread-2.0.la' seems to be moved
rm -fr .libs/librrrot13.la .libs/librrrot13.* .libs/librrrot13.*
ar cru .libs/librrrot13.al rot13.lo rot13-filter.lo
ranlib .libs/librrrot13.al
creating librrrot13.la
(cd .libs && rm -f librrrot13.la && ln -s ../librrrot13.la librrrot13.la)
make[3]: Leaving directory `/home/andres/roadrunner-0.9.1/profiles/rot13'
make[3]: Entering directory `/home/andres/roadrunner-0.9.1/profiles'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/andres/roadrunner-0.9.1/profiles'
make[2]: Leaving directory `/home/andres/roadrunner-0.9.1/profiles'
Making all in tests
make[2]: Entering directory `/home/andres/roadrunner-0.9.1/tests'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DRR_DEBUG_NET_ENABLE -g -O2 -c rr-client.c
/bin/bash ../libtool --mode=link gcc -g -O2 -o rr-client.exe rr-client.o -lgthread-2.0 -lpthread -lgobject-2.0 -lglib-2.0 -lintl -liconv -lxml2 -lz -lm ../librr/librr-0.9.la ../profiles/rot13/librrrot13.la ../profiles/null_echo/libnullecho.la
mkdir .libs
extracting exported symbol list from `cyggobject-2.0-0.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cyggobject-2.0-0.dll > .libs/cyggobject-2.0-0.dll-def
generating import library for `cyggobject-2.0-0.dll'
dlltool --as=as --dllname cyggobject-2.0-0.dll --def .libs/cyggobject-2.0-0.dll-def --output-lib .libs/libimp-cyggobject-2.0-0.a
extracting exported symbol list from `cygglib-2.0-0.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygglib-2.0-0.dll > .libs/cygglib-2.0-0.dll-def
generating import library for `cygglib-2.0-0.dll'
dlltool --as=as --dllname cygglib-2.0-0.dll --def .libs/cygglib-2.0-0.dll-def --output-lib .libs/libimp-cygglib-2.0-0.a
extracting exported symbol list from `cygintl-2.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygintl-2.dll > .libs/cygintl-2.dll-def
generating import library for `cygintl-2.dll'
dlltool --as=as --dllname cygintl-2.dll --def .libs/cygintl-2.dll-def --output-lib .libs/libimp-cygintl-2.a
extracting exported symbol list from `cygiconv-2.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygiconv-2.dll > .libs/cygiconv-2.dll-def
generating import library for `cygiconv-2.dll'
dlltool --as=as --dllname cygiconv-2.dll --def .libs/cygiconv-2.dll-def --output-lib .libs/libimp-cygiconv-2.a
extracting exported symbol list from `cygxml2-2.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cygxml2-2.dll > .libs/cygxml2-2.dll-def
generating import library for `cygxml2-2.dll'
dlltool --as=as --dllname cygxml2-2.dll --def .libs/cygxml2-2.dll-def --output-lib .libs/libimp-cygxml2-2.a
extracting exported symbol list from `cyggthread-2.0-0.dll'
test -f .libs/impgen.c || \
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < ../libtool > .libs/impgen.c
test -f .libs/impgen.exe || (cd .libs && \
if test "x" != "x" ; then -o impgen impgen.c ; \
else gcc -o impgen impgen.c ; fi)
.libs/impgen /usr/lib/../bin/cyggthread-2.0-0.dll > .libs/cyggthread-2.0-0.dll-def
generating import library for `cyggthread-2.0-0.dll'
dlltool --as=as --dllname cyggthread-2.0-0.dll --def .libs/cyggthread-2.0-0.dll-def --output-lib .libs/libimp-cyggthread-2.0-0.a
gcc -g -O2 -o rr-client.exe rr-client.o -L/usr/lib ../librr/.libs/librr-0.9.a ../profiles/rot13/.libs/librrrot13.al ../profiles/null_echo/.libs/libnullecho.al /home/andres/roadrunner-0.9.1/librr/.libs/librr-0.9.a .libs/libimp-cyggthread-2.0-0.a -lpthread .libs/libimp-cyggobject-2.0-0.a .libs/libimp-cygglib-2.0-0.a -luser32 -lkernel32 .libs/libimp-cygintl-2.a .libs/libimp-cygiconv-2.a .libs/libimp-cygxml2-2.a -lz
../librr/.libs/librr-0.9.a(rr-tcpconnection.lo)(.text+0x2fb): In function `rr_tcp_connection_get_type':
/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcpconnection.c:152: undefined reference to `_rr_win32_init_winsock'
../librr/.libs/librr-0.9.a(rr-tcpconnection.lo)(.text+0x1d2d): In function `rr_tcp_connection_connect_fd':
/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcpconnection.c:683: undefined reference to `_rr_win32_enable_nonblock'
../librr/.libs/librr-0.9.a(rr-tcpconnection.lo)(.text+0x2005): In function `rr_tcp_connection_connect':
/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcpconnection.c:769: undefined reference to `_gethostbyname@4'
../librr/.libs/librr-0.9.a(rr-tcpconnection.lo)(.text+0x2034):/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcpconnection.c:780: undefined reference to `_socket@12'
../librr/.libs/librr-0.9.a(rr-tcpconnection.lo)(.text+0x206c):/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcpconnection.c:784: undefined reference to `_htons@4'
../librr/.libs/librr-0.9.a(rr-tcpconnection.lo)(.text+0x2087):/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcpconnection.c:786: undefined reference to `_connect@12'
../librr/.libs/librr-0.9.a(rr-tcplistener.lo)(.text+0x23b): In function `rr_tcp_listener_get_type':
/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcplistener.c:109: undefined reference to `_rr_win32_init_winsock'
../librr/.libs/librr-0.9.a(rr-tcplistener.lo)(.text+0x2cd): In function `in_event':
/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcplistener.c:134: undefined reference to `_accept@12'
../librr/.libs/librr-0.9.a(rr-tcplistener.lo)(.text+0x587): In function `rr_tcp_listener_new':
/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcplistener.c:196: undefined reference to `_gethostbyname@4'
../librr/.libs/librr-0.9.a(rr-tcplistener.lo)(.text+0x5b3):/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcplistener.c:207: undefined reference to `_socket@12'
../librr/.libs/librr-0.9.a(rr-tcplistener.lo)(.text+0x5ea):/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcplistener.c:215: undefined reference to `_setsockopt@20'
../librr/.libs/librr-0.9.a(rr-tcplistener.lo)(.text+0x61b):/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcplistener.c:220: undefined reference to `_htons@4'
../librr/.libs/librr-0.9.a(rr-tcplistener.lo)(.text+0x63b):/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcplistener.c:224: undefined reference to `_bind@12'
../librr/.libs/librr-0.9.a(rr-tcplistener.lo)(.text+0x656):/home/andres/roadrunner-0.9.1/librr/tcp/rr-tcplistener.c:235: undefined reference to `_listen@8'
../librr/.libs/librr-0.9.a(rr-mime.o)(.text+0x3b2): In function `rr_mime_part_set_unique_id':
/home/andres/roadrunner-0.9.1/librr/rr-mime.c:138: undefined reference to `_gethostname@8'
collect2: ld returned 1 exit status
make[2]: *** [rr-client.exe] Error 1
make[2]: Leaving directory `/home/andres/roadrunner-0.9.1/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andres/roadrunner-0.9.1'
make: *** [all-recursive-am] Error 2
--=-wSEWjlnxKSzKohmVPnwO--