Re: Bug can't compile latest svn on Intel(R) Xeon(R) CPU- centos7

2018-04-11 Thread Hillel Bilman
Hi Alex, Thanks for responding yesterday. The make file dies at this point: lz -lm -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -lcrypto -lssl -L/usr/lib64/mysql -lmysqlclient -lpthread -lm -ldl @LIBICONV@ gcc: error: @LIBICONV@: No such file or directory make: *** [wmlscript/w

Re: Bug can't compile latest svn on Intel(R) Xeon(R) CPU- centos7

2018-04-10 Thread Hillel Bilman
Hi Alex, yum -y install gettext-dev No package gettext-dev available. Error: Nothing to do yum -y install gettext-devel Package gettext-devel-0.19.8.1-2.el7.x86_64 already installed and latest version Nothing to do The script is not finding /usr/share/aclocal/iconv.m4 even though it exists on th

Re: Bug can't compile latest svn on Intel(R) Xeon(R) CPU- centos7

2018-04-10 Thread amalysh
Hi, looks like you are missing gettext-dev package: aclocal: warning: autoconf input should be named 'configure.ac ', not 'configure.in ' configure.in:261 : warning: macro 'AM_ICONV' not found in library Please install it an

Re: Bug can't compile latest svn on Intel(R) Xeon(R) CPU- centos7

2018-04-10 Thread Hillel Bilman
Hi Alex, Thanks for your prompt response. We decided to start with clean code. cd /home/kannel svn co https://svn.kannel.org/gateway/trunk/ gateway cd home/kannel/gateway/ [root@payless4sms gateway]# ./bootstrap.sh + export WANT_AUTOMAKE=1.8 + WANT_AUTOMAKE=1.8 ++ which glibtoolize which: no g

Re: Bug can't compile latest svn on Intel(R) Xeon(R) CPU- centos7

2018-04-10 Thread amalysh
Hi, please try: cd into_gw_folder ./bootstrap.sh ./configure make Thanks, Alex > Am 10.04.2018 um 01:23 schrieb Hillel Bilman : > > Hi Stipe, > > We have checked out revision 5204 > Using CentOS Linux release 7.3.1611 (Core) Intel(R) Xeon(R) CPU E5-2620 v3 @ > 2.40GHz > > We installed au