Problems compiling 0.9.1 on OpenBSD 3.3
Andre Nathan <[email protected]> Fri, 13 Jun 2003 16:05:12 -0300
| Newsgroups | gmane.network.beep.roadrunner.general |
|---|---|
| Message-ID | <[email protected]> |
Hi
I am trying to install roadrunner-0.9.1 on an OpenBSD-3.3-release
machine, but I get this errors when trying to make (gmake, actually):
Making all in tests
gmake[2]: Entering directory `/home/andre/roadrunner-0.9.1/tests'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include -DRR_DEBUG_NET_ENABLE
-g -O2 -c rr-client.c
/bin/sh ../libtool --mode=link gcc -g -O2 -o rr-client rr-client.o -pthread -
L/usr/local/lib -lgthread-2.0 -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
libtool: link: cannot find the library `'
gmake[2]: *** [rr-client] Error 1
gmake[2]: Leaving directory `/home/andre/roadrunner-0.9.1/tests'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/andre/roadrunner-0.9.1'
gmake: *** [all-recursive-am] Error 2
I have installed glib2 and libxml from ports.
Thanks in advance
Andre