What is the output of your configure script?
----- Original Message -----
From: "Aldo Zavala" <[email protected]>
To: <[email protected]>
Sent: Monday, December 15, 2008 9:16 PM
Subject: src compiling failed... dont know why =(
Hello, I found buggy the FreeBSD Kannel port, so I tried to install it from
latest source, I am following the INSTALL instructions, and I get this error
when hit "make" command, do you guys know what this means? or how can I fix
this?
[output]
radius# make
ar rc libgw.a
ranlib libgw.a
ar rc libwmlscript.a
ranlib libwmlscript.a
ar rc libwap.a
ranlib libwap.a
ar rc libgwlib.a
ranlib libgwlib.a
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/include/openssl -o wmlscript/wmlsc.o -c wmlscript/wmlsc.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/include/openssl -o wmlscript/wmlsdasm.o -c wmlscript/wmlsdasm.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/include/openssl -o utils/seewbmp.o -c utils/seewbmp.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/include/openssl -o utils/mtbatch.o -c utils/mtbatch.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/include/openssl -o gw/bearerbox.o -c gw/bearerbox.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/include/openssl -o gw/smsbox.o -c gw/smsbox.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/include/openssl -o gw/wapbox.o -c gw/wapbox.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/include/openssl -o utils/run_kannel_box.o -c utils/run_kannel_box.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/include/openssl -o wmlscript/wmlsc wmlscript/wmlsc.o libgw.a
libwmlscript.a libwap.a
libgwlib.a -lssl -lrt -lm -lkse -L/usr/local/lib -lxml2 -lz -L/usr/local/lib
-liconv -lm -L/usr/lib -lcrypto -lssl
wmlscript/wmlsc.o(.text+0x125): In function `main':
wmlscript/wmlsc.c:177: undefined reference to `ws_create'
wmlscript/wmlsc.o(.text+0x1ea):wmlscript/wmlsc.c:236: undefined reference to
`ws_compile_data'
wmlscript/wmlsc.o(.text+0x236):wmlscript/wmlsc.c:248: undefined reference to
`ws_free_byte_code'
wmlscript/wmlsc.o(.text+0x32c):wmlscript/wmlsc.c:251: undefined reference to
`ws_compile_file'
wmlscript/wmlsc.o(.text+0x341):wmlscript/wmlsc.c:267: undefined reference to
`ws_destroy'
wmlscript/wmlsc.o(.text+0x3f1):wmlscript/wmlsc.c:260: undefined reference to
`ws_result_to_string'
wmlscript/wmlsc.o(.text+0x4f7): In function `pragma_meta':
wmlscript/wmlsc.c:298: undefined reference to `ws_utf8_to_latin1'
wmlscript/wmlsc.o(.text+0x511):wmlscript/wmlsc.c:299: undefined reference to
`ws_utf8_to_latin1'
wmlscript/wmlsc.o(.text+0x52e):wmlscript/wmlsc.c:300: undefined reference to
`ws_utf8_to_latin1'
wmlscript/wmlsc.o(.text+0x5ac):wmlscript/wmlsc.c:313: undefined reference to
`ws_utf8_free_data'
wmlscript/wmlsc.o(.text+0x5b4):wmlscript/wmlsc.c:314: undefined reference to
`ws_utf8_free_data'
wmlscript/wmlsc.o(.text+0x5c3):wmlscript/wmlsc.c:315: undefined reference to
`ws_utf8_free_data'
*** Error code 1
Stop in /gateway-1.4.1.
[/output]
Thanks,
Aldo Zavala