I just did a fresh download and make on FreeBSD 6.2 myself. Your
right you do see an error about a .depend file, but it does then go
and create them :-
tigger:$ fetch http://www.kannel.org/download/1.4.1/gateway-1.4.1.tar.gz
tigger:$ tar -xvzf gateway-1.4.1.tar.gz
x gateway-1.4.1/
x gateway-1.4.1/configure.in
<snip>
tigger:$ cd gateway-1.4.1
tigger:$ ./configure --with-pgsql
Configuring for Kannel gateway version 1.4.1 ...
<snip>
tigger:$ gmake
Makefile:327: .depend: No such file or directory
for dir in gw gw/smsc gwlib test utils wmlscript checks wap radius; do \
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/
local/include/libxml2 -I/usr/local/include -I/usr/include/openssl -I/
usr/local/include -MM $dir/*.c | sed "s:^[^ ^#]:$dir/&:"; done > .depend
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/
libxml2 -I/usr/local/include -I/usr/include/openssl -I/usr/local/
include -o gw/bb_alog.o -c gw/bb_alog.c
gcc -D_REENTRANT=1 -I. -Igw -g -O2 -pthread -I/usr/local/include/
libxml2 -I/usr/local/include -I/usr/include/openssl -I/usr/local/
include -o gw/bb_boxc.o -c gw/bb_boxc.c
<snip>
If you get something different let me know what you get.
Regards
Ben
On 27 Feb 2007, at 17:30, [EMAIL PROTECTED] wrote:
Ben Suffolk :
Hi,
I user FreeBSD and don't recall this issue, but you need to make
sure you are using gmake, and have run ./configure
Regards
Ben
of course i using gmake, and have run ./configure