Seems that I am the first one have this issue ? !!
Best Regards,
Ahmed Shabana| System Engineer | Creative Communication Solutions
Skype_id : AhmedShabana2000
From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of
Ahmed Shabana
Sent: Wednesday, February 08, 2012 12:15 PM
Huber, Gottfried wrote:
hello to all
i need help with compilation.
configure seems to be ok, but make results in this error:
/usr/local/bin/gcc [...]
/bin/bash: ar: command not found
make: *** [libgw.a] Error 127
you need binutils
Hi Aarno, Coco,
I am having the same problem.
Could you please advice what file(s) have been modified to resolve this issue?
I update all CVS files, but now I dont get the detailed log-level (debug-0)
information anymore?
Please advise as soon as you can. Your help is very much appreciated.
Fixed in the CVSAarnoOn 22 Dec 2005, at 17:27, Coco King wrote: Dear users, I got the compilation error with Kannel 1.4.0 and MySQL 5.0.16. I searched the error in the list and found that changing the name of 'list_delete' in source code would probably generate more errors. Is there anyone u
Hi sewa,
I'm running Kannel on FreeBSD, maybe this can be of help:
First, be sure you are using gmake and NOT FreeBSD make.
Then, try this:
--
make clean
./configure
CFLAGS='-Wall -O2 -g' --with-cflags='-pthread' --disable-wap --disable-ssl
touch .depend
make depend
make
make bind
Hi Sewa!
SAd> I'm trying to install Kannel version 1.4.0 under FreeBSD release 5.3 and I
SAd> encontered a compilation Error.
SAd> When I run ./configure below the message I get.
SAd> "Checking whether the C compiler (gcc -pthread) works no"
SAd> Is anybody has an idea on what is going wrong ?
S